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

[BUG] Remastered Models Extended crashes the game #356

Open
Shockwave508 opened this issue Nov 11, 2024 · 2 comments
Open

[BUG] Remastered Models Extended crashes the game #356

Shockwave508 opened this issue Nov 11, 2024 · 2 comments

Comments

@Shockwave508
Copy link

Remastered Models Extended, a model pack designed to fill in what Nightdive neglected in hipnotic/id1/rogue, causes Ironwail to instantly crash, citing that bones were renamed in the md5anim's.

https://www.moddb.com/mods/quake-remastered-models-extended-quake-rme/addons/quake-rme

@Sol1vaN
Copy link

Sol1vaN commented Nov 12, 2024

i've tested and this don't crash.
but no hi poly models from rme mod are loaded.
maybe this happens because ironwail still need to improve/expand the functionallity to allow custom mods, or something.

on my case, my directory structure are:
copy the entire remaster folder to ironwail root.
then, rename the remaster folder to id1.
and rme mod don't crash, but it don't load any hipoly model, saldy.

it some like this:
image
image

if you notice, the id1 folder even include the original Quake_x64_steam.exe file, because, like i said, the directory structure on my case is copying the entire remaster folder.

maybe you, have been copied in different way the remaster files to ironwail.
anyway, we hope ironwail can read this important mod, is necessary to make quake more enjoyable.

@vsonnier
Copy link

vsonnier commented Nov 12, 2024

Those models (or some of them at least) are invalid. Basically what the message means is that the joints in .md5mesh is inconsistent with hierarchy in .md5anim:

  • numJoints must be the same (they are not)
  • There are as many "names" in hierarchy {} as in joints {} (there are not)
  • The "names" must match in both (they not)
  • Listed in the same order in both (they are not)

Those are the constraints imposed by the MD5 loading code common to Ironwail , vkQuake and its original source QSS.

Maybe those are valid MD5 if there is no animation (static model), I don't know but for that loading MD5 code they are not.

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

3 participants