Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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
_G Armored Core: Last Raven Portable
_C0 Hang Workaround
_L 0xE0010003 0x002BB274
_L 0x202BB274 0x34070001
_C0 Hang Workaround [Disable]
_L 0x202BB274 0x28A70003

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
_G Armored Core: Last Raven Portable
_C0 Remove blur
_L 0xE0012825 0x00093D68
_L 0x20093D68 0x34050001
_C0 Remove blur [Disable]
_L 0xE0010001 0x00093D68
_L 0x20093D68 0x00002825
Important when this cheat is activated in-game it might require entering cheat menu and leaving it second time before the effect will be seen since this patches an argument in delay slot and those are somewhat bothersome.

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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Armored Core: Last Raven Portable - LunaMoo - 10-09-2015 03:35 AM
Screen bit darker - Yuditkiichi - 06-06-2017, 10:26 AM

Forum Jump: