When i load my models into gmod and go to the addon folder it says there are 5 items but i cannot see the buttons to spawn the models. Any help would be appreciated.
I am sure that such a massive problem will be clearly visible in the QC. I don't know exactly what causes the problem, but I know how a QC is supposed to look like so maybe I can spot something wrong in it.
Also, is this from an addon you made or downloaded from the workshop? I need to ask because the problem really is up in the air, since one line of text for such a big problem is usually (always) not enough.
it is from an addon that i made.
https://files.facepunch.com/forum/upload/145862/0bbce286-3262-449f-974b-17a0291bfdc0/QC file.png
Have you tried spawning them using console? the command is gm_spawn and then the path file.
I... don't see anything wrong with the QC. maybe try using $body or $model instead of $bodygroup but even with that it should work, I have searched it and the valve page states that if the model doesn't have a $body (or $model) then it will be invisible, probably they forgot to also add $bodygroup but it's still good to try.
The only thing out of the ordinary other than that is that you didn't specify the $rootbone, but if that were to be an actual problem it would say something like "WARNING, (root bone) has no parents!"
Do you think it could be the LUA?
I don't think that's the problem, is there actually lua files for that addon?
Try disabling all addons so you know it's not one causing conflicts, also the things I posted above, spawning it with console it a pretty good way to know if the problem is the model itself or the game.
turns out it was conflicting with another addon that i had so disabling them fixed it. thanks man
I was getting worried there for a moment, the qc itself looks very well made, glad to hear it works now.
Sorry, you need to Log In to post a reply to this thread.