Was running a test (out of curiosity)
Before I think I made a thread about limits of "gamevar VARNAME x x" and I think in newer Duke the gamevar limit was either increased greatly or has no limits.
Now this one is about amount of code limits (discovered)
If a CON file has a size limit (well not size in MB) but size in amount of codes such as gamevar VARNAME xx xx, events, spritepal xx, ifvare VARNAME xx, setsprite THISACTOR xxxx xxxx xxxx, ifcount xx, iffloordistl xx etc combined.
Actually it does have a limit.
Concerns me for AMC TC due to its very large code data size.
I know AMC TC will have several episodes and dunno how far is from the amount of code limit.
(splitting the confiles in several smaller one like AMC TC does NOT prevent that).
Exceeding (unknown amount of codes data limit) it will give you (v)
EDuke32 r7067
Built Oct 10 2018 14:07:44, GCC 7.2.0, 64-bit
Application parameters: -cachesize 65536 /eduke32 -map test.map /xCodelimittest.CON
Cache size: 65536kB
Warning: ignored application parameter "/eduke32".
Using CON file "Codelimittest.CON".
Using C:/$$ EDUKE32 HRP $$/DukeNeoP/ for game data
Checking for updates...
Connecting to http://www.eduke32.com
Current version is 20120522... no updates available
Running on Windows 10 (build 10.0.17134)
Initializing SDL 2.0.8
Searching for game data...
Using "duke3d.grp" as main game data file.
Compiling: Codelimittest.CON (5160788 bytes)
Codelimittest.CON: In actor `ORGANTIC':
Codelimittest.CON:6738: warning: found `else' with no `if'.
Codelimittest.CON: In state `pigshootenemystate':
Codelimittest.CON:8671: warning: found `else' with no `if'.
Including: CodeMore.CON (2470114 bytes)
Relocating compiled code from to 0x00000000209cd040 to 0x0000000021a43040
Relocating compiled code from to 0x0000000021a43040 to 0x0000000022a59040
Relocating compiled code from to 0x0000000022a59040 to 0x0000000024a65040
Conlimittest file has a copy of darktemple con but with many "extra functional codes" added on purpose to test.
include another con file to make more.
and is latest EDuke32 of Oct 10s 2018.
