Update README.md

This commit is contained in:
ChocoTaco 2023-10-08 16:35:10 -04:00
parent 4c3635d6b6
commit abb3654cdf

View file

@ -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