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

Every arc file I try just wont work here is error message #45

Closed MarioGladiator closed 10 months ago

MarioGladiator commented 1 year ago

SuperBMD v2.1.0.0

Preparing to convert Banekiti from .ARC to .BMD

Unhandled Exception: Assimp.AssimpException: Error importing file: No suitable reader found for the file format of file "C:\Users\Test\Downloads\Gamez\DATA\files\ObjectData\Banekiti.arc". at Assimp.AssimpContext.ImportFile(String file, PostProcessSteps postProcessFlags) at SuperBMDLib.Model.Load(Arguments args, List`1 mat_presets, String additionalTexPath) at SuperBMDLib.Program.Main(String[] args)

SuperHackio commented 1 year ago

You need to take the BDL/BMD file out of the archive first.

You can do that using WiiExplorer: Open the .arc with WiiExplorer, then select the BDL/BMD file and right click > Export (or use right click to drag the file out to your desktop or to a folder)

Once it's extracted you can use SuperBMD to dump it to the .dae format and then load that into a modeling program (like Blender)