Jump to content

Hounds Abound [Hound Hood]


DarkShiz

Recommended Posts

I've been building all of my mods around the Hound. So I figured I should make a hound hood to protect you from them. Here's the problem... I can't make it work. I have everything else working fine, you can build it, you can wear it... but the hounds think it's a chew toy and will eat you anyway. Where am I going wrong here...?

houndhood.zip

Link to comment
Share on other sites

  • Developer

I've been building all of my mods around the Hound. So I figured I should make a hound hood to protect you from them. Here's the problem... I can't make it work. I have everything else working fine, you can build it, you can wear it... but the hounds think it's a chew toy and will eat you anyway. Where am I going wrong here...?

Hounds don't spawn with a follower component.  Try adding this code in your 'houndfriend_update' when you're iterating through the entities you've found.

if not v.components.follower then  v:AddComponent("follower")end

Cool mod :-).

 

post-283016-0-71627000-1383885618_thumb.

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...