Binds broken


(FireWorks) #1

So I tried to get my old but sexy ETQW going again! But somehow i cant get certain parts of my autoexec not to work, mostly the vehicle and/or flyer binds

I got all the contexts together as flyers but they refuse to work
seta g_bind_context_anansi “flyers”
seta g_bind_context_hornet “flyers”
seta g_bind_context_bumblebee “flyers”
//Freelook (freie Zielerfassung)
bind “SPACE” “_tophat” “” “flyers”

Was there something changed in the last 2,5 years?^^
How do I fix it?


(DrFunkenstein) #2

This is a script I use that has context binds in it, but it looks different from yours:

seta g_class_context_aggressor "team_strogg"
seta g_class_context_technician "team_strogg"
seta g_class_context_constructor "team_strogg"
seta g_class_context_oppressor "team_strogg"
seta g_class_context_infiltrator "team_strogg"
seta g_class_context_solider "team_gdf"
seta g_class_context_medic "team_gdf"
seta g_class_context_engineer "team_gdf"
seta g_class_context_fieldops "team_gdf"
seta g_class_context_covertops "team_gdf"

bind r "_reload" "" "team_gdf"
bind r "_stroydown" "" "team_strogg"
//eof

And not just because it’s intended to do something different :slight_smile: .

If I remember it correctly, you need to call the script from your autoexec.cfg in your profile directory, but my memory is a bit hazy since it’s almost 4 years ago I made this…

Hope this helps.

Dr. Funkenstein


(Tanzverbot) #3

Do you have something like this in your cfg:

bind “SPACE” “_moveup” “” “default”

Not sure if it would actually be a problem if that line is missing, though.

Moin, btw. :>


(FireWorks) #4

Ah that did the trick, I had it in the wrong base directory. Though im still puzzled why the console showed the correct contexts.

[QUOTE=Tanzverbot;377827]

Moin, btw. :>[/QUOTE]

Moin! Nice to see youre still around :slight_smile:

Hope I ll get in proper shape in the next couple days again and we have some fun on the servers!


(timestart) #5

sdnet/<profile>/<mod>/bindings.cfg unbinds everything when it’s exec’d so any binds registered before it get removed. CVars don’t get reset though so your contexts were still set.