ServerBrowserProtocol3 – Arma 3
Jump to navigation
Jump to search
(Created page with "Arma 3 Server Browser Protocol File:WMSBPv3.png Category:Arma 3: Multiplayer") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{GameCategory *\| *arma3 *\| +" to "{{GameCategory|arma3|") |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
[[ | [[STEAMWORKSquery]] Server Browser Protocol | ||
[[File:WMSBPv3.png]] | [[File:WMSBPv3 02.png]] | ||
=== DLC Flags === | |||
Bytes 4 and 5 are used for flags (above is incorrectly labels 'Reserved'). | |||
<table> | |||
<tr><th>DLC</th><th>Flag (hex)</th></tr> | |||
<tr><th>Kart</th><td>0x1</td></tr> | |||
<tr><th>Marksmen</th><td>0x2</td></tr> | |||
<tr><th>Heli</th><td>0x4</td></tr> | |||
<tr><th>Curator</th><td>0x8</td></tr> | |||
<tr><th>Expansion</th><td>0x10</td></tr> | |||
<tr><th>Jets</th><td>0x20</td></tr> | |||
<tr><th>Orange</th><td>0x40</td></tr> | |||
<tr><th>Argo</th><td>0x80</td></tr> | |||
<tr><th>TacOps</th><td>0x100</td></tr> | |||
<tr><th>Tanks</th><td>0x200</td></tr> | |||
<tr><th>Contact</th><td>0x400</td></tr> | |||
<tr><th>Enoch</th><td>0x800</td></tr> | |||
</table> | |||
Data Types: | |||
version : int<br> | |||
difficulty: short<br> | |||
ai level : short<br> | |||
mods count: unsigned char<br> | |||
mods steam id length: unsigned char<br> | |||
mod steam id: unsigned long long<br> | |||
name length: unsigned char<br> | |||
{{GameCategory|arma3|Multiplayer}} |
Latest revision as of 19:47, 24 April 2021
STEAMWORKSquery Server Browser Protocol
DLC Flags
Bytes 4 and 5 are used for flags (above is incorrectly labels 'Reserved').
DLC | Flag (hex) |
---|---|
Kart | 0x1 |
Marksmen | 0x2 |
Heli | 0x4 |
Curator | 0x8 |
Expansion | 0x10 |
Jets | 0x20 |
Orange | 0x40 |
Argo | 0x80 |
TacOps | 0x100 |
Tanks | 0x200 |
Contact | 0x400 |
Enoch | 0x800 |
Data Types:
version : int
difficulty: short
ai level : short
mods count: unsigned char
mods steam id length: unsigned char
mod steam id: unsigned long long
name length: unsigned char