Detanup01 / 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
86 stars 36 forks source link

Can't figure out how to allow the game to make external connections #37

Closed thecatontheceiling closed 6 days ago

thecatontheceiling commented 6 days ago

I am currently trying to use HITMAN 3 with Goldberg (steamclient_experimental version)

Whenever the game tries to make a request it returns a 500 which is weird considering I have set both disable_networking and disable_lan_only to 1 in the config.

[main::connectivity] disable_lan_only=1 disable_networking=1

thecatontheceiling commented 6 days ago

I don't think i'm using the latest version of this fork, can't figure out where to check the version number though

DogancanYr commented 6 days ago

Download the latest version. Do you use Peacock? Also use the debug version.

thecatontheceiling commented 6 days ago

Download the latest version. Do you use Peacock? Also use the debug version.

I use Peacock, yes. I want to get contracts mode lookup by ID working using the hitmaps website instead of official servers which used to work with otavepto's fork with the setup i linked above.

I just switched disable_networking to 0, still no dice.

I dont want to waste time getting latest version setup if it doesnt fix my issue, and i dont want to use the debug version for some reasons.

If there was a fix made for this bug (im assuming its a bug and not user error) then i will update to latest.

thecatontheceiling commented 6 days ago

Closing because the issue was not the steam emulator.