Heya everybody,
I've got a nice config on QL which I want to put into Q3A.
Copying and pasting it in the Q3A config works well, but it won't save. So I can play with that config until I quit, then the next time everything will be reset. Also tried putting it in autoexec, same result.
Anybody who can help me with this?
Sleight
Quake Live config to Quake 3 Arena
Re: Quake Live config to Quake 3 Arena
Is your q3config.cfg set to read only by any chance? You can check this by right clicking the file in windows explorer (or it's called "my computer" these days I think) and select "properties" from the context menu. If there checkbox in front of "read-only" is checked, remove the check mark and click Ok.
Re: Quake Live config to Quake 3 Arena
Nah it's not...
Also tried making a new file (name.cfg), put my stuff in that, make it read only, and open that ingame. Also makes all saved stuff go away every time...
They say it might be something with playing from CD.
My CD is loaded otherwise it won't work, but I do play it from the computer directory, not the CD directory. But it might sort of auto link to that?
I also tried downloading a Q3 config edit program, set all setting to about what I used to have (so there will be no more weird QL commands that Q3 doesn't recognise and stuff) but the same thing happened.
Also tried making a new file (name.cfg), put my stuff in that, make it read only, and open that ingame. Also makes all saved stuff go away every time...
They say it might be something with playing from CD.
My CD is loaded otherwise it won't work, but I do play it from the computer directory, not the CD directory. But it might sort of auto link to that?
I also tried downloading a Q3 config edit program, set all setting to about what I used to have (so there will be no more weird QL commands that Q3 doesn't recognise and stuff) but the same thing happened.
Re: Quake Live config to Quake 3 Arena
Hmm I see a problem...
When I use name.cfg to load my config, it automatically puts it in q3config.cfg.
Must be that then.
I'll try take out most of the unused commands and see whether it works better...
When I use name.cfg to load my config, it automatically puts it in q3config.cfg.
Must be that then.
I'll try take out most of the unused commands and see whether it works better...
Re: Quake Live config to Quake 3 Arena
There are one of two things you can do:
Create a custom myq3config.cfg and load it at startup using a shortcut to Q3.exe with +exec myq3config.cfg
-or-
Edit your default q3config.cfg as you like, save, then mark it as read-only.
Create a custom myq3config.cfg and load it at startup using a shortcut to Q3.exe with +exec myq3config.cfg
-or-
Edit your default q3config.cfg as you like, save, then mark it as read-only.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Re: Quake Live config to Quake 3 Arena
That's what I tried with the QL config, but that's where it didn't save anymore. It does save with less complex configs so I guess there must be something in the QL config that making Q3 bug.obsidian wrote: Create a custom myq3config.cfg and load it at startup using a shortcut to Q3.exe with +exec myq3config.cfg
I tried this, but the result is that my progress still isn't being saved :Pobsidian wrote: Edit your default q3config.cfg as you like, save, then mark it as read-only.
It would be good for online playing I think though.
Re: Quake Live config to Quake 3 Arena
You could try this :
put your custom config in a cfg file, create an autoexec.cfg file containing :
put your custom config in a cfg file, create an autoexec.cfg file containing :
unbindall
exec yourcustomfile.cfg
[b]DG[color=#0040FF]host[/color][/b]
[url]http://www.dghost.com[/url]
[url]http://www.dghost.com[/url]
Re: Quake Live config to Quake 3 Arena
Sounds to me like you're running a very old version of Quake 3. Not sure if that could be the cause of your problem, but before we continue, make sure you've installed the 1.32 point release update.Sleight wrote:They say it might be something with playing from CD.
My CD is loaded otherwise it won't work, but I do play it from the computer directory, not the CD directory. But it might sort of auto link to that?