GenerateChunkFileFromRaw16 problems w/latest
by Tim Holt · in Torque Game Engine Advanced · 05/02/2006 (5:59 pm) · 4 replies
Having a bit of a problem right now and wondering if anyone has some advice.
I had been experimenting with the prebuilt starter.fps build/kit for TSE doing some tests including building (and using) some Atlas terrain. I did a fresh build today from source and ran it using my dataset, and get this error now...
ChunkGeomInfo invalid min/max!
So I thought maybe that the starter.fps tse.exe perhaps was built using an older release and chu file format had changed, so I tried to rebuild my chunk files. Doing that, I now get...
AtlasMesher::write Collision - empty bin, crap!
Crap! is right, suggestions?
I had been experimenting with the prebuilt starter.fps build/kit for TSE doing some tests including building (and using) some Atlas terrain. I did a fresh build today from source and ran it using my dataset, and get this error now...
ChunkGeomInfo invalid min/max!
So I thought maybe that the starter.fps tse.exe perhaps was built using an older release and chu file format had changed, so I tried to rebuild my chunk files. Doing that, I now get...
AtlasMesher::write Collision - empty bin, crap!
Crap! is right, suggestions?
#2
It hates me. I nuked the old .chu file (which I'd previously copied over from the old starter.fps demo), reran GenerateChunkFileFromRaw16, and it runs fine. Go figure.
05/02/2006 (6:16 pm)
PPSIt hates me. I nuked the old .chu file (which I'd previously copied over from the old starter.fps demo), reran GenerateChunkFileFromRaw16, and it runs fine. Go figure.
#3
05/03/2006 (12:32 am)
Ha ha, that error message gave me a great laugh to start the day. There are a few bits of business software out there with similar messages that I forgot to remove after dev. Tee hee. Nothing changes.
#4
05/03/2006 (12:17 pm)
Errors you mentions come from too high terrain level difference (I think). I Have these errors when terrain slope is very very high (for example from -1000 to +3000 between 2 dots). But It might be other things. I hope this answer your question.
Torque Owner Tim Holt
I had generated the chunk just fine before, and saved the console cmd in a txt file I used to build it. Not quite sure what changed but something did...