• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

the power to stop time

marbatico

Assassin
i was wondering, since we can make time go ridiculously fast, would it be possible to stop it? this would be great for taking screenshots with the free camera.
 
Might be possible, but I suspect the camera might not move anymore if you do.
 
I just did a quick test by executing this through the console:
Code:
SetTimeScale(0.0);
This makes the whole game come to a complete stop, but you cannot move the camera anymore and things do look weird, especially the sails.
What might work better is to just make the game run VERY slow:
Code:
SetTimeScale(0.1);
The camera is also very slow, but once you've found a good angle, you can use it to better time your screenshot.
I hope this helps and you'll be able to make some nice screenies! If you do, we can post them on the ModDB also. :woot
 
Back
Top