Skip to content

Commit

Permalink
Resolve Epic Online Services (EOS) Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Feb 2, 2024
1 parent 07dcee6 commit 6cdaef3
Show file tree
Hide file tree
Showing 6 changed files with 461 additions and 492 deletions.
1 change: 1 addition & 0 deletions docs/tests/protocols/test_eos/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ test_eos

.. toctree::
test_get_info
test_get_info_palworld
test_get_matchmaking
16 changes: 8 additions & 8 deletions docs/tests/protocols/test_eos/test_get_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here are the results for the test method.
{
"deployment": "ad9a8feffb3b4b2ca315546f038c3ae2",
"id": "7f389c37b9194dffb3ebd3e1bed72faa",
"id": "ebe6194afb2b41b18b71db7aa2de1983",
"bucket": "TestGameMode_C:<None>:TheIsland_WP",
"settings": {
"maxPublicPlayers": 70,
Expand All @@ -22,25 +22,25 @@ Here are the results for the test method.
"rejoinAfterKick": "",
"platforms": null
},
"totalPlayers": 29,
"openPublicPlayers": 41,
"totalPlayers": 33,
"openPublicPlayers": 37,
"publicPlayers": [],
"started": false,
"lastUpdated": null,
"attributes": {
"MINORBUILDID_s": "67",
"MINORBUILDID_s": "76",
"MODID_l": 0,
"CUSTOMSERVERNAME_s": "NA-PVE-TheIsland5366",
"ADDRESSDEV_s": "5.62.115.46,127.0.0.1",
"ISPRIVATE_l": 0,
"SERVERPASSWORD_b": false,
"MATCHTIMEOUT_d": 120.0,
"ENABLEDMODSFILEIDS_s": "4979340",
"DAYTIME_s": "409",
"DAYTIME_s": "457",
"SOTFMATCHSTARTED_b": false,
"STEELSHIELDENABLED_l": 1,
"SERVERUSESBATTLEYE_b": true,
"EOSSERVERPING_l": 214,
"EOSSERVERPING_l": 186,
"ALLOWDOWNLOADCHARS_l": 1,
"OFFICIALSERVER_s": "1",
"GAMEMODE_s": "TestGameMode_C",
Expand All @@ -53,11 +53,11 @@ Here are the results for the test method.
"SESSIONISPVE_l": 1,
"__EOS_BUSESPRESENCE_b": true,
"ENABLEDMODS_s": "927090",
"SESSIONNAMEUPPER_s": "NA-PVE-THEISLAND5366 - (V33.67)",
"SESSIONNAMEUPPER_s": "NA-PVE-THEISLAND5366 - (V33.76)",
"SERVERPLATFORMTYPE_s": "PC+XSX+WINGDK+PS5",
"MAPNAME_s": "TheIsland_WP",
"BUILDID_s": "33",
"SESSIONNAME_s": "NA-PVE-TheIsland5366 - (v33.67)"
"SESSIONNAME_s": "NA-PVE-TheIsland5366 - (v33.76)"
},
"owner": "Client_xyza7891muomRmynIIHaJB9COBKkwj6n",
"ownerPlatformId": null
Expand Down
58 changes: 58 additions & 0 deletions docs/tests/protocols/test_eos/test_get_info_palworld.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
test_get_info_palworld
======================

Here are the results for the test method.

.. code-block:: json
{
"deployment": "0a18471f93d448e2a1f60e47e03d3413",
"id": "d511b5a113a74b3db33e0e6f5ffc0aae",
"bucket": "Pal_1",
"settings": {
"maxPublicPlayers": 32,
"allowInvites": false,
"shouldAdvertise": true,
"allowReadById": true,
"allowJoinViaPresence": true,
"allowJoinInProgress": true,
"allowConferenceRoom": false,
"checkSanctions": false,
"allowMigration": false,
"rejoinAfterKick": "",
"platforms": null
},
"totalPlayers": 0,
"openPublicPlayers": 32,
"publicPlayers": [],
"started": true,
"lastUpdated": null,
"attributes": {
"OWNINGUSERNAME_s": "DedicatedServer - euid65532",
"GAMESERVER_PORT_l": 30112,
"DAYS_l": 600,
"NUMPRIVATECONNECTIONS_l": 0,
"TYPE_s": "Official",
"CREATE_TIME_l": 1706865152,
"SERVERTIME_l": 141,
"DEDICATEDONLY_b": true,
"ISPASSWORD_b": false,
"VERSION_s": "v0.1.4.0",
"NAMESPACE_s": "production",
"BANTICHEATPROTECTED_b": false,
"BUSESSTATS_b": false,
"WORLDGUID_s": "AFB9FD4E956A463CADD25D8D78F4E6BA",
"REGION_s": "Asia",
"NAME_s": "Official Asia Server 0112",
"ADDRESS_s": "34.142.202.135",
"PRESENCESEARCH_b": true,
"NUMPUBLICCONNECTIONS_l": 32,
"DESCRIPTION_s": "All guild items, buildings and Pals will be REMOVED if no guild members have logged in to the server in the last 168 hours.",
"BUILDUNIQUEID_l": 0,
"BISDEDICATED_b": true,
"PLAYERS_l": 32,
"MAPNAME_s": "MainWorld5"
},
"owner": "Client_xyza78918C8ZyYGcxMcpvTQjPFdjtykx",
"ownerPlatformId": null
}
Loading

0 comments on commit 6cdaef3

Please sign in to comment.