]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blob - uploads/af2f46e366956e6ec336515564664d42/th_waypointeditor_config.cfg
Upload attachment team_notify.jpg
[xonotic/xonotic.wiki.git] / uploads / af2f46e366956e6ec336515564664d42 / th_waypointeditor_config.cfg
1 // terencehill's waypoint editor config
2
3 con_notify 4
4 //g_warmup 0
5 //r_lightningbeam_thickness 2
6
7 //fss: field set server
8 alias fss "prvm_edictset server $1 $2 \"$3\""
9
10 set th_bindmap_active 1
11 set th_bindmap_bg_active 0
12 alias th_bindmap_apply "in_bindmap $th_bindmap_active $th_bindmap_bg_active"
13
14 alias th_waypointeditor_enable "g_waypointeditor 1; bot_debug_goalstack 1; bot_nofire 1; sv_cheats 1; timelimit_override 0; th_bindmap_active 1; th_bindmap_apply"
15 alias th_waypointeditor_disable "g_waypointeditor 0; bot_debug_goalstack 0; bot_nofire 0; sv_cheats 0; timelimit_override -1; th_bindmap_active 0; th_bindmap_apply"
16
17 alias bot_reset_ammo "fss 2 ammo_shells 1; fss 2 ammo_nails 1; fss 2 ammo_rockets 1; fss 2 ammo_cells 1; fss 2 ammo_plasma 1; fss 2 ammo_fuel 1; fss 2 ammo_shells 1;"
18 alias bot_reset_health "fss 2 health 1; fss 2 armorvalue 0"
19 alias bot_role_generic "fss 2 havocbot_role havocbot_role_generic; fss 2 havocbot_role_timeout 999999; fss 2 havocbot_previous_role havocbot_role_generic"
20
21 th_waypointeditor_enable
22
23 alias th_bindmap_default "in_bindmap 0 0"
24
25 set th_bindmap_waypointeditor_num 1
26 alias th_bindmap_waypointeditor "in_bindmap $th_bindmap_waypointeditor 0"
27
28 alias bind_waypointeditor "in_bind $th_bindmap_waypointeditor_num $*"
29 bind_waypointeditor 1 "wpeditor spawn"
30 bind_waypointeditor 2 "wpeditor remove"
31 bind_waypointeditor 3 "wpeditor saveall"
32 bind_waypointeditor 4 "wpeditor relinkall"
33 bind_waypointeditor 5 "wpeditor unreachable"
34 bind_waypointeditor 6 "wpeditor spawn crosshair"
35 bind_waypointeditor 7 "wpeditor spawn jump"
36 bind_waypointeditor 8 "wpeditor spawn crouch"
37 bind_waypointeditor 9 "wpeditor spawn support"
38 bind_waypointeditor 0 "wpeditor hardwire crosshair"
39 bind_waypointeditor mouse4 "wpeditor spawn"
40 bind_waypointeditor mouse5 "wpeditor remove"
41 bind_waypointeditor ctrl "toggle slowmo 1 0.1"
42 bind_waypointeditor r wpeditor_menu
43 bind_waypointeditor f fly
44 bind_waypointeditor g god
45 bind_waypointeditor l "wpeditor lock"
46 bind_waypointeditor x "bot_cmd 1 pause"
47 bind_waypointeditor c "bot_cmd 1 continue"
48 bind_waypointeditor v +crouch
49 bind_waypointeditor n "toggle bot_number"
50 bind_waypointeditor m "bot_role_generic"