RenolY2 / SuperBMD

A library to import and export various 3D model formats into the Binary Model (BMD) format. (Nintendo GC/Wii)
37 stars 10 forks source link

Add support for conversion to BDL #10

Closed RenolY2 closed 6 years ago

RenolY2 commented 6 years ago

BDL is used by some later Nintendo games, e.g. Wind Waker, Mario Galaxy and Twilight Princess and conversion directly to BDL would save time and possibly even improve compatibility (in cases where existing bmd to bdl conversion tools fail to convert models created with SuperBMD).

Look at e.g. bmd2bdl.py on how the conversion could be done.

Conversion to BDL could be an option, e.g. --bdl. Could also make an exe called SuperBDL.exe or a bat called SuperBDL.bat that calls SuperBMD.exe with the --bdl option set.

RenolY2 commented 6 years ago

BDL support has been added with https://github.com/RenolY2/SuperBMD/pull/14