About this mod
Yet another time manipulation mod. Adds a shout that freezes and resumes time.
- Permissions and credits
- Changelogs
Find the reference ID for the word of power (should say something like "10003DEA")
help "D3n T3d" 0 WOOP
Then add and unlock the word of power (replace the ID with the ID from the help command).player.teachword 10003DEA
player.unlockword 10003DEA
You can also find the reference for the perk and manually add and remove the perk for testing purposes:
help "Freeze Time" 0 PERK
player.addperk 10003DEB
player.removeperk 10003DEB
If you want to remove the slow applied to the player character, you can add the mod "No Magic Slowdown".
Technical details:
The shout applies or removes a perk that adds a constant time-freeze effect. The "time-freezing" is a strong variant of the Slow Time shout, which slows down time to 1% of normal speed. The shout is added via a script that runs when the book is opened.
Bugs:
- When there is a kill cam event while the Time Freeze effect is active, the time is resumed after the kill cam with a skewed time multiplier (everything is faster than normal). This can be fixed by using the shout again to toggle off the perk effect.
- Anything force/gravity related may accumulated too much velocity during the freezed time and wreak havoc when resuming time.
Compatibility:
- Should work with any other spell mods, but the perk effect may not apply when another slow time effect is active by other sources.
- I only tested this mod on the latest version of Skyrim on Steam (1.6.1170). (The version 1.0.0 of this mod appears to be incompatible with some older versions including version 1.5.97 according to a user. No reports yet for 1.1.0 :D)