diff --git a/Readme.md b/Readme.md index 11c48fa..258117f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,16 @@ +Last used with factorio 1.1.50 # 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 \ No newline at end of file diff --git a/Squeak Through_1.8.2.zip b/Squeak Through_1.8.2.zip new file mode 100644 index 0000000..ecaa748 Binary files /dev/null and b/Squeak Through_1.8.2.zip differ diff --git a/map-gen-settings.json b/map-gen-settings.json index 8ce8ba6..64cf4ef 100644 --- a/map-gen-settings.json +++ b/map-gen-settings.json @@ -16,17 +16,17 @@ "_starting_area_comment": "Multiplier for 'biter free zone radius'", "starting_area": 1, - "peaceful_mode": false, + "peaceful_mode": true, "autoplace_controls": { - "coal": {"frequency": 1, "size": 1, "richness": 1}, - "stone": {"frequency": 1, "size": 1, "richness": 1}, - "copper-ore": {"frequency": 1, "size": 1,"richness": 1}, - "iron-ore": {"frequency": 1, "size": 1, "richness": 1}, - "uranium-ore": {"frequency": 1, "size": 1, "richness": 1}, - "crude-oil": {"frequency": 1, "size": 1, "richness": 1}, - "trees": {"frequency": 1, "size": 1, "richness": 1}, - "enemy-base": {"frequency": 1, "size": 1, "richness": 1} + "coal": {"frequency": 1, "size": 1.5, "richness": 2}, + "stone": {"frequency": 1, "size": 1.5, "richness": 2}, + "copper-ore": {"frequency": 1, "size": 1.5,"richness": 2}, + "iron-ore": {"frequency": 1, "size": 1.5, "richness": 2}, + "uranium-ore": {"frequency": 1, "size": 1.5, "richness": 2}, + "crude-oil": {"frequency": 1, "size": 1.5, "richness": 2}, + "trees": {"frequency": 1, "size": 1.5, "richness": 2}, + "enemy-base": {"frequency": 1, "size": 1.5, "richness": 2} }, "cliff_settings": @@ -45,7 +45,7 @@ "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": 1 + "richness": 0 }, "_property_expression_names_comment": diff --git a/mods/Squeak Through_1.8.2.zip b/mods/Squeak Through_1.8.2.zip new file mode 100644 index 0000000..ecaa748 Binary files /dev/null and b/mods/Squeak Through_1.8.2.zip differ diff --git a/server-settings.json b/server-settings.json index 94fa604..97da9b8 100644 --- a/server-settings.json +++ b/server-settings.json @@ -10,8 +10,8 @@ "lan: Game will be broadcast on LAN"], "visibility": { - "public": true, - "lan": true + "public": false, + "lan": false }, "_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.", "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", - "require_user_verification": true, + "require_user_verification": false, "_comment_max_upload_in_kilobytes_per_second" : "optional, default value is 0. 0 means unlimited.", "max_upload_in_kilobytes_per_second": 0,