GithubHelp home page GithubHelp logo

skse_templates's Introduction

Skyrim SKSE plugin C++ templates

Templates of SKSE projects for Skyrim

Follow links to templates below. Each one is in a separate "Template" GitHub repository.

All templates use CommonLibSSE NG and should work on Skyrim SE, AE, GOG, and VR

Requirements

Some templates may have additional requirements.
Be sure to read the README for any template you use.

  • Visual Studio 2022 (the free Community edition is fine!)
  • vcpkg
      1. Clone the repository using git OR download it as a .zip
      1. Go into the vcpkg folder and double-click on bootstrap-vcpkg.bat
      1. Edit your system or user Environment Variables and add a new one:
      • Name: VCPKG_ROOT
        Value: C:\path\to\wherever\your\vcpkg\folder\is

"Hello, world!"

This Hello, world! template is as simple as templates get!

Use this to confirm your C++ compiler is working and you can compile and run basic SKSE plugins.

Skyrim Scripting YouTube series templates

The following templates will be featured in the YouTube series* teaching SKSE development.

* currently being recorded, planned release in January 2023

They each demonstrate a different feature of SKSE.

They use lots of code comments describing the feature that they demonstrate.

MessageBox and Notification Display a popup message in the game and a notification message.
Write to Log File Configure an SKSE .log file and write to it!
SKSE Events Detect important SKSE events, e.g. save game, new game, etc
Forms Lookup and loop thru game forms, e.g. find all soups in the game
Game Events Detect game events, e.g. when objects are activated or menus opened/closed
Multiple .cpp/.h Files Supports multiple .h and .cpp files

skse_templates's People

Contributors

mrowrpurr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.