DBO to B3D converter

Community Forums/General Help/DBO to B3D converter

RustyKristi(Posted 2016) [#1]
Can anyone suggest a good DBO to B3D converter?


RemiD(Posted 2016) [#2]
If you know how the dbo file is structured and what it contains, you can probably recreate your mesh inside Blitz3d ( even bones and influences, see : http://www.blitzbasic.com/Community/posts.php?topic=105408 )

Else you can use Fragmotion. (not sure if the import/export is clean, you will have to test..)


RustyKristi(Posted 2016) [#3]
Thanks RemiD. I'm really not knowledgeable into 3D file format so this one is tough for me. I did look into Fragmotion but it does not import properly because the UVs are kinda messed up. :/

I was thinking if someone already made a utility here that I have not checked out, since DBO is an old file format.


Yasha(Posted 2016) [#4]
Since DBPro appears to have gone partially-free as well (not fully the way B3D has), the simplest way to do the conversion one-way might be to find some B3D saving code in the archives or around the forum and try to do a line-for-line port to DBPro (or ask a DBPro user nicely), then use DBPro's builtin LoadMesh, or whatever its equivalent command is, to open the file before saving it again with the ported code. That way you can rely on native handling of the original data rather than having to reverse-engineer the DBO format.


RustyKristi(Posted 2016) [#5]
Thanks. I already searched their archive or "codebase" but still no luck with that..

http://www.thegamecreators.com/?m=codebase_list

I did ask for help and posted about this topic as well earlier.

Hoping there are more solutions to find for this problem.


RemiD(Posted 2016) [#6]
There is also the tool "ultimate unwrap 3d" which is famous for converting meshes, maybe it can import dbo and export to b3d without errors.


RustyKristi(Posted 2016) [#7]
Yes RemiD, I have a demo but sadly it does not import dbo models.. *sigh*


markcw(Posted 2016) [#8]
UU3d seems to support dbo: see formats I highly recommend you buy it as it really is a great, cheap tool.


RustyKristi(Posted 2016) [#9]
Thanks munch and RemiD! I forgot to check out the 3rd party plugin section and will definitely give this a try.


Flanker(Posted 2016) [#10]
Do you have a .dbo file to share or any clue on the structure ?


RustyKristi(Posted 2016) [#11]
Hey Flanker, here's a sample lightmapped dbo scene. thanks!

http://www.mediafire.com/download/fcygy7xvv4uk2vg/LMScene.zip


Flanker(Posted 2016) [#12]
I found the source code used by barkbasic to open DBO files but it's in c++, and it's pretty huge... Format specification would be more useful but can't find anything.


RustyKristi(Posted 2016) [#13]
I found a smaller size version in tgc community, not sure if this is the same as you got:

http://www.mediafire.com/download/u5l1q49qoqi5le3/dbo_object_source_code.zip

..also this guy selling some sort of version that imports to dbo and saves in dbo.. in B3D??

http://www.blitzbasic.com/Community/posts.php?topic=98060

it's really weird


Blitzplotter(Posted 2016) [#14]
not used B3D for dbo imports, but another vote here for Ultimate Unwrap 3D, works great for Blender to B3D.


RustyKristi(Posted 2016) [#15]
not used B3D for dbo imports, but another vote here for Ultimate Unwrap 3D, works great for Blender to B3D.


thanks BP