Update factorio/README.md

This commit is contained in:
Seaswimmer 2023-08-14 11:46:25 -04:00
parent b4f5678d6d
commit 41b40f1db3

View file

@ -1,13 +1,13 @@
# Infern009's Factorio Server # Factorio Scripts
[Discord Message Link (Galaxy Discord - #general-discussion)](https://discord.com/channels/204965774618656769/753714180900519937/1140330697446412428) [Discord Message Link (Galaxy Discord - #general-discussion)](https://discord.com/channels/204965774618656769/753714180900519937/1140330697446412428)
[Discord Message Link (seaswimmer (294518358420750336) & infern009 (420197112068964353) - Direct Messages)](https://discord.com/channels/@me/624776394676633663/1140332152530149447) [Discord Message Link (seaswimmer (294518358420750336) & infern009 (420197112068964353) - Direct Messages)](https://discord.com/channels/@me/624776394676633663/1140332152530149447)
These three `.sh` files were created for Infern009's Factorio Server, and use [Byobu](https://www.byobu.org/) to run a Factorio server. These three `.sh` files were created for Infern009's Factorio server, and use [Byobu](https://www.byobu.org/) to run a Factorio server.
## Usage ## Usage
- Clone this repository, then cd into the `factorio` directory.
- First, 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
@ -21,7 +21,6 @@ These three `.sh` files were created for Infern009's Factorio Server, and use [B
- 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.
- Download the two shell scripts to an empty directory of your choice.
- Run the `start_server.sh` script. - Run the `start_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. - 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`.