Gah, my system config keeps resetting
-
- Posts: 1328
- Joined: Sat Nov 05, 2005 1:00 am
Gah, my system config keeps resetting
Every time I go into system and set the texture detail to the maximum it either goes back to what it was or itll stay and then when I restart the game itll go back to where it was. How do I keep it from resetting its self? I doubt this has to do with my problem but im just using the demo.
-
- Posts: 1328
- Joined: Sat Nov 05, 2005 1:00 am
-
- Posts: 1328
- Joined: Sat Nov 05, 2005 1:00 am
-
- Posts: 1328
- Joined: Sat Nov 05, 2005 1:00 am
-
- Posts: 1892
- Joined: Sun Jan 07, 2001 8:00 am
are you loading a mod from that shortcut?
if you are it will exec your baseq3 cfg first, or any autoexec you have in your baseq3 dir. best thing to do is copy the cfg you want to use from whatever mod into your baseq3 dir.
also check for multiple instances of r_texturedepth or whatever in both configs.
if you are it will exec your baseq3 cfg first, or any autoexec you have in your baseq3 dir. best thing to do is copy the cfg you want to use from whatever mod into your baseq3 dir.
also check for multiple instances of r_texturedepth or whatever in both configs.
If you want the video settings to stay at whatever you have them at, you have to make sure to load the mod from a .bat file that you've created to load the mod with.....otherwise it reads the baseq3 q3config.
If the mod is loaded from a .bat it reads the autoexec, and the last settings that were made the last time you played that particular mod. When loading a mod for the first time, it's always going to read what ever settings are in the baseq3 folder's q3config
How to make a .bat:
Cut -n- paste:
@cd..
@quake3.exe +set fs_game osp
to a notepad, replacing "osp" with whatever the mod's folder name is, and name the notepad "modname.bat"
Than put the .bat file that you've just created within the mod's folder that you just made it for. Make a shortcut from it to your desktop (or wherever).
Double click it.....hence always use that and keep settings
Hope that works for you.....it works for me =)
If the mod is loaded from a .bat it reads the autoexec, and the last settings that were made the last time you played that particular mod. When loading a mod for the first time, it's always going to read what ever settings are in the baseq3 folder's q3config
How to make a .bat:
Cut -n- paste:
@cd..
@quake3.exe +set fs_game osp
to a notepad, replacing "osp" with whatever the mod's folder name is, and name the notepad "modname.bat"
Than put the .bat file that you've just created within the mod's folder that you just made it for. Make a shortcut from it to your desktop (or wherever).
Double click it.....hence always use that and keep settings
Hope that works for you.....it works for me =)