Favorite Server - Hypnootize/hypnotizehud GitHub Wiki

FAVORITE SERVER SETUP

HypnotizeHUD features a favorite server button which allows you to join your favorite server with just a click!

CONFIGURATION

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.res CTRL+F for "HomeServer"
  • In the "command" line after "engine add connect + 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"