Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't convert meshes #15

Open
theblackwidower opened this issue Dec 21, 2022 · 0 comments
Open

Can't convert meshes #15

theblackwidower opened this issue Dec 21, 2022 · 0 comments

Comments

@theblackwidower
Copy link

theblackwidower commented Dec 21, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant