B3D file format?

Blitz3D Forums/Blitz3D Programming/B3D file format?

I'm looking for the complete file format for b3d, I've got "makeb3d.bb" but it doesn't include textures or vertex color/alpha, or how to save multiple entitys.

My resizable multilayer(unlimited) terrain editor is almost complete and needs to export to b3d :)

Thanx in advance if you can help.

http://www.blitzbasic.com/sdkspecs/sdkspecs/b3dfile_specs.txt

http://www.blitzbasic.com/sdkspecs/sdkspecs/b3dfile_utils.zip

...All under the "Specs and utils" tab :)

Doh, errm,
Cheers mate that'll be it.
*blush*

<edit>
Oh how I wish we could delete things on here. lol *blush again*
<edit>

Okay, I think I've sorted it out, apart from the Texture Scales seems to be different from blitz's scales values, is this true? or is it the texture uv?

any ideas?

Maybe they are stored as 1/scale. That is how blitz stores them internally anyway.

DJWoodgate, you are a star! Perfect :)