The Elder Scrolls V: Skyrim

The Elder Scrolls V: Skyrim

**BIT OUTDATED** Za Warudo - Stop Time Power - Time Limited Edition
flux  [developer] 8 Jan, 2017 @ 8:58pm
NEED HELP? COME HERE AND POST
asdf
< >
Showing 1-15 of 23 comments
Mash1801 8 Jan, 2017 @ 9:35pm 
I subscribed to the mod, let all my mods load on skyrim launcher and it isnt there. It is however in my subscribed folder in my steam launcher. I unsubbed from the mod and resubbed and that didnt work, I'm not sure what i could be doing wrong
flux  [developer] 9 Jan, 2017 @ 7:23am 
Unsubscribe from the mod.

Launch Skyrim's Launcher.

Go to Data Files.

Make sure the mod isn't there.

Go to your skyrim\Data folder.

Make sure an ESP and a BSA file called ZaWarudo isn't there. If it is, delete it.

Restart steam. Restart your computer. Restart. Everything.

Once your computer is on, start steam.

Resub to the mod.

If the download doesn't start, maybe skyrim thinks it already has the mod even though it doesn't. Try verifying the files for skyrim.

If that doesn't work, see if a folder called steamapps\workshop\content\72850\826649956 exists in your steam install. If it does, delete it. Then unsub, then resub from the mod

If that fails to get the mod, go to the steamapps\workshop folder, make a backup of appworkshop_72850.acf outside of the folder it was in. Then delete the original. Unsub, then resub.


Skogul 9 Jan, 2017 @ 8:21am 
For some reason the limited time edition doesn't work for me - the STANDO POWAH! goes on idefinitely, doesn't stop after 3 secs as it should. Anything I could do about that? Thanks in advance. Also, it is an awesome mod you made there <:
flux  [developer] 9 Jan, 2017 @ 12:47pm 
Originally posted by SirAvoirVivre:
For some reason the limited time edition doesn't work for me - the STANDO POWAH! goes on idefinitely, doesn't stop after 3 secs as it should. Anything I could do about that? Thanks in advance. Also, it is an awesome mod you made there <:
Ok, I'm going to subscribe to the mod to check out if there was a problem with the latest version.
flux  [developer] 9 Jan, 2017 @ 12:54pm 
Originally posted by SirAvoirVivre:
For some reason the limited time edition doesn't work for me - the STANDO POWAH! goes on idefinitely, doesn't stop after 3 secs as it should. Anything I could do about that? Thanks in advance. Also, it is an awesome mod you made there <:
The mod works fine for me. Are you sure you understand how the mod works? The amount of time you are allowed in frozen time is dependent on your player character's level. If you are level 21, you have 10 seconds in the frozen time.
Skogul 10 Jan, 2017 @ 1:10pm 
Originally posted by ClarkWasHere:
Originally posted by SirAvoirVivre:
For some reason the limited time edition doesn't work for me - the STANDO POWAH! goes on idefinitely, doesn't stop after 3 secs as it should. Anything I could do about that? Thanks in advance. Also, it is an awesome mod you made there <:
The mod works fine for me. Are you sure you understand how the mod works? The amount of time you are allowed in frozen time is dependent on your player character's level. If you are level 21, you have 10 seconds in the frozen time.
Yes, I did understand that simple equation >.>. My level 4 character is capable of staying for more then 3 hours in stopped time (probably infinitely, don't have infinite time to check). I downloaded your mod from the Nexus first, then unninstalled and subscribed via steam workshop. None of those work correctly.
flux  [developer] 10 Jan, 2017 @ 9:02pm 
Originally posted by Memphnoclohotep:
Magic such as fireball or thunder doesnt seem to work in frozen time mode? any way to fix this?
Unfortunately can't be helped with how skyrim works.

Originally posted by SirAvoirVivre:
Originally posted by ClarkWasHere:
The mod works fine for me. Are you sure you understand how the mod works? The amount of time you are allowed in frozen time is dependent on your player character's level. If you are level 21, you have 10 seconds in the frozen time.
Yes, I did understand that simple equation >.>. My level 4 character is capable of staying for more then 3 hours in stopped time (probably infinitely, don't have infinite time to check). I downloaded your mod from the Nexus first, then unninstalled and subscribed via steam workshop. None of those work correctly.

Ok, now this issue is weird. Go get the nexus version of the limited time stop, and go to the mod's scripts/source folder, and find a file called ZaWarudoBackendScript.psc, open it with any ol text editor.

Find "RegisterForSingleUpdate(1.0)" in it. Tell me if that has a semi-colon before it.
flux  [developer] 10 Jan, 2017 @ 9:10pm 
And just to test further, I'm downloading and using the time limited version through workshop to see if I get the same issue. You might just be having scriptlag.
Skogul 13 Jan, 2017 @ 10:22am 
Originally posted by ClarkWasHere:
Originally posted by Memphnoclohotep:
Magic such as fireball or thunder doesnt seem to work in frozen time mode? any way to fix this?
Unfortunately can't be helped with how skyrim works.

Originally posted by SirAvoirVivre:
Yes, I did understand that simple equation >.>. My level 4 character is capable of staying for more then 3 hours in stopped time (probably infinitely, don't have infinite time to check). I downloaded your mod from the Nexus first, then unninstalled and subscribed via steam workshop. None of those work correctly.

Ok, now this issue is weird. Go get the nexus version of the limited time stop, and go to the mod's scripts/source folder, and find a file called ZaWarudoBackendScript.psc, open it with any ol text editor.

Find "RegisterForSingleUpdate(1.0)" in it. Tell me if that has a semi-colon before it.

Event OnEffectStart(Actor akTarget, Actor akCaster)

If (TimeIsStoppedStealth.getValue() == 0)

Change()

TimeIsStoppedStealth.setValue(1)

;maxSeconds = 3 + Math.Floor(akCaster.GetLevel()/3)

;RegisterForSingleUpdate(1.0) <-----

EndIf

EndEvent

I believe it does.

flux  [developer] 13 Jan, 2017 @ 9:47pm 
Originally posted by SirAvoirVivre:
Originally posted by ClarkWasHere:
Unfortunately can't be helped with how skyrim works.



Ok, now this issue is weird. Go get the nexus version of the limited time stop, and go to the mod's scripts/source folder, and find a file called ZaWarudoBackendScript.psc, open it with any ol text editor.

Find "RegisterForSingleUpdate(1.0)" in it. Tell me if that has a semi-colon before it.

Event OnEffectStart(Actor akTarget, Actor akCaster)

If (TimeIsStoppedStealth.getValue() == 0)

Change()

TimeIsStoppedStealth.setValue(1)

;maxSeconds = 3 + Math.Floor(akCaster.GetLevel()/3)

;RegisterForSingleUpdate(1.0) <-----

EndIf

EndEvent

I believe it does.

Semicolons means that part of the code is commented out, and will not be used. You got the wrong version.

Get the one on the nexus named "Za Warudo RC011 Optional Time Limit 2"
Last edited by flux; 13 Jan, 2017 @ 9:49pm
Bungalow 26 Jan, 2017 @ 5:03pm 
Im having a couple issues:
-When in stopped time my movements are super slow, until the ending sound effect starts, than my movements are normal
-I can't do what you did in the video with the bow (Knock the arrow, then stop time) because if i do that the bow will go back to it's default position (Arrow not knocked).
flux  [developer] 26 Jan, 2017 @ 8:24pm 
Originally posted by BrokenToken:
Im having a couple issues:
-When in stopped time my movements are super slow, until the ending sound effect starts, than my movements are normal
-I can't do what you did in the video with the bow (Knock the arrow, then stop time) because if i do that the bow will go back to it's default position (Arrow not knocked).

For the second point, the mod has changed since that version of it, and thusly, you cannot keep your arrow knocked and then stop time. Tis a travesty, but it's that or you having to re-equip the time stop spell again in the Magic menu to resume time.
Bungalow 26 Jan, 2017 @ 8:51pm 
Ah okay, thanks for the awnser
My game crashes the moment i start power. I use SKSE
tp me 13 Mar, 2017 @ 10:30am 
it dont work at all i really dont know why .I equip it and nothing... i use skse
< >
Showing 1-15 of 23 comments
Per page: 1530 50