@TomSwitch thanks for reply,and if i try to make groups of 10 puppets i should not exceed the limit in total it would be 80 lines for cheat for a total of only 6 cheats or is this wrong?Just change the number and recompile. Don’t know how far you can go with that, memory is limited and time is limited
The limits are as follows:
MaxCheatCount = 0x80; Search for this line and change it to have more cheats
uint32_t opcodes[0x100]; Search for this line and change it to give you more codes per cheats
MaximumProgramOpcodeCount = 0x400; Search for this line and change it to give more total codes
Each enabled opcode eats up time and have too many and the game will be starved. Toggle the code that only needs to be executed once is a smart thing to do
Last edited by NeoGranzon,
















