PDA

View Full Version : Vehicules binds


-lucifer-
09-08-2009, 06:18 AM
Hi, im looking someone good with binds who can help me :mad:
Im trying to set a button to be used as the handbrake for vehicules.
I was trying with:

set g_bind_context_anansi "vehicle"
set g_bind_context_badger "vehicle"
set g_bind_context_bumblebee "vehicle"
set g_bind_context_desecrator "vehicle"
set g_bind_context_goliath "vehicle"
set g_bind_context_hog "vehicle"
set g_bind_context_hornet "vehicle"
set g_bind_context_husky "vehicle"
set g_bind_context_icarus "vehicle"
set g_bind_context_mcp "vehicle"
set g_bind_context_platypus "vehicle"
set g_bind_context_titan "vehicle"
set g_bind_context_trojan "vehicle"

bind "mouse2" "_walk/handbrake" "" "vehicle"

but does not seems to work
Your help will be really appreciated :)

Szakalot
09-08-2009, 09:32 AM
you cant just make up your own commands:p
hwo likely do you think it is for a programmer to make a '_walk/handbrake' command?

the command your looking for is '_speed'

Random Generator
09-08-2009, 04:27 PM
And whats wrong with binding from within game's controls menu?

Szakalot
09-08-2009, 05:04 PM
And whats wrong with binding from within game's controls menu?

cause its a contextual bind?

-lucifer-
09-09-2009, 11:20 PM
Oh My god it works!!!!!!
:dance: :dance: :dance:
:eek: :mad: :eek:

Thank you Szakalot , you rock :p

LighT_Sh4v0r
09-11-2009, 09:07 PM
What did Szakalot do to make it work :confused:

xxcommodusxx
09-11-2009, 09:16 PM
What did Szakalot do to make it work?

provided the proper code, you post whore. :p

LighT_Sh4v0r
09-11-2009, 10:10 PM
Oh wait, he did xD
I thought the first post was someone else :p

Szakalot
09-11-2009, 11:18 PM
szak rocks, get used to the idea ALREADY:p

LighT_Sh4v0r
09-12-2009, 11:05 AM
I'm trying, but it aint easy .

Szakalot
09-12-2009, 01:52 PM
thats probably because of the magnitude and wide-range of the idea. It goes into each part of your life, changing your view on everything.

LighT_Sh4v0r
09-13-2009, 12:31 PM
Thing is, I have this huge chunk of pure ownage inside of me, and it's hard looking around that to see other people.

whiteaden
09-14-2009, 03:02 AM
Thing is, I have this huge chunk of pure ownage inside of me, and it's hard looking around that to see other people.

so that was that hump on your back... I thought you were Quasimodo, but was afraid you might be offended if I asked...

LighT_Sh4v0r
09-15-2009, 02:02 PM
Ah yes, at times it tends to move about, it was more emberrasing when it was in my nose though.

BobMem
09-16-2009, 04:18 PM
Szak used to suck, then he put a quote from me in his sig, now he rocks!!!

Panzerfire
09-24-2009, 07:58 PM
Hey guys , sort of got a similar question , ive been trying for days to find the command for getting vehicles out of siege mode.
Sine i use the space button for something else in vehicles.

Anyone would know which command it is , thanks.

Szakalot
09-25-2009, 12:11 AM
its the same one as 'jump' so when you are infantry type

'bind space' and it will feedback you the proper command.

Panzerfire
09-30-2009, 05:17 PM
Im almost sure i tried that.. since well its quite obvious and i cant be THAT stupid.. right ? :o
Thanks a lot Skaz , will try it out

Editing :
You mean binding it like this ?
bind "Alt" "Jump" "" "vehicle"
Since ive tried that at it doesnt work , unless you have to define left or right alt , which ill try to do.

Yoshimizu
09-30-2009, 05:54 PM
Try this:
bind "SPACE" "_moveup" "" "default"

or this:
bind "ALT" "_moveup" "" "vehicle"

I hope this is the solution for ur prob :)

Panzerfire
10-01-2009, 08:23 AM
And it helped :)
Thanks for youre help.

-lucifer-
10-07-2009, 02:24 AM
Hi , now im trying to configurate the following commands:

bind "s" "_movedown" "" "vehicle"
bind "c" "_crouch" "" "vehicle"
But i dont know the right commands ¬¬
Could someone help me please?
And also if you know a website or any post/thread with the vehicles commands it will be really really but REALLY appreciated . Thank you :)

Szakalot
10-07-2009, 02:36 AM
like i said before. The best way to find a proper command is :

a) run the default config of the command
a/b) or any other that you are knowledgeable of
b) pick the 'action' you want to find out of as a command
c) type 'bind <key that represents the action>'
d) the console will feedback you with what is binded under that key - which will be the command you are looking for.