Jump to content

Is There A Way To Disable Hats?


Recommended Posts

  • Developer

Yes, there is, as far as I know.

 

But instead of asking everything here, why not search for a method before then show us what you have and why you couldn't do it.

 

I recommend looking at mods that have what you are looking for.

Link to comment
Share on other sites

As the title says, I need to know if there is a way to make it so my character mod can not wear hats. The character I'm making has a baby walrus on his head, so he can't smother it with a hat.

 

I'm curious too, I have a charecter who is just a head, and would like to know, so if you find a solution, share with the rest of the kids! OR if you know a way to be able to mod the hat slot, let me know, again, I can redo some artwork and make the charecter without his own hat, (or make his hat a craftable item) but it would take some shenanigans to get it to work.

 

so please let me know what you find! and post links!

Link to comment
Share on other sites

@WalrusMan @RedRock911

-- where inst is the player instancelocal old_Equip = inst.components.inventory.Equipfunction inst.components.inventory:Equip(item, old_to_active)	if item and item.components.equippable		and item.components.equippable.equipslot == EQUIPSLOTS.HEAD then			return false	else		return old_Equip(self, item, old_to_active)	endend
Link to comment
Share on other sites

Archived

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

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...