Every time I add or edit things in my config they disappear after the game loads. Simple things like allowconsole, fov and a demo recording script dont stay in my config.
Sometimes they stay in my config and I can use them whwn I start the game but after that they will vanish and now I just have to type the basic things like fov into the console every time I start the game.
Any ideas how to fix this?
Getting cfg settings to stay in cfg
ok, thanks for the info but im still having a problem with my fov. Even if I add the command to the shortcut the the fov still goes to the default and not what I have defined.
Also.. how can I change the sensitivity for each weapon? I thought id try what I done in q3:- bind "e" "_impulse7; sensitivity 13.3" but that doesnt work.
Also.. how can I change the sensitivity for each weapon? I thought id try what I done in q3:- bind "e" "_impulse7; sensitivity 13.3" but that doesnt work.
This my shortcut target line which allows the console, loads straight to the menu screen, and also saves my fov.Mr.Bios wrote:ok, thanks for the info but im still having a problem with my fov. Even if I add the command to the shortcut the the fov still goes to the default and not what I have defined.
"C:\Games\Quake 4\Quake4.exe" +seta com_allowConsole 1 +disconnect +set g_fov 110
After where it says Quake4.exe in your path, paste:
+seta com_allowConsole 1 +disconnect+set g_fov 110
and leave spaces before each '+' That might make the difference. Press apply.
No need to mess about with shortcut command lines.
Do this:
1 - Write everything manually into your quake4config.cfg (seta com_allowconsole 1, chat binds, seta g_fov, etc).
2 - Save it, duplicate it and rename it autoexec.cfg
(2a - Copy both quake4config.cfg and autoexec.cfg (which are the same file, just different names) into any mod folders you have and change specific mod variables as you wish.)
3 - Done. Play.
Do this:
1 - Write everything manually into your quake4config.cfg (seta com_allowconsole 1, chat binds, seta g_fov, etc).
2 - Save it, duplicate it and rename it autoexec.cfg
(2a - Copy both quake4config.cfg and autoexec.cfg (which are the same file, just different names) into any mod folders you have and change specific mod variables as you wish.)
3 - Done. Play.
-
- Posts: 6926
- Joined: Thu Feb 10, 2000 8:00 am
The autoexec.cfg works fine, you just need to check that the commands are in autoexec.cfg with seta preceeding them.
put:
seta com_allowconsole "1"
seta g_fov "100"
works fine for me, just need to check the commands are there.
put:
seta com_allowconsole "1"
seta g_fov "100"
works fine for me, just need to check the commands are there.
Last edited by d3fin3d on Sun Oct 30, 2005 5:40 pm, edited 1 time in total.