Tremulous Forum

General => Troubleshooting => Topic started by: dodo1122 on May 01, 2007, 12:17:45 am

Title: .cfg bigger than 16.0kb?
Post by: dodo1122 on May 01, 2007, 12:17:45 am
Just wanted to ask, is there any way to exec a .cfg bigger than 16.0kb?
when i try to do so, i get Cbuf_InsertText Overflowed.
And no, i don't want to exec 2 cfg's. Just one. Tried putting exec anotherexec.cfg into the first one, but it still overflows.

dodo
Title: .cfg bigger than 16.0kb?
Post by: Evlesoa on May 01, 2007, 04:46:30 am
so just use one? Or am i not catching on?
Title: Re: .cfg bigger than 16.0kb?
Post by: kevlarman on May 01, 2007, 04:59:41 am
Quote from: "dodo1122"
Just wanted to ask, is there any way to exec a .cfg bigger than 16.0kb?
when i try to do so, i get Cbuf_InsertText Overflowed.
And no, i don't want to exec 2 cfg's. Just one. Tried putting exec anotherexec.cfg into the first one, but it still overflows.

dodo
strange, i could have sworn that buffer was 32000 bytes, you can exec 2 files, or if you really are that stubborn, you can compile a client with a larger buffer.
Title: .cfg bigger than 16.0kb?
Post by: dodo1122 on May 01, 2007, 07:17:41 pm
so there is no other way?
i changed it, and recompiled, and it works.
Thx for the help,

dodo