MeltyPlayer / FinModelUtility

Model viewer and command-line tools for extracting models from various GCN/3DS/PC games en-masse.
GNU General Public License v3.0
89 stars 9 forks source link

Error when extracing Majora's Mask 3D files using rip_majoras_mask_3d.bat #15

Closed NishaWolfe closed 1 year ago

NishaWolfe commented 1 year ago

When attempting to run the provided "rip_majoras_mask_3d.bat" located in "FinModelUtility-main\cli\", the following error is returned:


Copyright (C) 2023 universal_model_extractor

ERROR(S):
  Verb 'majoras_mask_3d' is not recognized.

  --help       Display this help screen.

  --version    Display version information.

Unhandled exception. System.Exception: Exception of type 'System.Exception' was thrown.
   at uni.cli.Cli.Main(String[] args)```
MeltyPlayer commented 1 year ago

Shoot, looks like I forgot to include command-line support for this in the EXE. I just added support for this https://github.com/MeltyPlayer/FinModelUtility/commit/494cfbde73c2456811ebb278994c6dbe6cf7b4b7.

Majora's Mask is still in the early stages, though, so not a lot of models are working unfortunately.