-
Notifications
You must be signed in to change notification settings - Fork 38
Menus
Deathrun Neue includes a number of menus to provide useful information, clientside customisation or server and map configuration. Some menus are accessed via the function keys (F1, F2) however all menus can be accessed with chat commands.
Typing !help
or pressing the F1 key will bring up the information menu. This information menu loads a webpage from the Deathrun Neue github repository.
Usually you wouldn't edit the URL that this menu brings up, but if you wanted you would need to edit this line:
https://github.com/Arizard/deathrun/blob/master/gamemode/cl_menus.lua#L180
Which at the time of writing, looks like html:OpenURL( GetConVar("deathrun_help_url"):GetString() )
Typing !settings
or pressing the F2 key will bring up the settings menu. From here players can customise their experience by configuring clientside convars.