Readme
This commit is contained in:
parent
519c5a8d34
commit
8df460f170
1 changed files with 14 additions and 5 deletions
19
Readme.md
19
Readme.md
|
@ -6,15 +6,24 @@ Clone this repro to get mods and configs
|
|||
|
||||
```
|
||||
git clone https://git.keks.cloud/kekskurse/factorio.git factorio-config
|
||||
|
||||
cp -r factorio-config/* factorio/
|
||||
```
|
||||
|
||||
# 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
|
||||
|
||||
## Create new Map
|
||||
# Usage
|
||||
```
|
||||
cd factorio
|
||||
./bin/x64/factorio --create saves/my-save.zip --map-gen-settings map-gen-settings.json --map-settings map-settings.json
|
||||
```
|
||||
## Run Server
|
||||
```
|
||||
cd factorio
|
||||
./bin/x64/factorio --start-server-load-latest --server-settings ./server-settings.json
|
||||
```
|
||||
|
||||
# Default
|
||||
XXX.XXX.XXX.XXX:34197
|
||||
# Changes
|
||||
* Peascefull server
|
||||
* Bigger and Reacher resourcen
|
||||
|
|
Loading…
Reference in a new issue