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

Move Quake 3 player export/import out of MD3 filter #18

Open
zturtleman opened this issue Aug 18, 2018 · 1 comment
Open

Move Quake 3 player export/import out of MD3 filter #18

zturtleman opened this issue Aug 18, 2018 · 1 comment
Assignees

Comments

@zturtleman
Copy link
Owner

Add File -> Export Player... option to allow exporting Quake 3 player model in any format or player model segments (head, upper, lower) in different formats. This likely needs a Import Player... option as well. Unless opening any of the segments while the others are present in the same directory prompts for loading as a Quake 3 player.

It would also be nice to add support for RTCW and ET's head/body player models. It could be used with Inter-Quake Export (IQE) even if RTCW/ET model formats aren't supported.

I've started the export portion but haven't made a GUI for it yet.

@zturtleman
Copy link
Owner Author

I was planning to add this by copying model content needed by head, upper, and lower and then using regular model export for each part. However copying frame animations (using MM3D's C++ Model class API) takes too long to be acceptable.

So I need to either find a faster way or give up on moving player export out of MD3 filter.

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

No branches or pull requests

1 participant