From abb3654cdf92614725bad02f7281d36972cd9aca Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sun, 8 Oct 2023 16:35:10 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cad3d1c..eb3651c 100644 --- a/README.md +++ b/README.md @@ -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