Skip to content

C++ Release of Action Builder

Latest
Compare
Choose a tag to compare
@relaxtakenotes relaxtakenotes released this 28 May 17:02
· 17 commits to main since this release

Pretty proud of this one, because I was pretty afraid of doing any big project in C++ due to how hard it is to properly use without making a huge mess, but it turned out more or less fine. At the very least the SINGLE executable now weighs only 3 megabytes, which is insane compared to the python "build" that weighs over 100 megabytes unpacked.
This build (officially) only supports Windows 10 2019 builds or higher due to the unicode locale. However if you have any issues while porting this tool to your target platform yourself, or while using a translation layer, feel free to create an issue.
Expect tons of issues while using this. However using it to create packs is safe due to the exception handler which automatically saves your progress before crashing completely.