mirror of
https://github.com/ChocoTaco1/Tribes2-Server-Setup-Guide.git
synced 2026-07-12 23:14:34 +00:00
Update README.md
This commit is contained in:
parent
4c3635d6b6
commit
abb3654cdf
1 changed files with 2 additions and 1 deletions
|
|
@ -158,7 +158,6 @@ Discord: [Tribes 2 Discord](https://discord.gg/Y4muNvF)
|
||||||
|
|
||||||
### Using a bash script
|
### Using a bash script
|
||||||
- Ideally you can start your server with a bash script ie: sh startserver.sh
|
- Ideally you can start your server with a bash script ie: sh startserver.sh
|
||||||
- Update the start command with whatever you choose to use with or without loops fix
|
|
||||||
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
BASEDIR=/home/t2server/.wine/drive_c/Dynamix/Tribes2/GameData/
|
BASEDIR=/home/t2server/.wine/drive_c/Dynamix/Tribes2/GameData/
|
||||||
|
|
@ -174,6 +173,8 @@ Discord: [Tribes 2 Discord](https://discord.gg/Y4muNvF)
|
||||||
WINEDEBUG=-all,-fixme taskset -c 0 wineconsole Tribes2.exe -dedicated -mod Classic
|
WINEDEBUG=-all,-fixme taskset -c 0 wineconsole Tribes2.exe -dedicated -mod Classic
|
||||||
done
|
done
|
||||||
|
|
||||||
|
- Update the start command with whatever you choose to use with or without loops fix
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Other Things
|
### Other Things
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue