"Servers" option on main menu Created 4 years ago2019-10-30 02:32:00 UTC by pakikakiker pakikakiker

Created 4 years ago2019-10-30 02:32:00 UTC by pakikakiker pakikakiker

Posted 4 years ago2019-10-30 02:32:00 UTC Post #343260
I've noticed that most singleplayer mods don't remove the little "Servers" button on the the right side of the menu, despite changing other menu options. I looked through GameMenu.res, where those options are ordered, and found that it isn't even included there. Does anybody know if it's in another script somewhere or just hardcoded?
Posted 4 years ago2019-10-30 11:12:47 UTC Post #343261
For all I know, they are not hardcoded. Maybe there are multiple "OpenServerBrowser" in the same GameMenu.res file.
"1"
{
"label" "#GameUI_GameMenu_FindServers"
"command" "OpenServerBrowser"
"notsingle" "1"
}
MrMystery MrMysteryBanned
Posted 4 years ago2019-10-30 14:54:29 UTC Post #343262
No dice. The fact that it's present in mods like Poke646 and Echoes (or even Blue Shift for that matter) makes it seem more complicated than that. My best guess is that it has something to do with the steam/tracker integration but also I don't know what I'm talking about so
Posted 4 years ago2019-10-30 22:16:42 UTC Post #343263
Check liblist.gam, I believe there are some keywords that have to be enabled in order to show or not to show the servers button.

Ah wait. Bottom right, with a Steam icon saying "Servers"? Dunno about that one, frankly. :/
Admer456 Admer456If it ain't broken, don't fox it!
Posted 4 years ago2019-10-31 07:43:08 UTC Post #343264
There's the steam button that doesn't do anything right below the servers button, is that what you mean? I can at least replace that with a transparent tga, it's just the one above it I want gone. But I'll check in liblist next chance I get.
Posted 4 years ago2019-12-28 05:20:00 UTC Post #343517
type "singleplayer_only" in liblist.gam might get rid of it.
You must be logged in to post a response.