Skip to content

Can't convert meshes #15

@theblackwidower

Description

@theblackwidower

I was trying to use the mdl2stl utility, but I keep getting error messages. First was:

  File "C:\Users\thebl\Downloads\RSDKv5U_Extract\rsdkv5_extract\mdl2stl.py", line 66
    print "Usage: mdl2stl.py mesh.bin"
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

But of course I know python, so I fixed it. Then I encountered this error:

Traceback (most recent call last):
  File "C:\Users\thebl\GitHub\rsdkv5_extract\mdl2stl.py", line 1, in <module>
    from construct import *
ModuleNotFoundError: No module named 'construct'

And I have no idea how to fix this. I assume I'd need to install a module, but which one, and how many of them? Surely this should be listed in the readme.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions