Turok 2: Seeds of Evil

Turok 2: Seeds of Evil

Statistiken ansehen:
 Dieses Thema wurde angeheftet; es ist wahrscheinlich wichtig
Edward850  [Entwickler] 18. Juni 2017 um 2:57
Creating your own dedicated server
As a note, the dedicated server program is a power tool, which requires you to have an understanding of basic networking and sysadmin infrastructure. Namely, you will need a general understanding of command lines and how to configure your gateway/network to allow the listening port (5029 UDP by default).

Turok2 dedicated servers work a lot like 90's Quake era multiplayer, that meaning that while servers need to be self hosted, they can also be self hosted by anybody. We provide the master server list to list all servers, and you can broadcast any server to it for anybody in the public to connect to (within reason of course).

To use it, you will find files in your Turok2 folder, horus_x64_ded.exe and Turok2Ex Dedicated Server Guide.pdf. The exe is the dedicated server itself and the pdf is the documentation for all dedicated server functions. Refer to the PDF to get started.

Unlike the game itself, the dedicated server has no Steam or GOG requirements, as the master server is our own technology and service, and is not compiled with any sort of usage restrictions. You are free to move the dedicated server to any system you see fit. Keep note that it does need all the same files and requires the VC++2015 redist runtime installed.

Pro tip: If you can't see your own server, and your hosting the server on the same computer or network you are pinging the serverlist from, it's entirely possible that your router doesn't support WAN loopbacks (thus any connection attempt to your WAN IP from your internal LAN gets lost and doesn't route). You will need to check with someone outside your network if the server can be contacted.
You can connect to your own server directly with the connectip console command.
Zuletzt bearbeitet von Edward850; 1. Juli 2017 um 18:07
< >
Beiträge 18 von 8
Is it possible to change map on the fly? It seems that they only change once the round ends.
Edward850  [Entwickler] 18. Juni 2017 um 16:29 
Hmm, not on the fly, no. It's possible to do however so I'll make a command for it.
Thank you, that will be very helpful. Another small suggestion is an admin say command. So via the commandline dedicated server operators could speak to players or make announcements. using "say" doesn't work as I've tested.
Edward850  [Entwickler] 18. Juni 2017 um 16:33 
That could actually be a bit complicated but I'll revist it. The issue stems from the console having no tangible player, and thus no way to broadcast a chat message.
Edward850  [Entwickler] 19. Juni 2017 um 18:27 
From the update last night:
  • netmap can be used to change maps on the fly, and doesn't reset the server context anymore if you use it.
  • The say command now works as the server, all messages will come form "[S.CONSOLE]"
Zuletzt bearbeitet von Edward850; 19. Juni 2017 um 18:28
Awesome, those are some great changes that will improve quality of life for everyone involved. Thank you
Combo 3. Juli 2017 um 20:57 
Ursprünglich geschrieben von Edward850:
From the update last night:
  • netmap can be used to change maps on the fly, and doesn't reset the server context anymore if you use it.
  • The say command now works as the server, all messages will come form "[S.CONSOLE]"

Is there an sv_command for setting a server password? I have the GOG version, and read the PDF, didn't see it listed. If it's not available it would be a nice option to have.

Thanks
Edward850  [Entwickler] 3. Juli 2017 um 21:14 
There is currently no method to password servers.
Zuletzt bearbeitet von Edward850; 3. Juli 2017 um 21:14
< >
Beiträge 18 von 8
Pro Seite: 1530 50