DiZasteR
02-26-2008, 08:12 PM
I got this into my autoexec:
Autoexec.cfg:
//classes
seta g_class_context_aggressor "aggressor"
seta g_class_context_constructor "contructor"
seta g_class_context_covertops "covertops"
seta g_class_context_engineer "engineer"
seta g_class_context_fieldops "fieldops"
seta g_class_context_infiltrator "infiltrator"
seta g_class_context_medic "medic"
seta g_class_context_oppressor "oppressor"
seta g_class_context_soldier "soldier"
seta g_class_context_technician "technician"
//VSAY
exec "gdfstroggchat"
//gdf
bind "KP_INS" "clientquickchat quickchat/self/imsoldier" "" "soldier"
bind "KP_INS" "clientquickchat quickchat/self/immedic" "" "medic"
bind "KP_INS" "clientquickchat quickchat/self/imengineer" "" "engineer"
bind "KP_INS" "clientquickchat quickchat/self/imcovertops" "" "covertops"
bind "KP_INS" "clientquickchat quickchat/self/imfieldops" "" "fieldops"
bind "w" "clientquickchat quickchat/responses/thanks" "" "default"
bind "r" "clientquickchat quickchat/responses/sorry" "" "default"
bind "uparrow" "clientquickchat quickchat/self/items/medpacksdropped" "" "medic"
bind "downarrow" "clientquickchat quickchat/self/items/suppliesdropped" "" "medic"
bind "uparrow" "clientquickchat quickchat/self/items/ammopacksdropped" "" "fieldops"
bind "uparrow" "clientquickchat quickchat/self/disguise/imindisguise" "" "covertops"
bind "downarrow" "clientquickchat quickchat/self/deploying/radar" "" "covertops"
bind "uparrow" "clientquickchat quickchat/self/items/plantingmines" "" "engineer"
bind "KP_END" "clientquickchat quickchat/self/disguise/enemydisguisedasme" "" "default"
//strogg
bind "KP_INS" "clientquickchat quickchat/self/imaggressor" "" "aggressor"
bind "KP_INS" "clientquickchat quickchat/self/imtechnician" "" "technician"
bind "KP_INS" "clientquickchat quickchat/self/imconstructor" "" "constructor"
bind "KP_INS" "clientquickchat quickchat/self/imoppressor" "" "oppressor"
bind "KP_INS" "clientquickchat quickchat/self/iminfiltrator" "" "infiltrator"
//"clientquickchat quickchat/responses/thanks" included in gdf
//"clientquickchat quickchat/responses/sorry" included in gdf
bind "uparrow" "clientquickchat quickchat/self/items/stroyentdropped" "" "technician"
bind "downarrow" "clientquickchat quickchat/self/items/spawnhostcreated" "" "technician"
bind "uparrow" "clientquickchat quickchat/self/items/shielddeployed" "" "oppressor"
bind "uparrow" "clientquickchat quickchat/self/disguise/imindisguise" "" "infiltrator"
bind "downarrow" "clientquickchat quickchat/self/deploying/radar" "" "infiltrator"
bind "uparrow" "clientquickchat quickchat/self/items/plantingmines" "" "constructor"
//"clientquickchat quickchat/self/disguise/enemydisguisedasme" included in gdf
When this gets executed at the startup of ETQW it says: cant execute gdfstroggchat.cfg , and all binds involving the constructor context ( bind "KP_INS" "clientquickchat quickchat/self/imconstructor" "" "constructor" & bind "uparrow" "clientquickchat quickchat/self/items/plantingmines" "" "constructor" ) wont work.
So heres my question: whats the command to execute gdfstroggchat.cfg which is in same folder as the profile's autoexec.cfg and how to get the constructor binds working. Thanks ^^
Autoexec.cfg:
//classes
seta g_class_context_aggressor "aggressor"
seta g_class_context_constructor "contructor"
seta g_class_context_covertops "covertops"
seta g_class_context_engineer "engineer"
seta g_class_context_fieldops "fieldops"
seta g_class_context_infiltrator "infiltrator"
seta g_class_context_medic "medic"
seta g_class_context_oppressor "oppressor"
seta g_class_context_soldier "soldier"
seta g_class_context_technician "technician"
//VSAY
exec "gdfstroggchat"
//gdf
bind "KP_INS" "clientquickchat quickchat/self/imsoldier" "" "soldier"
bind "KP_INS" "clientquickchat quickchat/self/immedic" "" "medic"
bind "KP_INS" "clientquickchat quickchat/self/imengineer" "" "engineer"
bind "KP_INS" "clientquickchat quickchat/self/imcovertops" "" "covertops"
bind "KP_INS" "clientquickchat quickchat/self/imfieldops" "" "fieldops"
bind "w" "clientquickchat quickchat/responses/thanks" "" "default"
bind "r" "clientquickchat quickchat/responses/sorry" "" "default"
bind "uparrow" "clientquickchat quickchat/self/items/medpacksdropped" "" "medic"
bind "downarrow" "clientquickchat quickchat/self/items/suppliesdropped" "" "medic"
bind "uparrow" "clientquickchat quickchat/self/items/ammopacksdropped" "" "fieldops"
bind "uparrow" "clientquickchat quickchat/self/disguise/imindisguise" "" "covertops"
bind "downarrow" "clientquickchat quickchat/self/deploying/radar" "" "covertops"
bind "uparrow" "clientquickchat quickchat/self/items/plantingmines" "" "engineer"
bind "KP_END" "clientquickchat quickchat/self/disguise/enemydisguisedasme" "" "default"
//strogg
bind "KP_INS" "clientquickchat quickchat/self/imaggressor" "" "aggressor"
bind "KP_INS" "clientquickchat quickchat/self/imtechnician" "" "technician"
bind "KP_INS" "clientquickchat quickchat/self/imconstructor" "" "constructor"
bind "KP_INS" "clientquickchat quickchat/self/imoppressor" "" "oppressor"
bind "KP_INS" "clientquickchat quickchat/self/iminfiltrator" "" "infiltrator"
//"clientquickchat quickchat/responses/thanks" included in gdf
//"clientquickchat quickchat/responses/sorry" included in gdf
bind "uparrow" "clientquickchat quickchat/self/items/stroyentdropped" "" "technician"
bind "downarrow" "clientquickchat quickchat/self/items/spawnhostcreated" "" "technician"
bind "uparrow" "clientquickchat quickchat/self/items/shielddeployed" "" "oppressor"
bind "uparrow" "clientquickchat quickchat/self/disguise/imindisguise" "" "infiltrator"
bind "downarrow" "clientquickchat quickchat/self/deploying/radar" "" "infiltrator"
bind "uparrow" "clientquickchat quickchat/self/items/plantingmines" "" "constructor"
//"clientquickchat quickchat/self/disguise/enemydisguisedasme" included in gdf
When this gets executed at the startup of ETQW it says: cant execute gdfstroggchat.cfg , and all binds involving the constructor context ( bind "KP_INS" "clientquickchat quickchat/self/imconstructor" "" "constructor" & bind "uparrow" "clientquickchat quickchat/self/items/plantingmines" "" "constructor" ) wont work.
So heres my question: whats the command to execute gdfstroggchat.cfg which is in same folder as the profile's autoexec.cfg and how to get the constructor binds working. Thanks ^^