Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

Timescale changes?


lonewolf_kai
 Share

Recommended Posts

There's not much info on timescale changes. I'm wanting to change my timescale and was wondering if I change it in the console, will the change remain when save and quit and come back?

I didn't see an option to change it in the oblivion.ini. Is there another way to change it?

Edit: Okay, found the answer to part of this, answered by Trollf:

"lonewolf_kai -

timescale value is stored in saves...

if you change it via console and make a save, then this particular save will have it changed."

-Thanks Trollf

Edited by lonewolf_kai
Link to comment
Share on other sites

I like to use a quest script that makes the days longer and the nights shorter.

scn MyTimescaleQuestScript
;TimeScale script by WillieSea
float myT
short myS
short myN

begin GameMode
set myT to GetCurrentTime
if myT > 5 && myT < 21
if myS == 0
set myS to 1
set myN to 4
Message "Longer Days!"
set TimeScale to myN
endif
else
if myS == 1
set myS to 0
set myN to 30
ShowMessage "Shorter Nights!"
set TimeScale to myN
endif
endif
end[/code]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...