mirror of
https://github.com/ChocoTaco1/Tribes2-Server-Setup-Guide.git
synced 2026-07-13 07:24:34 +00:00
Update serverGuide.cs
This commit is contained in:
parent
6aa3d48269
commit
82566b9a77
1 changed files with 22 additions and 17 deletions
|
|
@ -215,31 +215,36 @@ Tacoserver: [Tacoserver Github](https://github.com/ChocoTaco1/TacoServer)
|
||||||
---
|
---
|
||||||
|
|
||||||
### Post Preview Patch
|
### Post Preview Patch
|
||||||
Updating a server to the newly released preview:
|
- Updating a server to the newly released preview:
|
||||||
https://tribesnext.com/forum/discussion/4430/preview-qol-fixes-update
|
|
||||||
|
|
||||||
Back up your server T2 folder
|
https://tribesnext.com/forum/discussion/4430/preview-qol-fixes-update
|
||||||
Download the latest release
|
|
||||||
Use wine `TribesNEXT_XXXXXXXXX_preview.exe` to initiate the installer for wine, windows just execute the exe
|
|
||||||
Install to your server T2 GameData folder
|
|
||||||
If you're using Loops fix or anything like that, remove it from the launch parameters
|
|
||||||
|
|
||||||
To take advantage of extra bandwidth set,
|
Back up your server T2 folder
|
||||||
$pref::Net::PacketRateToClient = 64;
|
Download the latest release
|
||||||
$pref::Net::PacketSize = 1000;
|
Use wine `TribesNEXT_XXXXXXXXX_preview.exe` to initiate the installer for wine, windows just execute the exe
|
||||||
|
Install to your server T2 GameData folder
|
||||||
|
If you're using Loops fix or anything like that, remove it from the launch parameters
|
||||||
|
|
||||||
|
- To take advantage of extra bandwidth set,
|
||||||
|
|
||||||
|
$pref::Net::PacketRateToClient = 64;
|
||||||
|
$pref::Net::PacketSize = 1000;
|
||||||
|
|
||||||
|
|
||||||
To prevent the new UE box from popping up set,
|
- To prevent the new UE box from popping up set,
|
||||||
$pref::Engine::ExitOnException = true;
|
|
||||||
|
$pref::Engine::ExitOnException = true;
|
||||||
|
|
||||||
|
|
||||||
If you don't want the linux icon showing up use
|
- If you don't want the linux icon showing up use
|
||||||
$Host::Linux = 0;
|
|
||||||
|
$Host::Linux = 0;
|
||||||
|
|
||||||
|
|
||||||
Loadingscreen Safeguards:
|
- Loadingscreen Safeguards:
|
||||||
To ensure clients dont get stuck on the loading screen these changes need to be made
|
|
||||||
https://github.com/ChocoTaco1/TacoServer/commit/7cd1cb8815e19990ab5a0cf632aedc82726333ed
|
To ensure clients dont get stuck on the loading screen these changes need to be made
|
||||||
|
https://github.com/ChocoTaco1/TacoServer/commit/7cd1cb8815e19990ab5a0cf632aedc82726333ed
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue