Pyro
Pre-release
Pre-release
Major Changes
- By default, Pyro will no longer anonymize compiled scripts. The
--anonymize
argument must be used or theAnonymize
attribute must be set totrue
. - By default, Pyro will no longer automatically create BSA/BA2 packages. The
--bsarch
argument must be used or theCreateArchive
attribute must be set totrue
. - Consequently, the
--no-anonymize
and--no-bsarch
arguments were removed.
Fixes
- Improved and optimized missing compiled scripts discovery
- Fixed issue where the order of operations executed during PapyrusProject initialized produced unexpected behavior
- Fixed issue where a previous improvement to pre-build compiled scripts discovery returned only paths to existing files
Licensing
- Pyro is transpiled by Nuitka from Python 3.7.5 to C and compiled with MSVC 2019.
- Pyro is distributed with bsarch v0.7 under the MPL 2.0 License. (Source Code)
- The Pyro source code is licensed under the MIT License.