LVZ/LVL Questions - debuild problems SuSE - Thu May 06, 2004 5:07 am Post subject: debuild problems
I have a relatively old (from .37 I think) lvz file - I believe it was originally built using MakeLevel.exe
When I debuild it (with most recent DeBuildLevel.exe), lots of the IMAGE#'s in the object lines , well, for example:
...almost a perfect vertical inversion with first digit replaced by - , but not quite
even if there is a reversable pattern, I'd hate to go through all this code working it out
do I need to debuild this first with an old DeBuildLevel?
anybody got one? SuSE - Thu May 06, 2004 5:13 am Post subject:
found this old lvztoolkit at ssdownloads
using the included DeBuildLevel.exe on the .lvz file gives the error "Object header is invalid." and produces an .ini with only the outfile= line (the ini consists only of coords, no files when it does debuild)
so...corruption?
Mine GO BOOM - Thu May 06, 2004 10:21 am Post subject:
The old one won't work with the newest lvz, because Priit changed a good chunk inside of it. Read the lvzformat.txt for changes to lvz formats.
As for the negative numbers, thats because of me using signed number to read values rather than unsigned. I've fixed it, and uploaded the new lvztoolkit.zip to my site.
SuSE - Thu May 06, 2004 11:48 am Post subject:
wewt, thanks so much, Mine