Releases: Ruhrpottpatriot/SkyrimCompileHelper
Releases · Ruhrpottpatriot/SkyrimCompileHelper
v2.1.0
v.2.0.0
Version 2.0.0 improves many under the hood things. The biggest change is the move from a direct reference to Bethesdas Papyrus compiler to the Papyrus Compiler Wrapper. While this does not change anything significant, it allows CI tools to run normally and don't hickup when getting a new commit.
Additional changes include:
- The app now checks if the papyrus compiler and assember are installed
- Files are now moved after compilation to their respective folders
- Users can now clean their output folders
v1.1.0
This release adds some missing features to the program.
- The user in now able to select all possible compiler options from the UI directly
- Small Bugfixes, causing the compilation process to fail
- Configuration changes no get properly saved
- Numerous smaller fixes
v1.0.0
This is the initial release of the Skyrim compiler helper.
Features include:
- Compiling multiple script files without the ConstructionKit or batch files.
- Compile multiple repositories shortly after another
- Mange Versions for a repository easily (build will be increased with each build automatically)
Future Plans:
- Add more options to customize the compiler
- Improve visual layout
- Improve user compile user feedback
Q/A:
- My compilation failed and I don't know why!
- Check the log files in %appdata%/SHC to see what went wrong