strawberryjuice Posted May 3, 2020 Share Posted May 3, 2020 This is just a question I want to ask out of the blue. What Makes an anim invisible ? I've seen people having issues when reskinning mobs/items where their mob/item is invisible. I want to know what makes the mob/item invisibe, so maybe with this information, people can solve that problem by themselves. Thanks ! Link to comment https://forums.kleientertainment.com/forums/topic/117937-what-makes-an-anim-invisible/ Share on other sites More sharing options...
CarlZalph Posted May 3, 2020 Share Posted May 3, 2020 Lots of things, but mostly invalid paths somewhere. An AnimState has to have a valid bank, build, and animation- all of these are assets that the mod must declare in the Assets table to have them (pre)loadedable and again declared in a prefab's assets for the assets a specific prefab uses. Further, an item that goes in the inventory has to have a properly setup inventoryitem component with its asset paths. Then for each asset it must be created as the engine expects with proper xmls/bins. 1 Link to comment https://forums.kleientertainment.com/forums/topic/117937-what-makes-an-anim-invisible/#findComment-1330679 Share on other sites More sharing options...
Cunning fox Posted May 3, 2020 Share Posted May 3, 2020 6 hours ago, strawberryjuice said: This is just a question I want to ask out of the blue. What Makes an anim invisible ? I've seen people having issues when reskinning mobs/items where their mob/item is invisible. I want to know what makes the mob/item invisibe, so maybe with this information, people can solve that problem by themselves. Thanks ! You can also select an entity (with c_select() and hovering over it) and check animState in debug render (beckspace). It'll show you what you're missing. 1 Link to comment https://forums.kleientertainment.com/forums/topic/117937-what-makes-an-anim-invisible/#findComment-1330733 Share on other sites More sharing options...
strawberryjuice Posted May 6, 2020 Author Share Posted May 6, 2020 Thanks for the help! It is very much appreciated Link to comment https://forums.kleientertainment.com/forums/topic/117937-what-makes-an-anim-invisible/#findComment-1331437 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now