otavepto / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
183 stars 51 forks source link

SteamQuery only works on the local network #226

Closed UrbanSide closed 2 days ago

UrbanSide commented 2 weeks ago

This fix for the game Soulmask opens Query but only from the local network + players experience an eternal connection timeout and the server is not visible in the list of games. Can this be fixed somehow or not?

UrbanSide commented 2 weeks ago

My log file

log.txt

Detanup01 commented 2 weeks ago

configs.main.ini:

[main::connectivity] disable_lan_only=1

and will get others to connect and not lan only

UrbanSide commented 2 weeks ago

I found it, did it, and it seems to work. And as far as I understand, the official game still won’t have it in the list of servers? And is it possible to make the fix take the real SteamID of the user, without configs?

Detanup01 commented 2 weeks ago

No And ofc the official server not gonna do anything since the server doesn't send anything to steam, that's why hence the name, steam emulator. It doesn't connect to steam in any way

UrbanSide commented 1 week ago

I can’t solve one more question. I wrote the game ID in steam_appid.txt in the steam_settings folder, I did the same for the client. But the client doesn’t see the server. Although the client has the server ip registered in steam_settings in custom_broadcasts.txt.

No And ofc the official server not gonna do anything since the server doesn't send anything to steam, that's why hence the name, steam emulator. It doesn't connect to steam in any way