This is a general collection of tips for fixing issues in Spring 95.0,
which is the engine version now used by ZK not anymore, we've rolled back to 91.0 for the time being.
Will be updated as needed.
I have an AMD graphics card, 95.0 crashes on loadTry upgrading or downgrading your drivers. Testing suggests Catalyst 13.4 and 13.11 beta work, 13.9
does not.
Ingame framerate is lower than it used to beTry one or more of the following tags in springsettings.cfg (ZKL users can find it in Settings -> Open game data folder -> springsettings.cfg):
LogFlush = 0
AllowDeferredMapRendering = 0
AllowDeferredModelRendering = 0
(All the above settings are in ZKL-deployed configs, so you can quickly get them by opening ZKL and selecting one of the graphics settings presets. You'll have to reset LogFlush if you want to play 95.0 after 91.0, however.)
Unit animations and such jitterTry UseHighResTimer = 1 (Windows only)
or AllowDeferredModelRendering = 0
Camera jitters when scrollingTry WorkerThreadCount = 0
Map is completely white when playingAdvMapShading = 0
or ingame, /advmapshading 0
Whole map/screen turns into strobe effect when holding down Shift while selected unit(s) have command(s)AdvUnitShading = 0
or /advunitshading 0
My map is duplicatedTry a different water setting (ingame, type /water 0-4).
If these changes fixed your problem, please report back so others will know about it. Thanks!