Changeset 257 for scripts


Ignore:
Timestamp:
Feb 16, 2016, 8:34:20 PM (9 years ago)
Author:
alloc
Message:

Scripts: Removed Steam login

Location:
scripts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • scripts/etc/7dtd.conf

    r170 r257  
    11#!/bin/sh
    2 
    3 # User login info for Steam to download/update the engine
    4 export STEAM_USER=
    5 export STEAM_PASS=
    62
    73# Root of the 7dtd folders, containing e.g. the "engine", "instances" folders
  • scripts/usr/local/lib/7dtd/VERSION

    r248 r257  
    1 Version: 94
    2 Release: 2015-07-26
     1Version: 95
     2Release: 2016-02-16
    33
  • scripts/usr/local/lib/7dtd/commands/updateengine.sh

    r248 r257  
    7373                done
    7474               
    75                 if [ $STEAM_USER = "" ]; then
    76                         read -p "Steam username: " STEAM_USER
    77                 fi
    78 
    79                 if [ $STEAM_PASS = "" ]; then
    80                         read -s -p "Steam password: " STEAM_PASS
    81                 fi
    82 
    8375                cd $SDTD_BASE/steamcmd
    84                 ./steamcmd.sh +login $STEAM_USER $STEAM_PASS +force_install_dir $SDTD_BASE/engine +app_update 294420 validate +quit
     76                ./steamcmd.sh +login anonymous +force_install_dir $SDTD_BASE/engine +app_update 294420 validate +quit
    8577
    8678                if [ -d /usr/local/lib/7dtd/server-fixes ]; then
    87                 cp /usr/local/lib/7dtd/server-fixes/* $SDTD_BASE/engine/ -R
     79                        cp /usr/local/lib/7dtd/server-fixes/* $SDTD_BASE/engine/ -R
    8880                fi
    8981
Note: See TracChangeset for help on using the changeset viewer.