Reply To: Modding

Home Forums General Discussions Forum Modding Reply To: Modding

LolHacksRule
@dante-mele

What game? ABClassic (Original) or other ABClassic game? The internal (in game files but disabled) or fan-made editor (ABLE)? If you want the internal one (IF THE GAME HAS THE NECESSARY FILES, ABCLASSIC FOR PC DOES NOT HAVE THEM), decrypt, unpack, decompile options.lua, set showEditor to true, compile (with Lua 5.1.5 {32-bit}, with debug info stripped) the modified decompiled Lua, archive it in 7-Zip (the only file in it, no folders) and encrypt the archive with the game’s asset encryption key, to use on PC/MACOSX, replace options.lua in data/scripts with the encrypted archive, on Android, replace options.lua in data/scripts with the encrypted archive, for iOS I have no clue…