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
(08-29-2011, 08:15 PM)hyakki Wrote:
(08-29-2011, 02:28 PM)Hykem Wrote: Ah, that's probably related to r2288, when I've restored the old stencil test method. Apparently "Worms 2" needs the old method, but it may be possible that this game needs the accurate shader version instead and they are probably conflicting.
Could you please check if this is in fact the issue? Thanks! Smile

the game wouldn't fully load in r2288 (stuck on loading screen) but in r2287 the dialog text showed up.

Hmm, I suspected that... Undecided
If you wish to debug this one by hand in the latest rev, you can try to comment out the restored stencil method's code and then compile a modified version.
In the file /trunk/src/jpcsp/graphics/RE/BaseRenderingEngineFunction.java (line 194 to line 198):
Code:
if (stencil) {
re.enableFlag(GU_STENCIL_TEST);
re.setStencilFunc(GeCommands.STST_FUNCTION_ALWAYS_PASS_STENCIL_TEST, 0, 0);
re.setStencilOp(GeCommands.SOP_KEEP_STENCIL_VALUE, GeCommands.SOP_KEEP_STENCIL_VALUE, GeCommands.SOP_ZERO_STENCIL_VALUE);
}

If the text shows up with that portion of code commented out, then we must review our shader's stencil test operation (for the "Worms 2" case) and remove that code again.
Reply


Messages In This Thread
RE: Final Fantasy IV Complete Collection - ULUS10560 [Encrypted] - by Hykem - 08-30-2011, 02:25 PM
Sound error and sonic stage - by Linkmet95 - 08-26-2013, 05:20 AM

Forum Jump:


Users browsing this thread: 6 Guest(s)