Closed XxUnkn0wnxX closed 1 year ago
would be nice if Apollo had some loop & index command built in that mimicked this behaviour that could be combined with QC BSD etc..
at some point I was thinking about adding a complete scripting support, like LUA / JavaScript / Python , so users could write complete custom scripts to manage save data files. But I still feel that it's a lot of work and only very few code devs will ever use it. Even current Save wizard codes, only few users can create codes, so I can guess even less would have the skills to write scripts.
Added New Cheat for Death Stranding (well ported for Apollo), Also I did write an experimental cheat but was unsure how to loop it properly My thinking a BSD script may do it but may not work.
Experimental Structures Upgrade/Repair Cheat:
this only finds the 1st instance & writes over it once, the issue is that a repeated write cannot be done properly since the address spacing between each write for each section is way to random & inconsistent.
I did implement this via python script (10+ hours with chatGPT) Which takes into account the content it has last modified during runtime & indexes it & moves down the file sequence by sequence. it's more less like the above code however the starting search gets moved down the file instead of looping over the same result.
would be nice if Apollo had some loop & index command built in that mimicked this behaviour that could be combined with QC BSD etc..
The script can be found here