Saving .B3D files from Blitz3D?

Blitz3D Forums/Blitz3D Programming/Saving .B3D files from Blitz3D?

Hello folks,

I kinda want to try this for an editor I'm making.. I have looked through the code archives, but its such a mess that I couldn't find anything other than Milkshape ASCII export..

So if its out there somewhere, could somebody point me in the right direction? thanks!

Take a look at the specs and Utils link at the top of this page, there is sample blitz code there.

heh.. thanks! I just found it myself.. we should shoot people who post prematurely.. don't you think? :p

That'll be you dead then? :)

yeah.. but I kinda deserve it :).. bah.. I'll just go and eat lots of ice cream instead..

Ice cream? Interesting but definitely yummy way of commiting a suicide ;)

Barney

ok, nice that i found this thread...

i have nearly the same question...
what's if i have more models loaded and now i want to save it as ONE b3d? any chance on this?

create a new mesh(or just use an already existing mesh), and use addmesh to add all the meshes to it. then save that.

ah ok.
thx this helps me a lot ;)