If you are interested in helping with development of "Skyrim Accessibility Mod By Dio Kyrie" you can follow the recomendations bellow:
- Papyrus is case insensitive but for sake of clarity in the code, only pull requests with PascalCase formatting in .psc files will be accepted;
- 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;
- 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.
- This repository provides a nix flake, which will be of a good use for a quick setup of the development environment.
- Creation Kit
- Creation Kit Platform Extended
- BSA Browser
- Papyrus Compiler App SSE
- SSEEdit
- Champollion GUI
- XMake [3.0.0+]
- C++23 Compiler (MSVC, Clang-CL)