(01-01-2012, 08:49 PM)zaeraal2 Wrote: That's strange, how did you managed to get the texts or menus? Because I only see the backgrounds.
In my attachment is the same scene as yours.
(Though this is good for making screenshots of the game, but not for the gameplay)
Using JPCSP ver. 2437 and your edit
if ((z < 0) || (z == 100000)) {
Oops, sorry. Forgot about something. Optimized VertexInfo reading kinda throws a wrench into the whole thing, so I just commented it out from VideoEngine.java and forced it to use the non-optimized reading instead. You could probably implement a check for that somewhere though, hm. Easiest way would probably be to add a "Force non-optimised vertex reading" checkbox in the settings, but that's pretty ehh.