Skip to content

v1.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nikitalita nikitalita released this 16 Sep 18:18
· 24 commits to main since this release
1c49d64

What's Changed

  • Fixed major issue in control flow building where conditionals and their conditions were not being output
  • -r CLI option to recursively scan directories
  • Starfield improvements and syntactical changes
    • Compatible with upcoming releases of Caprica

WARNING:

The decompiled syntax for the new Papyrus features in Starfield (Guard, TryGuard, ArrayGetAllMatchingStructs) is guessed-at and should be considered unstable, experimental, and subject to change. The proper syntax will only be known in early 2024 when the Creation Kit releases, and there is a decent chance it will not match what we currently output. If you use decompiled scripts as the basis for Starfield mods, please be prepared to update them when the proper syntax is known. All lines containing guessed-at syntax will be marked with a comment starting with ;***

Full Changelog: v1.2.2...v1.3.0