Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Noesis not detecting bones from a specific model in FFXV

Post questions about game models here, or help out others!
Post Reply
metapoodle
n00b
Posts: 15
Joined: Tue Jun 12, 2018 6:28 pm
Has thanked: 2 times
Been thanked: 1 time

Noesis not detecting bones from a specific model in FFXV

Post by metapoodle »

I've run into a strange problem while extracting models from FFXV. Typically, when I extract a model from FFXV (using FFXVScout tool) Noesis displays it correctly with its entire skeleton. There is one model, however, that Noesis indicates as having *no* skeleton (specifically the model for Ignis used in chapter 3 of Episode Ignis DLC). It indicates that the model has no bones at all. Now I know this can't be given that the model animates in game (and has unique hair, etc that must have required bones). I thought it might be that the Episode Ignis model exceeded some hidden bone limit of Noesis, but the other models from ep Ignis display properly with bones (the model you start with has 1382 bones).

My question--is there any reason Noesis would choose not to display bones on just this one model? Any advice would be greatly appreciated!

Relevant info:

1. the extracted models from FFXV are gmdl.gfxbin

2. the Episode Ignis model in question is nh03_310.gmdl.gfxbin
akderebur
double-veteran
double-veteran
Posts: 640
Joined: Fri Jul 08, 2011 10:36 am
Has thanked: 65 times
Been thanked: 898 times

Re: Noesis not detecting bones from a specific model in FFXV

Post by akderebur »

The skeleton is read from the .amdl file. Make sure you have that.
metapoodle
n00b
Posts: 15
Joined: Tue Jun 12, 2018 6:28 pm
Has thanked: 2 times
Been thanked: 1 time

Re: Noesis not detecting bones from a specific model in FFXV

Post by metapoodle »

akderebur wrote:The skeleton is read from the .amdl file. Make sure you have that.
Thanks for the quick reply! I'm pretty new to modding, where can I find that file? When I have extracted FFXV files (.earcs) I haven't seen that file popup.

Edit: Had a look at the model's hex and I did not see a call for the .amdl (saw gmdl and gmtl calls)
akderebur
double-veteran
double-veteran
Posts: 640
Joined: Fri Jul 08, 2011 10:36 am
Has thanked: 65 times
Been thanked: 898 times

Re: Noesis not detecting bones from a specific model in FFXV

Post by akderebur »

metapoodle wrote:When I have extracted FFXV files (.earcs) I haven't seen that file popup.
It should get extracted for the models that have skeleton. For example this is for Noctis.

Image

gfxbin is inside the "model_010" folder, and amdl is in the upper directory as you can see. Noesis should be able to load the models with skeleton, if the structure is like this.

So I think you are missing the amdl. I am not sure why it isn't getting exported, but since you said it is a DLC character it is possible that the model uses the amdl file of the standard Ignis. This is just a guess though. I haven't really checked lots of FFXV models, so can't say for sure.
metapoodle
n00b
Posts: 15
Joined: Tue Jun 12, 2018 6:28 pm
Has thanked: 2 times
Been thanked: 1 time

Re: Noesis not detecting bones from a specific model in FFXV

Post by metapoodle »

akderebur wrote:
metapoodle wrote:When I have extracted FFXV files (.earcs) I haven't seen that file popup.
It should get extracted for the models that have skeleton. For example this is for Noctis.

Image

gfxbin is inside the "model_010" folder, and amdl is in the upper directory as you can see. Noesis should be able to load the models with skeleton, if the structure is like this.

So I think you are missing the amdl. I am not sure why it isn't getting exported, but since you said it is a DLC character it is possible that the model uses the amdl file of the standard Ignis. This is just a guess though. I haven't really checked lots of FFXV models, so can't say for sure.
Thanks--this helps a lot. I'll give it a look and see if I can see what's up. In the meantime, is it possible for there to be a boneless Ignis and yet he is animated because the programming calls for a skeleton from a different model?

Edit: basically what I'm trying to do is extract that cool looking model for Ignis (310) but when I extracted him he was a boneless chicken and it was sad. So I've either got to find his missing skele or re rig him I guess.
akderebur
double-veteran
double-veteran
Posts: 640
Joined: Fri Jul 08, 2011 10:36 am
Has thanked: 65 times
Been thanked: 898 times

Re: Noesis not detecting bones from a specific model in FFXV

Post by akderebur »

metapoodle wrote:In the meantime, is it possible for there to be a boneless Ignis and yet he is animated because the programming calls for a skeleton from a different model?
It might be using a shared (common) skeleton, or like I said the skeleton of the standard Ignis. I don't think it will be a shared skeleton, because he is one of the main chars, so standard Ignis is more likely. Just try copying the Ignis amdl to the directory where you extracted the DLC outfit, and see if Noesis loads it properly.

Of course you can also open the gfxbin file in a hex editor, and check what amdl file it references.
metapoodle
n00b
Posts: 15
Joined: Tue Jun 12, 2018 6:28 pm
Has thanked: 2 times
Been thanked: 1 time

Re: Noesis not detecting bones from a specific model in FFXV

Post by metapoodle »

akderebur wrote:
metapoodle wrote:In the meantime, is it possible for there to be a boneless Ignis and yet he is animated because the programming calls for a skeleton from a different model?
It might be using a shared (common) skeleton, or like I said the skeleton of the standard Ignis. I don't think it will be a shared skeleton, because he is one of the main chars, so standard Ignis is more likely. Just try copying the Ignis amdl to the directory where you extracted the DLC outfit, and see if Noesis loads it properly.

Of course you can also open the gfxbin file in a hex editor, and check what amdl file it references.
Thanks much--I was able to locate the .amdl in the nh03 archive but it's not showing in Noesis for some reason. Let me try your suggestion. Thanks for the help--most progress I've made in a while.
metapoodle
n00b
Posts: 15
Joined: Tue Jun 12, 2018 6:28 pm
Has thanked: 2 times
Been thanked: 1 time

Re: Noesis not detecting bones from a specific model in FFXV

Post by metapoodle »

akderebur wrote:
metapoodle wrote:In the meantime, is it possible for there to be a boneless Ignis and yet he is animated because the programming calls for a skeleton from a different model?
It might be using a shared (common) skeleton, or like I said the skeleton of the standard Ignis. I don't think it will be a shared skeleton, because he is one of the main chars, so standard Ignis is more likely. Just try copying the Ignis amdl to the directory where you extracted the DLC outfit, and see if Noesis loads it properly.

Of course you can also open the gfxbin file in a hex editor, and check what amdl file it references.
You are a legend. It worked!!! Saved me the total nightmare of re-rigging. :) :) :) :) :)
Arshi
ultra-n00b
Posts: 1
Joined: Thu Feb 02, 2023 9:43 am

Re: Noesis not detecting bones from a specific model in FFXV

Post by Arshi »

There is a possibility that not all of the bones in the model are being attempted to be parsed but NotEs are being detected. In order to address this potential issue, please ensure that the bones within the model is attempted to be parsed by NotEs are properly geo-referenced and exported.GBWhatsApp
neonvega
advanced
Posts: 55
Joined: Sun Sep 05, 2021 11:58 pm
Has thanked: 5 times
Been thanked: 2 times
Contact:

Re: Noesis not detecting bones from a specific model in FFXV

Post by neonvega »

its none of that Ive extracted and ported from ffxv to blender and xps the main issue is when a model isnt displaying bones all you have to do is simply go to that root folder like xe-and drag the amdl file into the model folder then the bones will show up in noesis that simple
Post Reply