fgsfdsfgs / max_vita

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cheat/Developer Menu

FloDoc opened this issue · comments

Hey, great work on the port!

I just had a question, is there a way to get the cheat/developer menu working with the "cheats and tweaks" I can get the level selector to work fine, but selecting cheats and tweaks crashes the game. I am wondering if there is something in a file I need to change, but I can't find anything obvious yet. I can't get the cheats and tweaks menu to show up by uncommenting that section in the menu.txt but it doesn't seem to "enable" anything. Any help would be appreciated!

It might be stubbed out completely in the code, which would be why trying to uncomment and use it would crash the game. I don't really know. Would have to take a look in the .so file.

A disassembler/decompiler like IDA/Hexrays or Ghidra. You can also post the crash dump that generated when it crashed.

It's curious though, using the .so file from the devmenu apk allows for a boot, but crashes when cheats and tweaks is selected, and one could assume that the cheats would be enabled in that .so file..