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
185 stars 54 forks source link

Create custom masterserver option #170

Open siohaza opened 1 month ago

siohaza commented 1 month ago

For this option you could pick any Source SDK 2013-based game

otavepto commented 1 month ago

I assume you're talking about this? https://github.com/otavepto/gbe_fork/blob/a01c35187db428200e748333c5e16da288fd37d3/post_build/steam_settings.EXAMPLE/configs.main.EXAMPLE.ini#L20-L26

This was implemented by ce20fdf2 mainly for CS:GO.

siohaza commented 1 month ago

I will attempt to explain. As far as I know in steam_api or steamclient there's line which game uses to contact masterserver when opening server browser. Before Source SDK 2013 following used to be configurated in masterservers.vdf file. I would like to have this value to be configurable.

If you say that it's already configurable, then please point me out how do I use it.