cfg ..... insert text overflow
6. November 2006 - 18:21
hey i got a little problem,
i try to add some scripts in my cfg but if i try to exec this cfg
i become a message " .... insert text overflow "
maybe overstep the max size for a cfg (if this exist) ? or a wrong command ?
someone can give me a tip ?
best regards
6. November 2006 - 18:35
#1
cfg ..... insert text overflow
i think maxsize of cfg is 16 kb (maybe more but without writeprotection quake deletes the cfg)
u might can use a bind key exec script.cfg
6. November 2006 - 20:19
#2
cfg ..... insert text overflow
make a new cfg (bla.cfg), add the stuff you want and then add to your original cfg "exec bla" That's what i do
7. November 2006 - 13:08
#3
cfg ..... insert text overflow
copy all info into "autoexec.cfg"
that way it will be automaticaly run everytime you run quake, and overwrite any info that got placed in your q3config.cfg (if defined in autoexec.cfg, that is)