1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

lock amount hours

This commit is contained in:
danielmartin0 2024-09-23 14:08:39 +01:00
parent 0ce32bac22
commit 9335e938da
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ Public.minimum_run_capacity_to_enforce_space_for = 22
-- auto-disbanding when there are no players left in the crew:
-- Public.autodisband_hours = nil
Public.autodisband_hours = 24 * 5 -- should not be zero (as this messes with saving and loading a game, which boots the player for a moment.) Also note that the server may run very slowly when no-one is on it.
Public.autodisband_hours = 24 * 2 -- should not be zero (as this messes with saving and loading a game, which boots the player for a moment.) Also note that the server may run very slowly when no-one is on it.
Public.boat_steps_at_a_time = 1

View File

@ -17,8 +17,8 @@ Public.total_max_biters = 2200
Public.lobby_surface_name = '000-000-Lobby'
Public.private_run_lock_amount_hr = 24 -- how many hours need to pass, when crew is empty or inactive, until private run becomes public
Public.protected_run_lock_amount_hr = 24 -- how many hours need to pass, when crew is empty or inactive, until captain protection expires
Public.private_run_lock_amount_hr = 48 -- how many hours need to pass, when crew is empty or inactive, until private run becomes public
Public.protected_run_lock_amount_hr = 48 -- how many hours need to pass, when crew is empty or inactive, until captain protection expires
Public.colors = {
coal = { r = 0.5, g = 0.5, b = 0.5 },