tacticalweapon1 Posted August 15, 2020 Share Posted August 15, 2020 (edited) Well, I accidentally put this in the Don't Starve forum, but I meant it to be here. Anyway: I'm trying to make my first mod for this game that uses this idea of converting the things that affect sanity into things that affect hunger instead (as in, picking up a dark flower would decrease hunger instead of sanity). Is there a mod that does something similar to this? Edited August 15, 2020 by tacticalweapon1 1 Link to comment https://forums.kleientertainment.com/forums/topic/120977-does-there-exist-a-mod-that-converts-insanity-auras-into-hungerhealth-loss-or-the-reverse/ Share on other sites More sharing options...
DecDuck Posted August 15, 2020 Share Posted August 15, 2020 You could just override the DoDelta's of your character's hunger and sanity. Link to comment https://forums.kleientertainment.com/forums/topic/120977-does-there-exist-a-mod-that-converts-insanity-auras-into-hungerhealth-loss-or-the-reverse/#findComment-1363111 Share on other sites More sharing options...
tacticalweapon1 Posted August 22, 2020 Author Share Posted August 22, 2020 (edited) Sorry that I am responding a week later. I have sat here trying to understand how to do the overrides, but I'll be honest, I have no clue how to start. I have brainstormed some ideas, but after I sit back and think about them, they make zero sense. How would something like this look? Edit: currently, my idea is to take the DoDelta for, say, health, and then just put in the code from the DoDelta for sanity. Edited August 22, 2020 by tacticalweapon1 Link to comment https://forums.kleientertainment.com/forums/topic/120977-does-there-exist-a-mod-that-converts-insanity-auras-into-hungerhealth-loss-or-the-reverse/#findComment-1365220 Share on other sites More sharing options...
DecDuck Posted August 23, 2020 Share Posted August 23, 2020 Yes, that would work. You would have to do some checks to see if it's your character that is being affect, and then do it, but yes it would work. Link to comment https://forums.kleientertainment.com/forums/topic/120977-does-there-exist-a-mod-that-converts-insanity-auras-into-hungerhealth-loss-or-the-reverse/#findComment-1365292 Share on other sites More sharing options...
tacticalweapon1 Posted August 29, 2020 Author Share Posted August 29, 2020 Thanks for the info! When you say checks on the character, do you mean the client? I guess I should clarify that the mod I am thinking of making would be a server-wide one, not a character mod. Link to comment https://forums.kleientertainment.com/forums/topic/120977-does-there-exist-a-mod-that-converts-insanity-auras-into-hungerhealth-loss-or-the-reverse/#findComment-1367417 Share on other sites More sharing options...
DecDuck Posted August 29, 2020 Share Posted August 29, 2020 Oh. I thought you were making a character. Just disregard my last statement. Link to comment https://forums.kleientertainment.com/forums/topic/120977-does-there-exist-a-mod-that-converts-insanity-auras-into-hungerhealth-loss-or-the-reverse/#findComment-1367420 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