13 lines
532 B
Bash
13 lines
532 B
Bash
#!/usr/bin/env bash
|
|
|
|
save_name="default" # Set this to the name of your save file.
|
|
|
|
experimental="false" # This decides whether or not to download the experimental/latest build of the game, or the stable version.
|
|
|
|
# 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=""
|