Update factorio/README.md

This commit is contained in:
Seaswimmer 2023-08-14 11:49:26 -04:00
parent 41b40f1db3
commit 4b916f54f7

View file

@ -7,7 +7,7 @@ These three `.sh` files were created for Infern009's Factorio server, and use [B
## Usage ## Usage
- Clone this repository, then cd into the `factorio` directory. - Clone this repository, then cd into the `factorio` directory.
- Make sure you have `Byobu` installed. - Make sure you have **Byobu** installed.
- Alpine - Alpine
- `sudo apk add -y byobu` - `sudo apk add -y byobu`
- Arch - Arch
@ -20,8 +20,9 @@ These three `.sh` files were created for Infern009's Factorio server, and use [B
- `sudo emerge -y byobu` - `sudo emerge -y byobu`
- MacOS **__(UNSUPPORTED)__** - MacOS **__(UNSUPPORTED)__**
- `sudo brew install byobu` - `sudo brew install byobu`
- If none of these commands work for your platform, you can compile `Bybou` with the `install-byobu.sh` script. - If none of these commands work for your platform, you can compile **Bybou** with the `install-byobu.sh` script.
- Run the `start_server.sh` script. - Run the `start_server.sh` script.
- If you haven't changed **Byobu's** configuration, you can detach from the terminal this spawns by pressing `Ctrl + A`, releasing those keys, then immediately pressing `D`.
- Once the server is online, stop it with `/quit` from the Factorio server's console or by running the `stop_server.sh` script. - Once the server is online, stop it with `/quit` from the Factorio server's console or by running the `stop_server.sh` script.
- Modify the parameters in `start_server.sh`. - Modify the parameters in `start_server.sh`.
- `save_name` - This parameter controls the name of the save file this script will use to start the server. - `save_name` - This parameter controls the name of the save file this script will use to start the server.