"UberASM Tool" is a tool that allows to insert common codes without relying to patches. The main objective is reducing the number of patches and at the same time allow for inserting ASM file easier and develop new codes quicker compared to other approaches.
How to make the ZIP file for uploading a release:
- Compile the C# source code using Visual Studio Community.
- Copy UberASMTool.exe and UberASMTool.pdb from UberASMTool/bin/Release to the assets folder.
- Copy asar.dll from the UberASMTool folder to the assets folder.
- Create a ZIP file from all files inside assets.
At [examples] there is some ASM files that can be used for testing and/or for figuring out some specific UberASM Tool features.