MRG Posted February 11, 2009 Share Posted February 11, 2009 Greetings all, I would greatly appreciate it, if someone here would be so kind as to make me a script that changes the time of day from daylight to nighttime once you leave Vault 101. I am almost done with my next project, but in order for it convey it's full "ambiance" it would really help if it was dark the first time the player see's it. My project isn't really anything special, it's more or less just a mod that forces me to expand my limited skills with GECK. It dose not even have to be as you leave the Vault, I would just like it to trigger once you got within a certain radius of my mod. If that's easier to do, then that would be great as well. Thanks in advance & a Kudo point to the person that makes my cry for help a reality. -MRG Link to comment Share on other sites More sharing options...
Smosh Posted February 11, 2009 Share Posted February 11, 2009 Not sure if you can do anything with set GameHour to 22.5 in a script The line itself works in the console (would change time to 11.30pm). Link to comment Share on other sites More sharing options...
Smosh Posted February 11, 2009 Share Posted February 11, 2009 OK I'm very new to scripting but this is what I've come up with. scn timescript short controlvar Begin OnTriggerEnter player if (controlvar == 0) set GameHour to 22.5 set controlvar to 1 EndIf End Link to comment Share on other sites More sharing options...
MRG Posted February 11, 2009 Author Share Posted February 11, 2009 Smosh, Thank you VERY much for the script. It worked perfectly. I attached it to a trigger so that now as soon as you exit Vault 101, its now the middle of the night. Kudo Point awarded. -MRG Link to comment Share on other sites More sharing options...
Smosh Posted February 11, 2009 Share Posted February 11, 2009 No problems These things help me learn scripting. It takes me a while but I get there in the end :) Link to comment Share on other sites More sharing options...
Litosns Posted August 8, 2013 Share Posted August 8, 2013 Can someone send me this time script as a mod or something. Cause i had a mod that i think f*#@ed up everything and time is like-262351236:-12612553 something like that. Day and year is good but time is f*#@ed up and i cant get into craterside supply.Please i know its like bumping this thread (2009/2013) but i need this script to work and i dont know how to do it. Otherwise i will need to restart the game which will be bad cause i was completing the Wasteland survival guide quest.Again please tell me if there is a fix for this.Here's for those "No pics or never happend guys)http://img209.imageshack.us/img209/6602/1f83.png Link to comment Share on other sites More sharing options...
pkleiss Posted August 8, 2013 Share Posted August 8, 2013 Since you're able to use mods, that means you can use the console, right? Why not go into the console and type this: Set gamehour to 9 If nothing else is affecting/modifying/altering your game time, that should set it back to 9:00 am. Also, while your in the console, type this: tst timescale (or show timescale) By default that is 30 - it represents the number of game minutes that pass every minute of real time. You can change that as well with the set command:Set timescale to 30 Link to comment Share on other sites More sharing options...
Recommended Posts