- Timestamp:
- May 27, 2014, 11:25:14 AM (11 years ago)
- Location:
- scripts
- Files:
- 
      - 2 edited
 
 - 
          
  etc/7dtd.conf (modified) (1 diff)
- 
          
  usr/local/lib/7dtd/commands/updateengine.sh (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      scripts/etc/7dtd.confr25 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.shr23 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.
  ![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
