We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to finalize the export but I realized I don't know of a way to add the animations through command in batch export.
From the code I can see g_mgs3MtarPrompt needs to be true and needs the path to the mtar, I assumed I could do it like this:
"C:\MGS3VR\Resources\SLOT\0\sv_model.mdl" "C:\MGS3VR\Resources\SLOT\0\sv_model.fbx" -g_mgs3MtarPrompt"C:\MGS3VR\Resources\stage\s112a\88a21f.mtar"
But this didn't work, I get this:
Unknown option: -g_mgs3MtarPrompt Unknown option: C:\MGS3VR\Resources\stage\s112a\88a21f.mtar
What's the proper way of doing this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to finalize the export but I realized I don't know of a way to add the animations through command in batch export.
From the code I can see g_mgs3MtarPrompt needs to be true and needs the path to the mtar, I assumed I could do it like this:
"C:\MGS3VR\Resources\SLOT\0\sv_model.mdl" "C:\MGS3VR\Resources\SLOT\0\sv_model.fbx" -g_mgs3MtarPrompt"C:\MGS3VR\Resources\stage\s112a\88a21f.mtar"
But this didn't work, I get this:
Unknown option: -g_mgs3MtarPrompt Unknown option: C:\MGS3VR\Resources\stage\s112a\88a21f.mtar
What's the proper way of doing this?
The text was updated successfully, but these errors were encountered: