Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ore no Dungeon ULJM05167
07-09-2016, 07:17 PM (This post was last modified: 07-09-2016 08:58 PM by LunaMoo.)
Post: #9
RE: Ore no Dungeon ULJM05167
This glitch is kind of weird. The game tries to draw red background where empty HP and POW bars are, however UV is getting outside of the texture ~ U is 0xFFB0:
   
Subtracting 0xFF00 kind of fixes it, however it also has messed up X and draws it in incorrect places:
   

The interesting part is the fact that on screenshots from PSP there is no red background at all neither on HP nor pow bars. So this whole thing seems to be a game bug and real hardware just skips it, possibly due to UV being outside of the texture?

Edit:
I tried to make it work for HP background, but realized when maxing out POW the glitch turns into POW bar background so maybe it's not a game bug, but planned(althrough weird) way of hiding it before it's needed.

Made a cwcheat workaround to deal with it:
Code:
_S ULJM-05167
_G Ore no Dungeon
_C0 Hide Glitch
_L 0xE0070010 0x0004317C
_L 0x2004317C 0x0A200400
_L 0x20001000 0x3407FF00
_L 0x20001004 0x00E4382A
_L 0x20001008 0x54E00001
_L 0x2000100C 0x34040000
_L 0x20001010 0x0A210C61
_L 0x20001014 0x94A70010
_C0 Hide Glitch [Disable]
_L 0x2004317C 0x94A70010

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
Ore no Dungeon ULJM05167 - Tabman - 09-14-2013, 10:46 AM
RE: Ore no Dungeon ULJM05167 - sum2012 - 10-21-2013, 01:31 PM
RE: Ore no Dungeon ULJM05167 - Henrik - 10-22-2013, 08:31 PM
RE: Ore no Dungeon ULJM05167 - jacky400 - 01-30-2014, 09:49 AM
RE: Ore no Dungeon ULJM05167 - sum2012 - 01-30-2014, 10:47 AM
RE: Ore no Dungeon ULJM05167 - vnctdj - 01-30-2014, 09:39 PM
RE: Ore no Dungeon ULJM05167 - [Unknown] - 05-29-2016, 07:35 PM
RE: Ore no Dungeon ULJM05167 - sum2012 - 07-09-2016, 02:18 PM
RE: Ore no Dungeon ULJM05167 - LunaMoo - 07-09-2016 07:17 PM
RE: Ore no Dungeon ULJM05167 - [Unknown] - 07-10-2016, 12:50 AM
RE: Ore no Dungeon ULJM05167 - LunaMoo - 07-10-2016, 01:06 AM
RE: Ore no Dungeon ULJM05167 - [Unknown] - 07-10-2016, 01:19 PM
RE: Ore no Dungeon ULJM05167 - LunaMoo - 07-10-2016, 04:59 PM
RE: Ore no Dungeon ULJM05167 - [Unknown] - 07-11-2016, 12:50 AM
RE: Ore no Dungeon ULJM05167 - LunaMoo - 07-11-2016, 01:38 AM

Forum Jump: