DarkShiz Posted November 8, 2013 Share Posted November 8, 2013 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 More sharing options...
Developer Cheerio Posted November 8, 2013 Developer Share Posted November 8, 2013 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")endCool mod . Link to comment Share on other sites More sharing options...
DarkShiz Posted November 8, 2013 Author Share Posted November 8, 2013 Thanks! I didn't realize that, I guess I was thinking of things in the hound mound sense but they don't spawn that way! Alrighty thanks Link to comment Share on other sites More sharing options...
TRENTOMINOUS Posted November 8, 2013 Share Posted November 8, 2013 This is amazing make a nightmare hood. Link to comment Share on other sites More sharing options...
DarkShiz Posted November 9, 2013 Author Share Posted November 9, 2013 Now it's crashing, I think it might need to have the closing to remove the follower tag too... I'll see if I can tinker to get it to work Link to comment Share on other sites More sharing options...
DarkShiz Posted November 9, 2013 Author Share Posted November 9, 2013 still not working... I may have to give up on the followers bit and try something like just making them think your another hound like the beefalo hat.. Link to comment Share on other sites More sharing options...
Developer Cheerio Posted November 9, 2013 Developer Share Posted November 9, 2013 still not working... I may have to give up on the followers bit and try something like just making them think your another hound like the beefalo hat..Can you upload your latest? Link to comment Share on other sites More sharing options...
DarkShiz Posted November 10, 2013 Author Share Posted November 10, 2013 yeah I edited my original post giving up on the follower idea and just trying to not be killed by hounds Link to comment Share on other sites More sharing options...
DarkShiz Posted November 10, 2013 Author Share Posted November 10, 2013 Can you upload your latest?Yeah herehoundhood.zip Link to comment Share on other sites More sharing options...
Developer Cheerio Posted November 11, 2013 Developer Share Posted November 11, 2013 Yeah hereHere you go. This seems to work fine. Hound Hood.zip Link to comment Share on other sites More sharing options...
DarkShiz Posted November 12, 2013 Author Share Posted November 12, 2013 Works now, you rock thanks for the help Link to comment Share on other sites More sharing options...
DarkShiz Posted November 12, 2013 Author Share Posted November 12, 2013 Here you go. This seems to work fine. Hound Hood.zipActually, it crashes if I put the hat down, should I change something in the item drop code so this will not happen? Link to comment Share on other sites More sharing options...
DarkShiz Posted November 14, 2013 Author Share Posted November 14, 2013 never mind I figured out what was going wrong and fixed it Link to comment Share on other sites More sharing options...
kingomio Posted December 31, 2013 Share Posted December 31, 2013 can you help me make the houndpack work please it says its out of date ? is there an easy fix Link to comment Share on other sites More sharing options...
kingomio Posted December 31, 2013 Share Posted December 31, 2013 and is there a link to your new fixed houndhood love you work on the hounds plz keep it up Link to comment Share on other sites More sharing options...
Recommended Posts
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.