Post Reply 
 
Thread Rating:
  • 9 Votes - 4.11 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Final Fantasy Tactics: The War of the Lions
06-14-2016, 08:57 PM
Post: #545
RE: Final Fantasy Tactics: The War of the Lions
The problem is, texture upscaling is actually an expensive process. Unless you're actually using a super computer you stole from some government agency, there's a pretty good chance your computer couldn't handle scaling all the textures on the screen - at least, not with acceptable FPS.

Because of this, upscaled textures are cached, and we scale what we can each frame. Whatever didn't make it gets scaled on a later frame, when there's time, so that FPS stays okay.

That's why they seem to "load up", because they are. It may be distracting, but FPS drops can be even more distracting.

The best solution (using a recent git build) is probably texture replacement. If you search the forum, there's a topic about it - basically, you (or someone else) can export upscaled PNGs of the game's textures, clean them up as necessary, etc. It's much faster to load a PNG than upscale a texture, so this can improve the situation.

Lazy texture hashing causes texture updates to be detected less often, and might indeed interact poorly with upscaling changing textures.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Holy at Tchigolith Fenlands - R.MoLL - 12-26-2013, 12:21 PM
RE: Final Fantasy Tactics: The War of the Lions - [Unknown] - 06-14-2016 08:57 PM
Final Fantasy tatics - bladirangu - 01-12-2013, 02:27 AM
problem - smokenzombie - 07-19-2014, 12:28 AM
Applying Patches - Mauriciofsantana - 10-09-2014, 06:19 AM
RE: Applying Patches - vnctdj - 10-09-2014, 03:17 PM
Patch Final Fantasy Tactics - kturcotte - 02-23-2015, 01:09 AM
Final Fantasy Tactics 15 FPS - wuusup - 03-27-2015, 05:34 PM
final fantasy war of lions - hi3241 - 06-06-2017, 04:23 AM

Forum Jump: