2023-08-14 12:12:05 -04:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
save_name="default" # Set this to the name of your save file.
|
|
|
|
|
2023-08-15 02:27:57 -04:00
|
|
|
# Set this to the version of Factorio you want the server to run.
|
|
|
|
# 'stable' downloads the most recent stable release and 'latest' downloads the most recent experimental release.
|
|
|
|
version="stable"
|
2023-08-15 01:36:41 -04:00
|
|
|
|
2023-08-14 12:12:05 -04:00
|
|
|
# Don't change this unless you know what you're doing.
|
|
|
|
# Set this to the custom parameters you want the --create command to use.
|
|
|
|
extra_params_create=""
|
|
|
|
|
|
|
|
# Don't change this unless you know what you're doing.
|
|
|
|
# Set this to the custom parameters you want the --start_server command to use.
|
|
|
|
extra_params_start_server=""
|