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:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TACTICS OGRE Let Us Cling Together CHS ULJM05753
#1
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.


Attached Files
.txt   Rev2350fontdebuglog.txt (Size: 25.77 KB / Downloads: 68)
.7z   Rev2360fontdebuglog.7z (Size: 29.79 KB / Downloads: 82)
.7z   Rev2751fontdebuglog.7z (Size: 10.27 KB / Downloads: 88)
Reply
#2
(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.
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#3
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.



Attached Files
.zip   Log_r2754(32bit).zip (Size: 23.54 KB / Downloads: 93)
Reply
#4
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...
Reply
#5
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...

Reply
#6
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;
}


Attached Files
.zip   VideoEngine.zip (Size: 48.14 KB / Downloads: 89)
.7z   Rev2758mlog.7z (Size: 24.71 KB / Downloads: 81)
Reply
#7
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;
}
Reply
#8
Orignal Rev2758 picture
http://imageshack.us/a/img32/2403/rev2758.png
Reply
#9
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.


Attached Files
.zip   AMDRev2759log.zip (Size: 77.88 KB / Downloads: 92)
Reply
#10
Attach is my china freind whose display card is AMD HD4200
Rev 2772 log


Attached Files
.7z   AMDHD4200v2772 log.7z (Size: 41.19 KB / Downloads: 97)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)