EmuNewz Network
TACTICS OGRE Let Us Cling Together CHS ULJM05753 - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: Commercial Game Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=54)
+----- Forum: JPCSP - Half playable Games (https://www.emunewz.net/forum/forumdisplay.php?fid=66)
+----- Thread: TACTICS OGRE Let Us Cling Together CHS ULJM05753 (/showthread.php?tid=85000)

Pages: 1 2


TACTICS OGRE Let Us Cling Together CHS ULJM05753 - sum2012 - 10-01-2012

Rev2350 is latest rev correctly show chinese font
http://imageshack.us/a/img204/1006/rev2350.png

Rev2351-Rev2360 broken the font
http://imageshack.us/a/img27/6063/rev2360.png

Attach 2350,2360 and 2751 font debug log.

Hope can fix.Thanks.


RE: TACTICS OGRE Let Us Cling Together CHS ULJM05753 - gid15 - 10-01-2012

(10-01-2012, 09:59 AM)sum2012 Wrote: Rev2350 is latest rev correctly show chinese font
Rev2351-Rev2360 broken the font
Part of r2351 has been reverted in r2754. Could you test it?
I hope this will not break other games on ATI as r2351 was implemented for ATI.


RE: TACTICS OGRE Let Us Cling Together CHS ULJM05753 - sum2012 - 10-01-2012

Rev2754 some chinese font cannot see
http://imageshack.us/a/img707/2343/rev2754.png
(I forget menthion I am using video option "Enable saving GE screen to Textures instead of Memory" and I am using NVIDIA GeForce GTS450)
(10-01-2012, 07:14 PM)gid15 Wrote: Part of r2351 has been reverted in r2754. Could you test it?
I hope this will not break other games on ATI as r2351 was implemented for ATI.




RE: TACTICS OGRE Let Us Cling Together CHS ULJM05753 - Finzy - 10-02-2012

ATI user here (AMD Radeon HD 6740G2), r2754 immediately broke games for me.

Tested Dissidia Duodecim 012 and fullscreen option resulted in the screen being cut into 4 flickering parts, some showing pure black and white and overall glitchy graphics.

Anisotropic filtering & anti-aliasing also broken, 2D graphics did not scale at all to fullscreen.

EDIT: My bad, it's broken in 2752 too, something else is causing it...


RE: TACTICS OGRE Let Us Cling Together CHS ULJM05753 - sum2012 - 10-02-2012

Strong suggestion gid15 make Nvidia and AMD/ATI 's VideoEngine to separate

(10-02-2012, 01:54 PM)Finzy Wrote: ATI user here (AMD Radeon HD 6740G2), r2754 immediately broke games for me.

Tested Dissidia Duodecim 012 and fullscreen option resulted in the screen being cut into 4 flickering parts, some showing pure black and white and overall glitchy graphics.

Anisotropic filtering & anti-aliasing also broken, 2D graphics did not scale at all to fullscreen.

EDIT: My bad, it's broken in 2752 too, something else is causing it...




RE: TACTICS OGRE Let Us Cling Together CHS ULJM05753 - sum2012 - 10-03-2012

Good news for Nvidia display card
Correct chinese image:
http://imageshack.us/a/img266/3006/rev2758m.jpg
(NVIDIA GeForce GTS450)

Rev2758 for this game for nvidia
http://www.mediafire.com/file/e6f39abtkbfgkwz/jpcsp-2758m-windows-x86_for_ULJM05753.7z

Rev2754 VideoEngine.java
Code:
private int getValidNumberMipmaps() {
...
if (context.tex_mipmap_mode == TBIAS_MODE_CONST && context.tex_mipmap_bias_int >= level) {
return context.tex_mipmap_bias_int+3//modify here
}
return level - 1;
}
}
}
return context.texture_num_mip_maps;
}



RE: TACTICS OGRE Let Us Cling Together CHS ULJM05753 - sum2012 - 10-06-2012

I get more analyals

I get a balance of font and speed (better then Rev2754)
http://imageshack.us/a/img715/9099/rev2758m2.jpg
There are threee chinese word wrong but speed is good.

NVIDIA Rev2758 of this game Rev2
http://www.mediafire.com/?8ovif5rt87wsa9d

Code:
VideoEngine.java
private int getValidNumberMipmaps() {
...
if (context.tex_mipmap_mode == TBIAS_MODE_CONST)
{
if (context.tex_mipmap_mode == 4)
return 4;
if (context.tex_mipmap_mode == 3)
return 4;
if (context.tex_mipmap_mode == 2)
return 4;
//if (context.tex_mipmap_mode == 1)
//  return 4;// perfect screen but will make lag effect
}
return level - 1;
}
}
}
return context.texture_num_mip_maps;
}



RE: TACTICS OGRE Let Us Cling Together CHS ULJM05753 - sum2012 - 10-07-2012

Orignal Rev2758 picture
http://imageshack.us/a/img32/2403/rev2758.png


RE: TACTICS OGRE Let Us Cling Together CHS ULJM05753 - sum2012 - 10-10-2012

I have a china freind whose display card is AMD HD4200
Setting:
http://imageshack.us/a/img441/6002/atisetting.png
font screen:
http://imageshack.us/a/img62/1383/atiscreen.png

None version make a correct chinese word.
Please help Thanks.


RE: TACTICS OGRE Let Us Cling Together CHS ULJM05753 - sum2012 - 10-14-2012

Attach is my china freind whose display card is AMD HD4200
Rev 2772 log