aboutsummaryrefslogtreecommitdiffstats
path: root/roles/factorio/files
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-21 16:14:55 +0100
committerbinary <me@rgoncalves.se>2020-11-21 16:14:55 +0100
commit77eef6041db574d65c4dd6f5af1468db7b8fbb36 (patch)
tree4eb27757eb4bf94817b93dbee1f73cffcf3a0627 /roles/factorio/files
parent141a96d2ce17194acb14b48b5a00fc10f2972879 (diff)
downloadinfrastructure-77eef6041db574d65c4dd6f5af1468db7b8fbb36.tar.gz
Add factorio role.
Diffstat (limited to 'roles/factorio/files')
-rw-r--r--roles/factorio/files/server-settings.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/roles/factorio/files/server-settings.json b/roles/factorio/files/server-settings.json
new file mode 100644
index 0000000..71d8a9e
--- /dev/null
+++ b/roles/factorio/files/server-settings.json
@@ -0,0 +1,41 @@
+{
+ "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
+}
remember that computers suck.