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
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;
}