mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-07-12 06:34:35 +00:00
Battlelore version merge
Prefered version
This commit is contained in:
parent
09eb245515
commit
881c922b99
14 changed files with 385 additions and 69 deletions
|
|
@ -1,11 +1,18 @@
|
|||
#!/bin/bash
|
||||
|
||||
export WINEPREFIX=/home/gameserv/.wine
|
||||
export WINEPREFIX=/home/gameserv/.wine32
|
||||
export WINEARCH=win32
|
||||
BASEDIR=$WINEPREFIX/drive_c/Dynamix/Tribes2/GameData
|
||||
|
||||
echo "Update Admin & Server Prefs..."
|
||||
/tmp/tribes2/cfg-admin-prefs
|
||||
echo "Finished!"
|
||||
|
||||
find ${BASEDIR} -name \*.dso -execdir /bin/rm {} \;
|
||||
|
||||
cd $WINEPREFIX/drive_c/Dynamix/Tribes2/GameData
|
||||
|
||||
wine --version
|
||||
|
||||
xvfb-run -a -w 5 $WINEVER Tribes2.exe -dedicated -mod Classic
|
||||
echo "Running the Tribes 2 server"
|
||||
xvfb-run -a -w 5 wine Tribes2d.exe -nologin -dedicated -mod Classic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue