mirror of
https://github.com/ChocoTaco1/Tribes2-Server-Setup-Guide.git
synced 2026-07-11 22:44:32 +00:00
Update README.md
This commit is contained in:
parent
20449aad67
commit
f713d8ddd6
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -140,6 +140,8 @@ Discord: [Tribes 2 Discord](https://discord.gg/Y4muNvF)
|
||||||
|
|
||||||
- Also make sure ports are open within the host service youre using with their firewall. Make sure to open port 22 for your ssh port as well.
|
- Also make sure ports are open within the host service youre using with their firewall. Make sure to open port 22 for your ssh port as well.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Starting the Server
|
### Starting the Server
|
||||||
- Start t2 server (without loops fix)
|
- Start t2 server (without loops fix)
|
||||||
|
|
||||||
|
|
@ -151,6 +153,8 @@ Discord: [Tribes 2 Discord](https://discord.gg/Y4muNvF)
|
||||||
|
|
||||||
- "taskset -c 0" is locking the server process to one thread
|
- "taskset -c 0" is locking the server process to one thread
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### 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
|
- Update the start command with whatever you choose to use with or without loops fix
|
||||||
|
|
@ -169,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
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Other Things
|
### Other Things
|
||||||
- For security you can use an ssh key to login, lockdown ssh thru firewall, lock ssh to your home ip, and move ssh ports around
|
- For security you can use an ssh key to login, lockdown ssh thru firewall, lock ssh to your home ip, and move ssh ports around
|
||||||
- Adding an ftp server can also help with file management, granted you locked down the ports
|
- Adding an ftp server can also help with file management, granted you locked down the ports
|
||||||
|
|
@ -186,5 +192,5 @@ Discord: [Tribes 2 Discord](https://discord.gg/Y4muNvF)
|
||||||
nice -n -5 taskset -c 0 wineconsole Tribes2.exe -dedicated -mod Classic
|
nice -n -5 taskset -c 0 wineconsole Tribes2.exe -dedicated -mod Classic
|
||||||
|
|
||||||
# Success!
|
# Success!
|
||||||
## If everything is setup correctly, your server should show up on the main server within a few minutes
|
## If everything is setup correctly, your server should show up on the master server within a few minutes
|
||||||
## Good Luck!
|
Good Luck!
|
||||||
Loading…
Add table
Add a link
Reference in a new issue