Page 1 of 1

export maps into blitz3d?

Posted: October 27th, 2012, 7:18 pm
by sleepyear
is it possible to export my map as a .x 3ds, or .b3d?

im making a map and my friend wants to import it into blitz3d

Re: export maps into blitz3d?

Posted: October 27th, 2012, 7:20 pm
by chocolatepie33
somewhat... you can use the /writeobj (name) command to export the map geometry as a .obj file, which can be imported, changed and then exported as a .3ds, depending on what program you use (although both are relatively universal).