Post Reply 
 
Thread Rating:
  • 1 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Coded Arms
12-01-2014, 12:43 PM (This post was last modified: 12-01-2014 03:01 PM by LunaMoo.)
Post: #9
RE: Coded Arms
Just dropping an info to anyone who wanted to play this, that it might now be playable in latest git builds(starting from v0.9.9.1-976-g57be5f4).

Have to change Spline/Bezier curves quality to low(in graphics settings) otherwise textures get messed up, but with that, it looks and plays ok.
       

(I didn't tried fast memory nor multithreading, so in case of crashes, you might turn those off)


Edit:
I had some fun playing it now, so I decided to try and do something about those 20 fps, game was designed with variable fps modes so patching this was extremely easy.
Code:
//Important note: Do NOT casually switch fps in-game as it will not be applied correctly and will desynchronize the game speed. Best to apply those patches in main menu or somewhere and keep activated all the time.
_S ULUS-10019
_G CODED ARMS
_C0 60 fps
_L 0x20079E68 0x34030001
_L 0x2028A6F0 0x00000001
_C0 60 fps [Disable]
_L 0x20079E68 0x00031C03
_C0 30 fps
_L 0x20079E68 0x34030002
_L 0x2028A6F0 0x00000002
_C0 30 fps [Disable]
_L 0x20079E68 0x00031C03
Make note that this is for ULUS-10019 version of the game;p, almost surely will not work in any other.

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
Coded Arms - Carter07 - 02-20-2013, 10:00 AM
RE: Coded Arms - piratefinn - 07-17-2013, 10:18 AM
RE: Coded Arms - GuilhermeGS2 - 11-22-2013, 04:13 PM
RE: Coded Arms - piratefinn - 11-22-2013, 04:26 PM
RE: Coded Arms - vnctdj - 11-11-2014, 10:13 AM
RE: Coded Arms - LunaMoo - 12-01-2014 12:43 PM
RE: Coded Arms - NickGrouwen - 07-12-2016, 02:03 PM
RE: Coded Arms - NickGrouwen - 07-25-2016, 07:50 PM
RE: Coded Arms - [Unknown] - 09-11-2016, 08:19 PM
RE: Coded Arms - LunaMoo - 10-02-2016, 07:51 PM
RE: Coded Arms - YukiHerz - 10-02-2016, 09:27 PM
RE: Coded Arms - LunaMoo - 10-02-2016, 09:53 PM
RE: Coded Arms - YukiHerz - 10-03-2016, 12:31 AM
RE: Coded Arms - gir489 - 07-13-2018, 12:02 AM
RE: Coded Arms - sfageas - 04-14-2013, 03:17 PM

Forum Jump: