-
Notifications
You must be signed in to change notification settings - Fork 2
/
alias.cfg
18 lines (16 loc) · 918 Bytes
/
alias.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// BINDS FOR CTF AND DOM ENTITY CMDS
alias ctf_add_blue_flag "addctfitem item_flag_team1;echo Blue flag created"
alias ctf_add_blue_spawn "addctfitem info_player_team1;echo Blue spawn created"
alias ctf_add_red_flag "addctfitem item_flag_team2;echo Red flag created"
alias ctf_add_red_spawn "addctfitem info_player_team2;echo Red spawn created"
alias dom_add_cp "adddomitem item_dom_controlpoint;echo Control point created"
// Controls for Theatre
alias the_pause "dem_pause 1; echo Demo paused"
alias the_unpause "dem_pause 0; echo Demo unpaused"
alias the_restart "dem_start; echo Demo started from beginning"
alias the_slomo "dem_speed 0.5; echo Slow motion mode"
alias the_speednorm "dem_speed 1; echo Normal speed mode"
alias the_double "dem_speed 2; echo Double speed mode"
alias the_open "viewdemo"
alias hudon "hud_draw 1;crosshair 1;r_drawviewmodel 1"
alias hudoff "hud_draw 0;crosshair 0;r_drawviewmodel 0"