PDA

View Full Version : Multi MasterServers SeriousSam.exe and Dedicated Server (C++)



[Rocketers] Alex
21-10-2016, 08:17
if you are interested ....

Using the open-source version of the engine v1.10 and SDK v1.05-1.07 i modifed SeriousSam.exe and DedicatedServer exe.
(for TFE 1.05 and TSE 1.05-1.07)

The list of game servers can now be getting from four master servers.
The server running in the game sends a heartbeat to the four master servers - same as DedicatedServer.exe.
In game options you can change the aspect ratio.

6085

New Vars:

net_bMasterServersLogo = 0

6086

net_bMasterServersLogo = 1

6087

master servers names:
net_strNameMasterServer1
net_strNameMasterServer2
net_strNameMasterServer3
net_strNameMasterServer4

6088

master servers tooltip:
net_strToolTipMasterServer1
net_strToolTipMasterServer2
net_strToolTipMasterServer3
net_strToolTipMasterServer4

6089

master servers (Domain Name/IP):
net_strMasterServer1
net_strMasterServer2
net_strMasterServer3
net_strMasterServer4

master servers ports:
net_iMS1Port
net_iMS2Port
net_iMS3Port
net_iMS4Port

Binares:
https://42amsterdam.net/samforum/downloads.php?do=file&id=422


Source code:
https://42amsterdam.net/samforum/downloads.php?do=file&id=423

Ostap
21-10-2016, 10:48
HD resolution - finally :) ...