Alias
Jump to navigation
Jump to search
Alias allows you to create your own console commands. It's like a config.cfg I believe the commands may go away after exiting the game. You may want to store your aliases in a config.cfg, such as AutoExec.cfg or UserConfig.cfg
Remeber to make a - for every + command you make.
Examples: alias "+ThirdPerson" "ThirdPerson" alias "-ThirdPerson" "FirstPerson"
alias "ZoomON" "+zoom; alias ZoomToggle ZoomOFF" alias "ZoomOFF" "-zoom; alias ZoomToggle ZoomON" alias "ZoomToggle" "ZoomON"
alias "FoVx85" "FoV 85; alias FoVxIN FoVx85; alias FoVxOUT FoVx90" alias "FoVx90" "FoV 90; alias FoVxIN FoVx85; alias FoVxOUT FoVx95" alias "FoVx95" "FoV 95; alias FoVxIN FoVx90; alias FoVxOUT FoVx95" alias "FoVxIN" "FoVx90" alias "FoVxOUT" "FoVx90"