Allowing for brighter nights?

Hey @FuJiCuRa

If I use the month and day along with freeze date. Would setting it to day 20 month 6 (for example), allow for a brighter night (since it's a summer month), or am I going about this wrong. Trying to help players with the insane darkness. 

In response to Irish ():
Hey @FuJiCuRaIf I use the month and day along with freeze date. Would setting it to day 20 month 6...
In Rust it's the other way around, winter is the bright night season :) day 31 month 12
In response to FuJiCuRa ():
In Rust it's the other way around, winter is the bright night season :) day 31 month 12
haha of course Rust has it opposite! xD Thanks Fuji :D
In response to Irish ():
haha of course Rust has it opposite! xD Thanks Fuji :D
@FuJiCuRa it's still pretty dark. My nights are short though. Is there a way to have it always a full moon?
Irishsun530
@FuJiCuRa it's still pretty dark. My nights are short though. Is there a way to have it always a full moon?
You ever get it figured out?
I am wanting to do same thing. Vanilla day night times but always a full moon.
My guess would be finding an exact date to set that is a full moon.
5c30f64876faf.jpg Gamingoutlaws
You ever get it figured out?
I am wanting to do same thing. Vanilla day night times but always a full moon.
My guess would be finding an exact date to set that is a full moon.
Nope :( I tried the June date, then the date Fuji suggested and it didn't work. My nights are only 5 min though, so maybe 2 min for sunset, 5 dark, then 2 sunrise, so it's not horrible. I just kinda gave up lol
i got it to work. hope this helps you if you havent tried this.

important is to check the servers actual date and then reset it so that it matches the "freezeOn" values in the plugin.

my freezeOn was 21.06.2020

my server date was 19.09.2024

step 1:

in console do following to change server date:
https://www.corrosionhour.com/rust-time-command/
env.day 21 (returns value env.day "21")
env.month 6 (returns value env.day "6")

IMPORTANT: DO NOT CHANGE THE YEAR OF SERVER DATE.

date on server is now 21.06.2024


step 2:

in plugin, i changed freezeOn date to 21.06.2024.

step 3: 

in console, reload the plugin (o.reload TimeOfDay)

i now have full moon every night and date always loops.
chrizzle5
i got it to work. hope this helps you if you havent tried this.

important is to check the servers actual date and then reset it so that it matches the "freezeOn" values in the plugin.

my freezeOn was 21.06.2020

my server date was 19.09.2024

step 1:

in console do following to change server date:
https://www.corrosionhour.com/rust-time-command/
env.day 21 (returns value env.day "21")
env.month 6 (returns value env.day "6")

IMPORTANT: DO NOT CHANGE THE YEAR OF SERVER DATE.

date on server is now 21.06.2024


step 2:

in plugin, i changed freezeOn date to 21.06.2024.

step 3: 

in console, reload the plugin (o.reload TimeOfDay)

i now have full moon every night and date always loops.
Nice!!! Going to try this out. I have never actually timed it or looked it up but anyone off hand know how long day and night cycle last in vanilla? Minutes for each?

Merged post

Looks like 45m day and 15m night is vanilla setting.

Merged post

Also did all those changes stick after a server restart?
Hey can anyone help me set this up please?