This commit is contained in:
Kekskurse 2022-01-09 14:55:43 +01:00
parent 064da7c99d
commit 95b69f1bf2
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
5 changed files with 28 additions and 15 deletions

View File

@ -1,3 +1,16 @@
Last used with factorio 1.1.50
# Install # Install
Dowload Factorio HEadless from the [Factorio Page](https://factorio.com/download) than upload it to the server `scp factorio_headless_* root@104.248.40.33:~/ ` Dowload Factorio HEadless from the [Factorio Page](https://factorio.com/download) than upload it to the server `scp factorio_headless_* root@104.248.40.33:~/ `. After this unp the server `tar -xvf factorio_headless*`
Clone this repro to get mods and configs
# Instalöl Mods
cp all from the mods folder in the "mods" folder of the factiorio folder in the server
* https://mods.factorio.com/mod/Squeak%20Through
# Changes
* Peascefull server
* Bigger and Reacher resourcen
* No clifs

BIN
Squeak Through_1.8.2.zip Normal file

Binary file not shown.

View File

@ -16,17 +16,17 @@
"_starting_area_comment": "Multiplier for 'biter free zone radius'", "_starting_area_comment": "Multiplier for 'biter free zone radius'",
"starting_area": 1, "starting_area": 1,
"peaceful_mode": false, "peaceful_mode": true,
"autoplace_controls": "autoplace_controls":
{ {
"coal": {"frequency": 1, "size": 1, "richness": 1}, "coal": {"frequency": 1, "size": 1.5, "richness": 2},
"stone": {"frequency": 1, "size": 1, "richness": 1}, "stone": {"frequency": 1, "size": 1.5, "richness": 2},
"copper-ore": {"frequency": 1, "size": 1,"richness": 1}, "copper-ore": {"frequency": 1, "size": 1.5,"richness": 2},
"iron-ore": {"frequency": 1, "size": 1, "richness": 1}, "iron-ore": {"frequency": 1, "size": 1.5, "richness": 2},
"uranium-ore": {"frequency": 1, "size": 1, "richness": 1}, "uranium-ore": {"frequency": 1, "size": 1.5, "richness": 2},
"crude-oil": {"frequency": 1, "size": 1, "richness": 1}, "crude-oil": {"frequency": 1, "size": 1.5, "richness": 2},
"trees": {"frequency": 1, "size": 1, "richness": 1}, "trees": {"frequency": 1, "size": 1.5, "richness": 2},
"enemy-base": {"frequency": 1, "size": 1, "richness": 1} "enemy-base": {"frequency": 1, "size": 1.5, "richness": 2}
}, },
"cliff_settings": "cliff_settings":
@ -45,7 +45,7 @@
"cliff_elevation_interval": 40, "cliff_elevation_interval": 40,
"_richness_comment": "Called 'cliff continuity' in the map generator GUI. 0 will result in no cliffs, 10 will make all cliff rows completely solid", "_richness_comment": "Called 'cliff continuity' in the map generator GUI. 0 will result in no cliffs, 10 will make all cliff rows completely solid",
"richness": 1 "richness": 0
}, },
"_property_expression_names_comment": "_property_expression_names_comment":

Binary file not shown.

View File

@ -10,8 +10,8 @@
"lan: Game will be broadcast on LAN"], "lan: Game will be broadcast on LAN"],
"visibility": "visibility":
{ {
"public": true, "public": false,
"lan": true "lan": false
}, },
"_comment_credentials": "Your factorio.com login credentials. Required for games with visibility public", "_comment_credentials": "Your factorio.com login credentials. Required for games with visibility public",
@ -21,10 +21,10 @@
"_comment_token": "Authentication token. May be used instead of 'password' above.", "_comment_token": "Authentication token. May be used instead of 'password' above.",
"token": "", "token": "",
"game_password": "", "game_password": "something",
"_comment_require_user_verification": "When set to true, the server will only allow clients that have a valid Factorio.com account", "_comment_require_user_verification": "When set to true, the server will only allow clients that have a valid Factorio.com account",
"require_user_verification": true, "require_user_verification": false,
"_comment_max_upload_in_kilobytes_per_second" : "optional, default value is 0. 0 means unlimited.", "_comment_max_upload_in_kilobytes_per_second" : "optional, default value is 0. 0 means unlimited.",
"max_upload_in_kilobytes_per_second": 0, "max_upload_in_kilobytes_per_second": 0,