EmuNewz Network

Full Version: TACTICS OGRE Let Us Cling Together CHS ULJM05753
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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.
(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.
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.

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...
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...

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/e6f39abtkb...JM05753.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;
}
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;
}
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.
Attach is my china freind whose display card is AMD HD4200
Rev 2772 log
Pages: 1 2