PDA

View Full Version : Configs



Juniper|Rain
05-09-2008, 03:41 AM
anyone know how to go about and make your own configs so lets say i want to type coverme whilst im reloading just by pressing the reload button anyone know how its done? or where i can get some guides on it?

ManBearPig <ibis>
05-09-2008, 10:11 AM
Bind R "Say coverme"

Juniper|Rain
05-09-2008, 12:31 PM
then it doesnt reload if i press r?

ManBearPig <ibis>
05-09-2008, 12:32 PM
I don't know if it will overwrite the key, but try it. Its always fixable later.

Juniper|Rain
05-09-2008, 01:11 PM
nope didnt work :(

ManBearPig <ibis>
05-09-2008, 01:17 PM
Than i got no clue, to bad it didn't work.

Dual
05-09-2008, 04:11 PM
say "Cover Me" On mic, at the same times press your reload button. lol

-=NYS=- C.O.
05-09-2008, 09:00 PM
say "Cover Me" On mic, at the same times press your reload button. lol

That makes sense. I'll even add a word. "Cover me jackasses !"

ZERO
05-10-2008, 11:19 PM
You could do what you are doing in console in the actual cfg file and make it read only. Then it can do two commands at once. :cool2:

brian4120
05-13-2008, 09:25 PM
You could do what you are doing in console in the actual cfg file and make it read only. Then it can do two commands at once. :cool2:

Can you exec a cfg file from a keypress? and would doing the reload command and the say command inside that file work properly?

I should check this myself... later though...

ZERO
05-14-2008, 02:40 PM
Yes and you can even assign two buttons to the same command. Like my zoom there are 3 ways of activating it depending on where my hand is :assault:

ManBearPig <ibis>
05-14-2008, 06:43 PM
Hes got one on his scrotum when hes fondling himself wile in game. :icon_mrgreen:

jk

JigSaW
05-19-2008, 09:25 PM
I don't remember how exactly it was done, but there is a certain command that is less then obvious, but yea; the best option is to look into the binds file and look for the already placed binds.

Hitman
05-21-2008, 08:45 PM
Ive been looking all over for this command but I want to use my scroll on the mouse to shoot duelies....

can anyone help me with how to do this?

ZERO
05-21-2008, 11:34 PM
Enter into cfg file to support 2 different keys. You could save the cfg as another name and bind to keys to exec new.cfg and old.cfg and switch between the two when you have the gun you want so that you can still use scroll down otherwise.


bind "key" "+attack"

so...
bind "mousewheeldown" "+attack"

and put your dam steam id in!

D-Monic
05-22-2008, 12:41 PM
Ive been looking all over for this command but I want to use my scroll on the mouse to shoot duelies....

can anyone help me with how to do this?

o man i'm gonna have to try that :pistols:

vicious
05-24-2008, 04:54 AM
haha you guys crack me up, okay im doing this by memory so give me a break if i get this wrong

bind r "NewReload"

alias "NewReload" "+reload; say COVER ME IM RELOADING"

put that into your conf file and that should work.

vicious
05-24-2008, 04:54 AM
o man i'm gonna have to try that :pistols:


easy:

bind mwheelup "+attack"

bind mwheeldown +attack

vicious
05-24-2008, 04:59 AM
Can you exec a cfg file from a keypress? and would doing the reload command and the say command inside that file work properly?

I should check this myself... later though...

bind j "exec newconfi.cfg"

make a file call newconfi.cfg and j will exec it.

sorry for the triple post, but the edit button is being lame on me right now.