Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.1 KB

File metadata and controls

21 lines (17 loc) · 1.1 KB

If you are interested in helping with development of "Skyrim Accessibility Mod By Dio Kyrie" you can follow the recomendations bellow:

Contributing Rules

  1. Papyrus is case insensitive but for sake of clarity in the code, only pull requests with PascalCase formatting in .psc files will be accepted;
  2. If any feature could be done in SKSE plugin, it must be done there. This will ensure maximal compatibility with other mods, and avoid need for new game start after updating to new verssion of this mod;
  3. AI generated code must be clearly labeled as such. And you acknowledge that your pull requests containing it may be added to differrent branch of this repository for further rewrite.
  4. This repository provides a nix flake, which will be of a good use for a quick setup of the development environment.

Contributing Guide

Install Tools to work with Skyrim SE/AE plugin.

  • Creation Kit
  • Creation Kit Platform Extended
  • BSA Browser
  • Papyrus Compiler App SSE
  • SSEEdit
  • Champollion GUI

Install Tools to work with SKSE plugin.

  • XMake [3.0.0+]
  • C++23 Compiler (MSVC, Clang-CL)