KSP-ModularManagement / ModuleManager

ModuleManager is a mod that let you write patches that edit other parts at load time.
http://ksp.lisias.net/add-ons/ModuleManager
GNU General Public License v3.0
11 stars 5 forks source link

On KSP >= 1.8, the Main Menu stutters after loading #8

Open Lisias opened 3 years ago

Lisias commented 3 years ago

The code that accelerates the loading needs to be revised.

I'm lefting something behind that, on weaker machines, causes KSP >= 1.8 to stutter on the Main Screen. It's something related to the max FPS or something near it.

Currently, the workaround is to Open Settings and reset the Max FPS to Default once the Main Menu appears.. This will fix the performance problem (until the next game boot).

(but it's a pain in the ass)

Lisias commented 3 years ago

It only happens when there's no value on the settings.cfg (and/or when the value is Default? Need to check this).

Once you set a value on the Settings menu and save it, things work fine.

Lisias commented 3 years ago

screw my last post. Things are not happening exactly like that, there's something else happening - perhaps a race condition?

Lisias commented 1 year ago

I had forgot about this one, I think it's time to check it out.

The race condition hypothesis has teeth, as recent researches demonstrates (as the ScrapYard one).