VEIN servers can modify day and night lengths in various ways, including changing their timescales, start and end times, and more. This is done similarly to changing PvP settings from the engine config file. By adjusting when nighttime begins or how long it lasts, players can create a more relaxed playstyle, as nighttime can be difficult to navigate, especially for newer players.
1. Log in to the BisectHosting Starbase panel.
2. Stop the server.
3. Go to the Files tab.
4. Find the following directory: /home/container/Vein/Saved/Config/LinuxServer .
5. Open the Engine.ini file.
6. Navigate to [ConsoleVariables]. If it does not yet exist, paste the following in a new line: [ConsoleVariables] .
7. Enter the desired time multipliers in a new line.
| Default Setting | Description |
vein.Time.NightTimeMultiplier = 3.000000 |
Multiplies the duration of nighttime over daytime. |
vein.Time.NightTimeMultiplierEnd = 6.000000 |
Ends nighttime at the desired time in 24-hour format. |
vein.Time.NightTimeMultiplierStart = 20.000000 |
Starts nighttime at the desired time in 24-hour format. |
vein.Time.TimeMultiplier = 16.000000 |
Multiplies how fast the game world runs in real time. |
8. Press the Save button.