Reply to thread

i have mentioned it on the previous page, the loading timer timing out. happens a lot when hard drive is busy, or lots of mods in a character folder. i suggested resetting it after each mod in a character folder was loaded, not sure if that idea was ever implemented xD


i know at least autohuereg has a timer reset:

[code]clearInterval(main.loadInt);

            main.loadInt = setInterval(main.resetLoadingChar, 3000);[/code]



my mods will be notorious for causing these errors because they load the settings first, then throw the 'okay done' flag. it is a design choice in case some initialization stuff fails (a lot of init stuff happens after the settings load because the function of the mod can change widely, or cause bad things if stuff prematurely ran).


edit - maybe under 'loadNextCustomMod()', and might also be wise to put a reset in the settingsloader and moddataloader..  .as long as mods don't screw up and keep trying to load something.


Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.