mirror of
https://github.com/ChocoTaco1/Tribes2-Server-Setup-Guide.git
synced 2026-01-19 17:44:45 +00:00
Update README.md
This commit is contained in:
parent
4c3635d6b6
commit
abb3654cdf
|
|
@ -158,7 +158,6 @@ Discord: [Tribes 2 Discord](https://discord.gg/Y4muNvF)
|
|||
|
||||
### Using a bash script
|
||||
- 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
|
||||
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
|
||||
done
|
||||
|
||||
- Update the start command with whatever you choose to use with or without loops fix
|
||||
|
||||
---
|
||||
|
||||
### Other Things
|
||||
|
|
|
|||
Loading…
Reference in a new issue