Post Reply 
 
Thread Rating:
  • 2 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Valkyria Chronicles 3: Unrecorded Chronicles
11-20-2016, 09:56 AM (This post was last modified: 03-17-2017 08:48 AM by LunaMoo.)
Post: #41
RE: Valkyria Chronicles 3: Unrecorded Chronicles
Sharing a simple hack:
Code:
_S ULJM-05957
_G Senjou no Valkyria 3 E2
_C0 LOD multiplier
_L 0xE0067F59 0x000D85CC
_L 0x200D85CC 0x0E200560
_L 0x20001580 0x3C1B4080 //<-for custom value change 4080 to the first 4 digits of floating point(4080 == 0x40800000 == 4.0)
_L 0x20001584 0x449BF800
_L 0x20001588 0x0A317F59
_L 0x2000158C 0x461F6302
_L 0x200D85E0 0x0E200560
_C0 LOD multiplier [Disable]
_L 0x200D85CC 0x0E317F59
_L 0x200D85E0 0x0E317F59
When used on ppsspp older than v1.3-140-g547b362 remove the comment from the code line or put it into newline as comments after code lines weren't supported in the past.

Here's some screenshots, basically it changes this:
[Image: 2PbXBbr.jpg]


Into this:
[Image: NBqmIf8.jpg]


I cheated a bit here and actually set LOD to very small value to show a close-up of how awful distant textures are, normally they only show further from the camera, but I'm pretty sure everyone who ever saw this game emulated on big screen saw that anyway, it's soo bad that in case of soldiers hiding behind sand bags low quality often hides them completely;p.

Edit: Another visual improvement, hackish fix for black sky:
Code:
_C0 Black Sky Fix
_L 0xE004002D 0x004721C0
_L 0x204721C0 0x0A200580
_L 0x20001600 0x254AFFFF
_L 0x20001604 0x0A31C872
_L 0x20001608 0x98CB002D
_C0 Black Sky Fix [Disable]
_L 0x204721C0 0x98CB002D
For same game version as earlier code, basically it changes:
[Image: Io6jHPG.jpg]


Into that:
[Image: T13SlbY.jpg]


Edit:
Also a v2 of my 60 fps patch:
Code:
_C0 60 fps v2
_L 0xE003FFF7 0x003DC938
_L 0x203DC938 0x00000000
_L 0x20047CC0 0x46006346
_L 0x20047FC0 0x46006B06
//requires restart after activating:3
_C0 60 fps v2 [Disable]
_L 0x203DC938 0x1620FFF7
_L 0x20047CC0 0x460C0342
_L 0x20047FC0 0x460D6302
The only difference from first one is in 60fps unlock to avoid patching places which are natively 60fps, ~ now it avoids double speed of 2D animations in base camp.

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: Valkyria Chronicles 3: Unrecorded Chronicles - LunaMoo - 11-20-2016 09:56 AM

Forum Jump: