Hi! Somebody knows any way to add a new menu item in DarkPlaces interface? For example I made a new custom control for walking:
Is any way to add this control into the interface?
Code:
alias +walk "set cl_forwardspeed 50; set cl_backspeed 50; cl_sidespeed 50" alias -walk "set cl_forwardspeed 200; set cl_backspeed 200; cl_sidespeed 350" bind SPACE +walk
Comment