-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve Epic Online Services (EOS) Protocol
- Loading branch information
1 parent
07dcee6
commit 6cdaef3
Showing
6 changed files
with
461 additions
and
492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ test_eos | |
|
||
.. toctree:: | ||
test_get_info | ||
test_get_info_palworld | ||
test_get_matchmaking |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.