Jump to content

Home

Your Ghoul2 Instance has no model!


razorace

Recommended Posts

  • 2 weeks later...

That'll happen if you run the trap_G2API_InitGhoul2Model func with an invalid model path name, or if there's just something wrong with the model for some reason. In JA's codebase, the ghoul2 instance is still valid even if that happens for some dumbass reason.. it wasn't like that in JKII's. So it may be getting by some failsafe checks in your code. To keep that from happening, make sure to use the trap_G2_HaveWeGhoul2Models func in your checks - it'll return 'false' if the specified instance doesn't have any models (just incase the name doesn't make that apparent enough already :p).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...