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