mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-21 18:10:26 +01:00
Update GameAgent.txt
This commit is contained in:
parent
8068ab1fa2
commit
89c9fc2bf9
|
@ -1,7 +1,5 @@
|
||||||
GameAgent is the replacement for gameserver management, such as the serverlist.
|
GameAgent is the replacement for gameserver management, such as the serverlist.
|
||||||
|
|
||||||
The masterserver runs on master1.croteam.org on port 9005.
|
|
||||||
|
|
||||||
Querying the masterserver can be done using UDP packets the following way:
|
Querying the masterserver can be done using UDP packets the following way:
|
||||||
|
|
||||||
UDP Masterserver:9005 {
|
UDP Masterserver:9005 {
|
||||||
|
@ -87,4 +85,4 @@ Some useful things to remember when working with this packet:
|
||||||
Byte 0x03 in ASCII is ETX; end of text.
|
Byte 0x03 in ASCII is ETX; end of text.
|
||||||
Byte 0x04 in ASCII IS EOT; end of transmission.
|
Byte 0x04 in ASCII IS EOT; end of transmission.
|
||||||
|
|
||||||
Invalid player names are indicated by either byte 0x11 or 0x12 as the player name (in "player_0").
|
Invalid player names are indicated by either byte 0x11 or 0x12 as the player name (in "player_0").
|
||||||
|
|
Loading…
Reference in New Issue
Block a user