• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

3D B3D format export

A

amjrl

Guest
I'v made a terrain editor and was wandering if there is a b3d export, file around this form at all. I would like to export my terrain as a b3d file. Thanks
 
M

Misty

Guest
Since you are coding it yourself, you are probably better off going to a b3d forums and asking, Game Maker is not responsible for the format specs of third party software.
 

Alice

Darts addict
Forum Staff
Moderator
GM doesn't support b3d file format natively, and I doubt it ever will; 3D is not the main focus of GM.

If you feel like you are up to some file-related coding, however, you might decide to implement b3d format export yourself, maybe? There are functions to write binary files, so with enough determination you should be able to implement the format. This specification might be a good start, too...?
 
Top