mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-01-19 16:14:45 +00:00
11 lines
272 B
Bash
Executable file
11 lines
272 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export WINEPREFIX=/home/gameserv/.wine
|
|
BASEDIR=$WINEPREFIX/drive_c/Dynamix/Tribes2/GameData
|
|
|
|
find ${BASEDIR} -name \*.dso -execdir /bin/rm {} \;
|
|
|
|
cd $WINEPREFIX/drive_c/Dynamix/Tribes2/GameData
|
|
|
|
|
|
xvfb-run -a -w 5 $WINEVER Tribes2.exe -dedicated -mod Classic |