RenolY2/SuperBMD

Add support for conversion to BDL

Closed this issue · 1 comments

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.

BDL support has been added with #14