View Full Version : How to bind some key?
Noxiide
02-22-2009, 09:30 PM
How do i bind R for stroy up on strogg? How do i get my sensitivity higher when i go on a vehicles? I'm sorry i accidently delete all my autoexec on accident :cool: and I have to start new one. So can you guys post a code or whatever its call. Thanks
Szakalot
02-22-2009, 09:39 PM
bind "r" "stroyup" "" "default"
Noxiide
02-22-2009, 09:45 PM
wouldnt that take my reload button away?I still want to reload on the GDF side but for the strogg i dont need to reload.soo yaa..
kwisatz_haderach
02-22-2009, 09:57 PM
seta g_class_context_aggressor "aggressor"
seta g_class_context_technician "technician"
seta g_class_context_constructor "constructor"
seta g_class_context_oppressor "oppressor"
seta g_class_context_infiltrator "infiltrator"
seta g_class_context_soldier "soldier"
seta g_class_context_medic "medic"
seta g_class_context_engineer "engineer"
seta g_class_context_fieldops "fieldops"
seta g_class_context_covertops "covertops"
bind "r" "_reload" "" "soldier"
bind "r" "_reload" "" "medic"
bind "r" "_reload" "" "engineer"
bind "r" "_reload" "" "fieldops"
bind "r" "_reload" "" "covertops"
bind "]" "_stroydown" "" "technician"
bind "]" "_stroydown" "" "constructor"
bind "]" "_stroydown" "" "oppressor"
bind "]" "_stroydown" "" "aggressor"
bind "]" "_stroydown" "" "infiltrator"
bind "r" "_stroyup" "" "technician"
bind "r" "_stroyup" "" "constructor"
bind "r" "_stroyup" "" "oppressor"
bind "r" "_stroyup" "" "aggressor"
bind "r" "_stroyup" "" "infiltrator"
replace the ] and r by whateveryouwant
You'll find the answer to the second question here (http://community.enemyterritory.com/forums/showthread.php?t=31412)
Edit : Copy/Paste made it hard to read but you'll understand i'm sure