Changeset 28
- Timestamp:
- May 27, 2014, 11:25:14 AM (10 years ago)
- Location:
- scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/etc/7dtd.conf
r25 r28 1 1 #!/bin/sh 2 2 3 # Root directory where steamcmd should be placed 4 export STEAMCMD_ROOT=/home/sdtd/steamcmd 3 # User login info for Steam to download/update the engine 5 4 export STEAM_USER= 6 5 export STEAM_PASS= -
scripts/usr/local/lib/7dtd/commands/updateengine.sh
r23 r28 12 12 done 13 13 14 if [ ! -e $S TEAMCMD_ROOT]; then15 mkdir $S TEAMCMD_ROOT14 if [ ! -e $SDTD_BASE/steamcmd ]; then 15 mkdir $SDTD_BASE/steamcmd 16 16 cd /tmp 17 17 wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz 18 tar -xvzf steamcmd_linux.tar.gz -C $S TEAMCMD_ROOT19 cd $S TEAMCMD_ROOT18 tar -xvzf steamcmd_linux.tar.gz -C $SDTD_BASE/steamcmd 19 cd $SDTD_BASE/steamcmd 20 20 ./steamcmd.sh +quit 21 21 fi 22 22 23 cd $S TEAMCMD_ROOT23 cd $SDTD_BASE/steamcmd 24 24 25 25 ./steamcmd.sh +@sSteamCmdForcePlatformType windows +login $STEAM_USER $STEAM_PASS +force_install_dir $SDTD_BASE/engine "+app_update 251570" validate +quit
Note:
See TracChangeset
for help on using the changeset viewer.