#!/bin/sh

# Root directory where steamcmd should be placed
export STEAMCMD_ROOT=/home/sdtd/steamcmd
export STEAM_USER=
export STEAM_PASS=

# Root directory of the engine
export SDTD_ROOT=/home/sdtd/7dtd

# Root of the 7dtd folders, containing e.g. the "instances" folder
export SDTD_BASE=/home/sdtd

# Root directory for backups
export SDTD_BACKUP_ROOT=/home/sdtd/backup

# User account and group to run the server
export SDTD_USER=sdtd
export SDTD_GROUP=sdtd

# Paths to binaries. Use "which BINARYNAME" to find the path of a single binary
export CP=/bin/cp
export RSYNC=/usr/bin/rsync
export DU=/usr/bin/du
export FREE=/usr/bin/free
export AWK=/usr/bin/awk
export PIDOF=/bin/pidof
export WINE=/usr/bin/wine
