Autoexec.cfg start after first death!
Hi guys!Happy new year!I've a question:why my exec.cfg start only after my first in game death?Immediately after the first death the skins and models are be changed correctly...
You talk about models... can you show us what you are trying to do in your autoexec.cfg? Where is the autoexec.cfg located? ("baseq3" or "excessiveplus")
actually, cg_fov, models and so on should appear after you press tab,
when you start q3 game autoexec is executing by itself, and its named that way for a reason.
autoexec.cfg should be located in
quake3/excessiveplus
if you put it in the conf folder then you're doing it wrong
Try using seta
instead of set
. This will write your custom settings into the q3config.cfg so they will be instantly available.
If you speak about models not being loaded before the first scores screen, that's known. The config file is executed exactly when you write it in the console. But the models won't load right then.
Sometimes it happens if you switch the configs too much in the same map. What you should do if you don't see the right models after exec is to press the key to show the scores. This will trigger an event for reloading the models in case they haven't already.
This is a quake 3 issue and has nothing to do with the mod.
However this doesn't happen very often.
_____________
epsislow
auto charge?
if you have problems running config, execute it manually with /exec autoexec
if you say... that config changes from default to your autoexec config settings only after first death, means you executed it while playing, this means, that your autoexec cfg is either not cfg but txt file maybe.
otherwise autoexec should execute itself on startup.
or you have a typo in the configname
edit: what epsi said, and send me your config, i'll correct it if needed
To avoid this problem I bind in my q3config.cfg.
bind 1 "exec vstr.cfg"
Then I can access to bind 4 "vid_restart" in my vstr.cfg.
And I press 1 and 4 everytime Quake is launched for the first time.
Maybe I should do "activeaction exec vstr.cfg;vid_restart". Never thought about it yet.
here you go, fixed some stuff like " " in values of commands
Force model,skins team color,bind keys,cg_fov,mouse feature and others.My cfg is in excessiveplis folder.