config help
•
3 Aug 2015, 18:28
•
Journals
Can anyone help me with this:
I used to have these few lines in my config ( my class selector )
As you can see i had a separate cfg per class to change a few settings like a different fov for panzer etc. For some reason these separate scripts won't exec anymore. Anyone an idea what is the correct command?
// Classcript
bind F5 "vstr medic"
bind F4 "vstr engi"
bind F6 "vstr fdop"
bind F7 "vstr sten"
bind F8 "vstr panz"
bind F9 "vstr rifle"
bind F12 "vstr sniper"
set engi "class e 1; echo ^g>> ^7engi;exec engi.cfg"
set rifle "class e 2; echo ^1>> ^7rifler;exec rifle.cfg"
set medic "class m ; echo ^2>> ^7medic;exec medic.cfg"
set fdop "class f ; echo ^3>> ^7fops;exec fops.cfg"
set sten "class c 1; echo ^5>> ^7covops;exec cvops.cfg"
set panz "class s 4; echo ^6>> ^7panzer;exec soldier.cfg"
set sniper "class c 3; echo ^9>> ^7covops;exec sniper.cfg"
I used to have these few lines in my config ( my class selector )
As you can see i had a separate cfg per class to change a few settings like a different fov for panzer etc. For some reason these separate scripts won't exec anymore. Anyone an idea what is the correct command?
// Classcript
bind F5 "vstr medic"
bind F4 "vstr engi"
bind F6 "vstr fdop"
bind F7 "vstr sten"
bind F8 "vstr panz"
bind F9 "vstr rifle"
bind F12 "vstr sniper"
set engi "class e 1; echo ^g>> ^7engi;exec engi.cfg"
set rifle "class e 2; echo ^1>> ^7rifler;exec rifle.cfg"
set medic "class m ; echo ^2>> ^7medic;exec medic.cfg"
set fdop "class f ; echo ^3>> ^7fops;exec fops.cfg"
set sten "class c 1; echo ^5>> ^7covops;exec cvops.cfg"
set panz "class s 4; echo ^6>> ^7panzer;exec soldier.cfg"
set sniper "class c 3; echo ^9>> ^7covops;exec sniper.cfg"
autoexec_medic
autoexec_engineer etc
bind x "class x; echo x; exec x"
but imo it's dumb to change your class and exec that class' config with the same key (or have class-specific configs at all for that matter) since you will inevitably end up in a situation where you'll have the wrong config loaded
mine