ok i made this .cfg for single player that bind a key so when you hit it it slows down the time scale to the slowest it can be and then rotate the camera around teh player ya know matrix style
so basically thats 1 command for each degree+ a wait factor inbetween and that comes to one hefty .cfg
anyway i got that done and i typed:
/exec cfgname and i got this error:
Cbuf_InsertText overflowed
can anyone shed some light on this pleease?:confused:
Your config file might be too long to be executed, the maximum length is probably something like 8000 bytes.
is there anyway to break up the .cfg file?
so like it wont excceed its maximum
maybe have the end line of the first cfg exec the second config?