A
Aali
Guest
As I just said, replacing the textures will not do you any good. It will either look like garbage or require alot of manual work (and a reduction in quality).
This seems like the most likely explanation.Is it possible that for hardware considerations, they simply hard coded the PC version to always use the low-res textures?
Eh, I figured it would let us at least rule out the possibility that they're not loading fine. *shrugs*Why would it give an error? The high-res textures are probably loading fine, it's just not using them.
Well, theoretically it's of course possible, provided those files exist on the PC version (and maybe even if they don't, though it would be a lot harder), however...Well if there is a high res file.. doesn't that mean we ought to be able to use it?
...so yeah, it most likely will be a difficult thing to implement.It's not easy to fix I'm afraid. The low-res textures are not in the same format as the high-res ones (not the same layout, they're both TIMs of course) so the game must be aware of that it's using those textures, and likewise it must be made aware of that it's using the high-res textures for that to work. If that code is missing, it will be very difficult to fix this.