Jump to content

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

Edited by DarkShiz
Link to comment
https://forums.kleientertainment.com/forums/topic/29485-hounds-abound-hound-hood/
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...