This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 8 Vote(s) - 3.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Final Fantasy IV Complete Collection - ULUS10560
Some new findings with Save GE to textures and this game.
Do this at own risk, this modification should only be used with this game and could cause problems with other games.

Code:
This will make Save GE to Textures compatible with color mask (half screen bug),
it also fixes numerous other problems in this game (Hit points are shown in battle again, slightly speeds up some effects like boss battle screen or some magic effects, that said you will also loose some effect like the battle swirl effect :p.. but I don't think that's even related to this)
---
VideoEngine.java
around line 4779 @ r2740 (or search)

geTexture = GETextureManager.getInstance().getGEResizedTexture(re, geTexture, tex_addr, bufferWidth, width, height, pixelFormat);

Change to

if (bufferWidth != 512)  {
geTexture = GETextureManager.getInstance().getGEResizedTexture(re, geTexture, tex_addr, bufferWidth, width, height, pixelFormat);    
}

# this is just a quick way I found to do it without re-writing to much code or removing it completely. commenting it out also works .
---
Reply


Messages In This Thread
RE: Final Fantasy IV Complete Collection - ULUS10560 [Encrypted] - by hyakki - 09-27-2012, 06:31 AM
Sound error and sonic stage - by Linkmet95 - 08-26-2013, 05:20 AM

Forum Jump:


Users browsing this thread: 9 Guest(s)