More complete working multiplayer

This commit is contained in:
Nixietab 2026-07-04 11:10:28 +02:00
parent 0c1615c037
commit 6a1172c3a7
4 changed files with 489495 additions and 161 deletions

488849
dump.txt Normal file

File diff suppressed because it is too large Load diff

View file

@ -111,6 +111,17 @@ def main():
"EOS_Lobby_ParseConnectString",
"EOS_Platform_GetActiveCountryCode",
"EOS_Platform_GetActiveLocaleCode",
"EOS_Connect_RemoveNotifyLoginStatusChanged",
"EOS_Connect_GetLoginStatus",
"EOS_Connect_AddNotifyLoginStatusChanged",
"EOS_Auth_GetLoginStatus",
"EOS_Lobby_JoinLobbyById",
"EOS_Logging_SetCallback",
"EOS_Logging_SetLogLevel",
"EOS_PlayerDataStorage_QueryFile",
"EOS_Sanctions_QueryActivePlayerSanctions",
"EOS_Sanctions_GetPlayerSanctionCount",
"EOS_Sanctions_CopyPlayerSanctionByIndex",
]
with open('proxy.def', 'w') as out:

View file

@ -109,6 +109,18 @@ def main():
"EOS_Lobby_ParseConnectString",
"EOS_Platform_GetActiveCountryCode",
"EOS_Platform_GetActiveLocaleCode",
"EOS_Connect_RemoveNotifyLoginStatusChanged",
"EOS_Connect_GetLoginStatus",
"EOS_Connect_AddNotifyLoginStatusChanged",
"EOS_Auth_GetLoginStatus",
"EOS_Lobby_JoinLobbyById",
"EOS_Logging_SetCallback",
"EOS_Logging_SetLogLevel",
"EOS_PlayerDataStorage_QueryFile",
"EOS_Sanctions_QueryActivePlayerSanctions",
"EOS_Sanctions_GetPlayerSanctionCount",
"EOS_Sanctions_CopyPlayerSanctionByIndex",
]
funcs = []

784
main.cpp

File diff suppressed because it is too large Load diff