- howto run /ref command automatically at startup
- How to identify a CHEATER?
- DONATE Players
- Quake player never be drunken !!
- Report Cheaters Here! (NO COMMENTS)
- Streaming games on Social Networks
- Trouble loading custom bot names
- JIVA's Quake3 preview
- General POLSKI Topic
- Original ExcessivePlus Mappack
cfg ..... insert text overflow
6. November 2006 - 19: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 - 19: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 - 21: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 - 14: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)