Author Topic: .cfg bigger than 16.0kb?  (Read 3423 times)

dodo1122

  • Posts: 160
  • Turrets: +0/-0
.cfg bigger than 16.0kb?
« 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
nime & manga fan <3

Currently learning the fine art of programming in c++
Currently on holidays (will be back @ 24/08/07 )

Evlesoa

  • Guest
.cfg bigger than 16.0kb?
« Reply #1 on: May 01, 2007, 04:46:30 am »
so just use one? Or am i not catching on?

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: .cfg bigger than 16.0kb?
« Reply #2 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.
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

dodo1122

  • Posts: 160
  • Turrets: +0/-0
.cfg bigger than 16.0kb?
« Reply #3 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
nime & manga fan <3

Currently learning the fine art of programming in c++
Currently on holidays (will be back @ 24/08/07 )