Reply To: Modding

Home Forums General Discussions Forum Modding Reply To: Modding

LolHacksRule
@dante-mele

There’s an FPS counter and multiple editors in the game files (ABSpace and Rio had one revealed via options.lua), trying to enable them… Forgot one thing about compiling, using that with filelocations cause metadata about your device’s (used to compile) file location to be written to the LUA during compilation (use -s to compile excluding them), that may cause byte issues or personal PC information giveaways, also I failed to use a modified LUA, got stuck at the boot screen, doubt its the SHA1 hashing in executables… also compiling LUAs give smaller size than the game’s, even without modifications, its LUA 5.1.5 BTW, you get a header error if you use 5.1.4 to compile/view while compiled or not.