Unbinded commands, exec movie, no mic.

PandorasAssassin

2009-05-10 03:00:45

I exec movie, a thing that helps you go threw you demos and I was haivng problems so I got rid of it, I had to reset some of my keys, ie. crouch, weapon switch ect. And my mic wasn't binded so I bound it back to k and it still doesn't work. Please help. I'll post boobs? :D

Problem solved thanks to everyone who helped, it was the voice_enabled 0. guess the exec movie turned it off. :D

As promised.

Image

L2k

2009-05-10 03:43:47

you can try unbindall
then you have to rebind everything

keefy

2009-05-10 14:06:23

Rebind all your keys and settings etc then copy your config.cfg rename it something easy "gaming" say so whern you next exec movie you can just exec gaming after you are done.
Aslo add these 2 to your "gaming" cfg otherwise you will walk around at 100 vel
cl_forwardspeed 320
cl_backspeed 320
Voice_enable 1 should get your mic to work

0nti

2009-05-10 18:07:54

keefy pretty much said it all.
You could also keep your config.cfg @ "read only".

PandorasAssassin

2009-05-10 18:09:10

Thanks I'm going to try this, I'll let you know if it works. :D

badinfluence

2009-05-10 20:36:15

I don't know why nobody has said it yet, but an autoexec is the same as read only. I don't know the advantages of an autoexec, maybe Punk can fill us in.

keefy

2009-05-10 22:58:09

You can make any file autoexec if you add it to the valve.rc

I keep all alias in "autoexec" and have valve.rc exec "keefy.cfg" as well everytime the game is started up.

L2k

2009-05-10 23:59:41

the autoexec will run itself everytime you start the game, so what I did was to make a copy of my cfg renamed it autoexec and put it in the cfg directory. Now no matter what I type in console or what I change my name to it will always go back to normal once I restart the game. This was pretty helpfull back in the day when it was commonplace for admins to screw with your cfg via mani and I think is a better way than making your cfg read only because it allows you to fine tune your net settings while in different servers and change your name ect, where as a read only cfg wont let you.

Uncle Rico

2009-05-11 04:05:22

L2k wrote:back in the day when it was commonplace for admins to screw with your cfg via mani
Man, I miss those days. 'bind mouse1 kill' FTW.

s0iz

2009-05-12 00:18:39

bind MOUSE1 "ma_slay %n"

IMMA FIRIN MAH LAZOR.

0nti

2009-05-13 15:55:29

I think is a better way than making your cfg read only because it allows you to fine tune your net settings while in different servers and change your name ect, where as a read only cfg wont let you.
Yes it does, commands are exec'ed at the beginning of the game (or whenever you exec the config) not constantly. If you change any command like rate, cl_cmdrate, cl_updaterate or whatever, it will change, it just won't be stored so when you close the game it will go back to default.
I have my own config like keefy does, difference is I got it to exec it automatically through the launch options instead of the valve.rc , same shit though.

[EYE] Valar

2009-05-13 17:31:46

even if your config.cfg is read-only all commands and changes you make ingame in your console will sure enough take - for that session only - and they will reset on game launch.
in any case, working with an autoexec.cfg is better.