I cant remember how to turn daylight always on. if you know how please tell me.
thank you.
daylight
Re: daylight
Open the console by pressing ~ (the chat/console key) and enter the following code:
Code: Select all
/c game.always_day = true
Re: daylight
Thank you.
Re: daylight
moved to gameplay help
-
- Long Handed Inserter
- Posts: 79
- Joined: Sat Mar 05, 2016 2:29 pm
- Contact:
Re: daylight
Out of curiosity, is it possible to set always night? I would love it
-
- Filter Inserter
- Posts: 841
- Joined: Mon Sep 14, 2015 7:40 am
- Contact:
Re: daylight
Test Mode mod manages to do it, you can go check it out.TN_Creator wrote:Out of curiosity, is it possible to set always night? I would love it
Re: daylight
TN_Creator wrote:Out of curiosity, is it possible to set always night? I would love it
Code: Select all
game.freeze_daytime(true)
game.daytime=.5
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
-
- Long Handed Inserter
- Posts: 79
- Joined: Sat Mar 05, 2016 2:29 pm
- Contact:
Re: daylight
thanks!