NorthToad Posted March 25, 2017 Share Posted March 25, 2017 I'm very new to this whole modding thing, so I barely know what I'm doing. I need a little help with my first mod, the character is a minotaur, and thus cannot eat meat, but can still eat and thrive off of veggies, or grass, pinecones/raw birchnuts, twigs, and foliage alone. I haven't got a really good idea of where to edit and put in whatever I need to insert. It'll be greatly helpful if some visuals were on the other threads I find, otherwise I'm quite lost. Link to comment https://forums.kleientertainment.com/forums/topic/76839-editing-diets/ Share on other sites More sharing options...
. . . Posted March 25, 2017 Share Posted March 25, 2017 (edited) inst.components.eater:SetDiet( { FOODGROUP.OMNI }, { FOODTYPE.VEGGIE, FOODTYPE.SEEDS, FOODTYPE.GENERIC } ) Put the above in yourcharacter.lua inside the master_postinit Hopefully it works for you !! EDIT: Sorry, but I don't know how to make a character eat grass or stuff just make them eat vegetables.. Edited March 25, 2017 by SuperDavid Link to comment https://forums.kleientertainment.com/forums/topic/76839-editing-diets/#findComment-891537 Share on other sites More sharing options...
NorthToad Posted March 26, 2017 Author Share Posted March 26, 2017 Thank you for helping, I think I can piece this together with strings from other threads, too! Link to comment https://forums.kleientertainment.com/forums/topic/76839-editing-diets/#findComment-891618 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now