serialization depth

BlitzMax Forums/Brucey's Modules/serialization depth

slenkar(Posted 2008) [#1]
Hi I tried loading my save game file but the file is too big.

It says the serialization depth is 1024 in the debuglog
My save game file is just over 1024 KB

I couldnt find that variable in the BMX persistence file.

EDIT
actually its XMLparserdepth

EDIT
found it in parser.c

i changed it to 100000