-
Notifications
You must be signed in to change notification settings - Fork 14
Favorite Server
Hypnootize edited this page May 4, 2021
·
1 revision
HypnotizeHUD features a favorite server button which allows you to join your favorite server with just a click!
The favorite server button can be used to quickly join a public server or load a map in a local server.
- Navigate to
Hypnotize Hud/Resource/GameMenu.res - Inside
GameMenu.resCTRL+F for"HomeServer" - In the
"command"line after"engineaddconnect+server IP
The result should look something like this:
"command" "engine connect 85.10.208.200:27025"
as mentioned before the favorite server button can also be edited to load a listen server with a map of our choice, to do so instead of connect + ip we want to add map + the map name, something like:
"command" "engine map cp_badlands"

