Is there a mod to extend the loading screens?
Posted in SHAR: Mod Requests
Please login to contribute to the conversation.
Exonymat Basically what the title says. I do love fast loading times but at the same time I want to have the chance to read the newspaper gags and see the dynamite spark reach Scratchy
Basically what the title says. I do love fast loading times but at the same time I want to have the chance to read the newspaper gags and see the dynamite spark reach Scratchy
Addy Not currently. I remember hearing something about plans to somehow make one but that was a while ago.
Not currently. I remember hearing something about plans to somehow make one but that was a while ago.
AGuyNamedSteve You can cap your framerate in Nvidia control panel or rivatuner to either 30 or 60 to make them load slower
You can cap your framerate in Nvidia control panel or rivatuner to either 30 or 60 to make them load slower
mazzy Never tried it myself, but you could change your level.mfk with a level.lua and add the following function & use it.
local seconds = 5 -- or whatever number you wish to wait, in seconds.
function
Never tried it myself, but you could change your level.mfk with a level.lua and add the following function & use it.
local seconds = 5 -- or whatever number you wish to wait, in seconds. function w(x) time = os.clock() while os.clock() -time < x do end end w(seconds)
Koopa You can cap your framerate in Nvidia control panel or rivatuner to either 30 or 60 to make them load slower
At that point you might as well use the Frame Limiter setting hack, and check While on Loadi
At that point you might as well use the Frame Limiter setting hack, and check While on Loading Screens.You can cap your framerate in Nvidia control panel or rivatuner to either 30 or 60 to make them load slower