Skip to content
Arie Oldman edited this page Mar 22, 2016 · 1 revision

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.

Help Menu

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() )

Settings Menu

Typing !settings or pressing the F2 key will bring up the settings menu. From here players can customise their experience by configuring clientside convars.

Clone this wiki locally