Armored Core: Last Raven Portable
|
10-09-2015, 03:35 AM
(This post was last modified: 08-04-2017 07:07 PM by LunaMoo.)
Post: #16
|
|||
|
|||
RE: Armored Core: Last Raven Portable
I don't really have AC games, but my online pal had 4 of them and while I didn't wanted to even think about making CWC hack for it since finding it the first time was pretty time consuming which sucks with having only remote access, I decided to at least give it a quick check.
3 games of this series turned out to be using same engine as Bleach games(O.o) for which I made CWC hack yesterday or at least had exactly same labels for some functions placed near the function that I needed, so with tiny and easy to find info I was able to copy&paste my existing CWC workaround from Bleach Soul Carnival games for those 3 AC games. Hopefully they have no other suprises and people will be able to run those games with it on official versions also on systems where everyone is lazy/nobody cares to build modified versions like iOS, anyway here it is: Code: _S NPUH-10024 If you have a different version of the game and want me to make a hack for it, I will need your help, I belive disassembly can only be used in windows version, so you have to be able to run the game on windows, and follow my instructions: - run the game, open ppsspp disassembly either by pressing ctrl+D or by going to Debug->Disassembly... - click "Funcs" in the upper left of the disassembly window that opens, there find a label called "dl_write_enable_disable" and double click it, that should bring the view in the large part of the window to this function, - now notice that fields in that window are colored, each change of color is pretty much a separate function, I'm interested in function directly above the "dl_write_enable_disable" which you found, so move it a bit up(you can use mouse wheel) to the top of previous function which will look like: and either make a screenshot of it, or even better, right click on the "slti a3,a1,0x3" which I marked on my screenshot and select "Copy address" then paste it to the post in reply here or PM me with it as you preffer, if you can make your own cw cheats, you could just replace the address in the existing cheat for other version by yourself, it's very easy. On a side note I hope AC:Formula Front wasn't affected by this issue;p, because that's the one that possibly uses different engine. Edit: I had a chance to look at this game recently and someone was requesting this, so posting here as well for everyone: Code: _S NPUH-10024 http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
« Next Oldest | Next Newest »
|