Hello, like the title states, I've created a very basic mod that spawns a new Mob into the world. It works fine but now my player UI seems to be bugged and I can no longer see my health, stamina, food, water levels. I am sure it is because of the mod because on public servers the health bar shows up fine. But as far as I am aware, I was not touching the UI or the player character... Any thoughts?
The status indicator bars show 1/1 when hovering over them and appear black/empty.
Update:
So it seems there is an error with casting to the Animal Skeleton when using a derivative of the ProtoCharacterMob. I am trying to use a human skeleton with the child class of ProtoCharacterMob, but I need to know:
How do I configure a MobCharacter to use the human skeleton properly, or shall I write my own custom ProtoCharacterMob and or possibly override whatever is casting to the Animal Skeleton without the need to create a custom ProtoCharacterMob?
If I have to rewrite the ProtoCharacterMob how do I revert the current server I have now that errors out due to the missing BasicNPC.mpk references? (Seems the Zone definitions being modified has done something?) I've removed the .MPK and the version listing in the server config file, but I believe there were some other references leftover.