RedRock911 Posted May 14, 2015 Share Posted May 14, 2015 I had two questions on making an edible item. 1: do all foods have to have the spoiled food prefab? (the food im making really doesnt spoil)2: if I wanted it to have more then one use, is there any resources or links out there on how to do that? (the food is in a jar, I made a full, half full, and empty png, im just not sure entirely on how to enter the variable or the value of said variable for that) Link to comment https://forums.kleientertainment.com/forums/topic/53979-making-a-food-item/ Share on other sites More sharing options...
grimmsdottir Posted May 15, 2015 Share Posted May 15, 2015 1: No, food can be edible without being spoilable. 2: No idea, what might be the difference between a pickle jar of 4 uses and 4 stacks of pickles though? Link to comment https://forums.kleientertainment.com/forums/topic/53979-making-a-food-item/#findComment-637652 Share on other sites More sharing options...
RedRock911 Posted May 15, 2015 Author Share Posted May 15, 2015 1: No, food can be edible without being spoilable. 2: No idea, what might be the difference between a pickle jar of 4 uses and 4 stacks of pickles though?well, if they where pickles, yah! but imagine if it where say, a bag of chips. something like that (its not a bag of chips,:-/) Link to comment https://forums.kleientertainment.com/forums/topic/53979-making-a-food-item/#findComment-637668 Share on other sites More sharing options...
Mobbstar Posted May 15, 2015 Share Posted May 15, 2015 It doesn't need to turn to rot when spoiled, look up the perishable component for further reference (I might explain it on the API docs later today) The eater component removes the item no matter what. You can try to use oneaten to spawn a half jar of jam, I guess. Link to comment https://forums.kleientertainment.com/forums/topic/53979-making-a-food-item/#findComment-637714 Share on other sites More sharing options...
Seiai Posted May 15, 2015 Share Posted May 15, 2015 u could maybe also make it stackable up to 4 items, and update the inventoryimage everytime the stacksize changes? the stackable component probably has an event u can listen for or an function u can override. Link to comment https://forums.kleientertainment.com/forums/topic/53979-making-a-food-item/#findComment-637739 Share on other sites More sharing options...
Mobbstar Posted May 15, 2015 Share Posted May 15, 2015 It doesn't need to turn to rot when spoiled, look up the perishable component for further reference (I might explain it on the API docs later today) lol nevermind, it's already explained there. Link to comment https://forums.kleientertainment.com/forums/topic/53979-making-a-food-item/#findComment-637788 Share on other sites More sharing options...
RedRock911 Posted May 15, 2015 Author Share Posted May 15, 2015 u could maybe also make it stackable up to 4 items, and update the inventoryimage everytime the stacksize changes? the stackable component probably has an event u can listen for or an function u can override.That maybe the answer. I have the artwork done, all I have to do is include it in the file. Do I need to add anything to the sprinter file? Link to comment https://forums.kleientertainment.com/forums/topic/53979-making-a-food-item/#findComment-637820 Share on other sites More sharing options...
Seiai Posted May 15, 2015 Share Posted May 15, 2015 do u only want the different stages of emptiness only in the inventory, or also on the ground? if u want it on the ground, u need different folders(banks) in spriter and then change the bank in the code. if u want it in the inventory, u just need to change the inventoryimage(which doesnt have to be in an animationfile at all). Link to comment https://forums.kleientertainment.com/forums/topic/53979-making-a-food-item/#findComment-637834 Share on other sites More sharing options...
RedRock911 Posted May 15, 2015 Author Share Posted May 15, 2015 (edited) do u only want the different stages of emptiness only in the inventory, or also on the ground?if u want it on the ground, u need different folders(banks) in spriter and then change the bank in the code.if u want it in the inventory, u just need to change the inventoryimage(which doesnt have to be in an animationfile at all). getting into a wierd place with scripting now. Could it be possible to declare a variable that could handle both? so say its potato chips (i should really make a potato chip mod now) I would need something like a potato chip action bank? Edited May 15, 2015 by RedRock911 Link to comment https://forums.kleientertainment.com/forums/topic/53979-making-a-food-item/#findComment-637897 Share on other sites More sharing options...
Mobbstar Posted May 16, 2015 Share Posted May 16, 2015 getting into a wierd place with scripting now. Could it be possible to declare a variable that could handle both? so say its potato chips (i should really make a potato chip mod now) I would need something like a potato chip action bank?A what? I thought your plan is to cook 4 "bags of chips" at once and have them change texture depending on whether theres 1,2,3, or more on that stack. That doesn't require actions! Just hook up component callbacks and event callbacks to update the texture when needed (you can change the animation and inventory icon at any time). Link to comment https://forums.kleientertainment.com/forums/topic/53979-making-a-food-item/#findComment-637973 Share on other sites More sharing options...
Corrosive Posted May 16, 2015 Share Posted May 16, 2015 (i should really make a potato chip mod now) My very first mod was for a teleportato chip Link to comment https://forums.kleientertainment.com/forums/topic/53979-making-a-food-item/#findComment-638162 Share on other sites More sharing options...
RedRock911 Posted May 17, 2015 Author Share Posted May 17, 2015 My very first mod was for a teleportato chip LOL. bet you couldnt eat just one......... Link to comment https://forums.kleientertainment.com/forums/topic/53979-making-a-food-item/#findComment-638417 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