diff options
Diffstat (limited to 'roles/factorio/files')
-rw-r--r-- | roles/factorio/files/server-settings.json | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/roles/factorio/files/server-settings.json b/roles/factorio/files/server-settings.json deleted file mode 100644 index 71d8a9e..0000000 --- a/roles/factorio/files/server-settings.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "<rgoncalves.se> coal factory D:", - "description": "We need more coal", - "tags": ["game", "tags"], - - "max_players": 8, - - "visibility": - { - "public": false, - "lan": true - }, - - "username": "", - "password": "", - "token": "", - - "game_password": "", - "require_user_verification": true, - - "max_upload_in_kilobytes_per_second": 0, - "max_upload_slots": 5, - - "minimum_latency_in_ticks": 0, - "ignore_player_limit_for_returning_players": false, - - "allow_commands": "admins-only", - "autosave_interval": 10, - "autosave_slots": 5, - - "afk_autokick_interval": 10, - "auto_pause": true, - - "only_admins_can_pause_the_game": true, - "non_blocking_saving": false, - - "minimum_segment_size": 25, - "minimum_segment_size_peer_count": 20, - "maximum_segment_size": 100, - "maximum_segment_size_peer_count": 10 -} |