2 changed files with 15 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
#!/bin/bash |
|||
# LGSM install_factorio_save.sh function |
|||
# Author: Kristian Polso |
|||
# Website: https://gameservermanagers.com |
|||
# Description: Creates the initial save file for Factorio |
|||
|
|||
local commandname="INSTALL" |
|||
local commandaction="Install" |
|||
|
|||
echo "" |
|||
echo "Creating initial Factorio savefile" |
|||
echo "=================================" |
|||
sleep 1 |
|||
${filesdir}/bin/x64/factorio --create-save ${filesdir}/save1 |
Loading…
Reference in new issue