Skip to content

Commit

Permalink
Set version to 0.13.2
Browse files Browse the repository at this point in the history
This changes version to 0.13.2

It also adds some art and I needed to change some things because of a bug in factorio bud it is working now
  • Loading branch information
Christophe Vandekerchove committed Jul 1, 2016
1 parent b440dd0 commit 1e3ac0a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ENV FACTORIO_AUTOSAVE_INTERVAL=2 \
FACTORIO_ALLOW_COMMANDS=false \
FACTORIO_NO_AUTO_PAUSE=false \
FACTORIO_LATENCY_MS=100 \
VERSION=0.13.0 \
FACTORIO_SHA1=a2ea285d7bf4e61d398725da98cb2d3a15417851 \
VERSION=0.13.2 \
FACTORIO_SHA1=260eeb2ffdee8565c2a94d67b44829df4955bf3a \
FACTORIO_WAITING=false \
FACTORIO_MODE=normal

Expand Down
17 changes: 14 additions & 3 deletions new_smart_launch.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
#!/bin/bash

echo ' ___ ___ ___ ___ ___ ___ '
echo ' / /\ / /\ / /\ ___ / /\ / /\ ___ / /\ '
echo ' / /:/_ / /::\ / /:/ / /\ / /::\ / /::\ / /\ / /::\ '
echo ' / /:/ /\ / /:/\:\ / /:/ / /:/ / /:/\:\ / /:/\:\ / /:/ / /:/\:\ '
echo ' / /:/ /:/ / /:/~/::\ / /:/ ___ / /:/ / /:/ \:\ / /:/~/:/ /__/::\ / /:/ \:\ '
echo ' /__/:/ /:/ /__/:/ /:/\:\ /__/:/ / /\ / /::\ /__/:/ \__\:\ /__/:/ /:/___ \__\/\:\__ /__/:/ \__\:\'
echo ' \ \:\/:/ \ \:\/:/__\/ \ \:\ / /:/ /__/:/\:\ \ \:\ / /:/ \ \:\/:::::/ \ \:\/\ \ \:\ / /:/'
echo ' \ \::/ \ \::/ \ \:\ /:/ \__\/ \:\ \ \:\ /:/ \ \::/~~~~ \__\::/ \ \:\ /:/ '
echo ' \ \:\ \ \:\ \ \:\/:/ \ \:\ \ \:\/:/ \ \:\ /__/:/ \ \:\/:/ '
echo ' \ \:\ \ \:\ \ \::/ \__\/ \ \::/ \ \:\ \__\/ \ \::/ '
echo ' \__\/ \__\/ \__\/ \__\/ \__\/ \__\/ '
# Checking if server is ready
if [ $FACTORIO_WAITING == true ]
then
Expand Down Expand Up @@ -45,6 +55,8 @@ then
echo "###"
fi
factorio_command="$factorio_command --rcon-password $FACTORIO_RCON_PASSWORD"
# TODO Adding this because of bug, will need to be removed once bug in factorio is fixed
cd /opt/factorio/saves
# Handling save settings
save_dir="/opt/factorio/saves"
if [ -z $FACTORIO_SAVE ]
Expand All @@ -67,7 +79,6 @@ fi
echo "###"
echo "# Launching Game"
echo "###"
echo "$factorio_command"
# Closing stdin
exec 0<&-
exec $factorio_command

0 comments on commit 1e3ac0a

Please sign in to comment.