Getting changed by someone else (or being given a diaper) #101
Replies: 4 comments 8 replies
|
The diapers, etc. that are added by this mod are not currently assigned IDs, but I was looking into using the content patcher (since its already a dependency) to rework how they are handled, so they can have IDs.
For changing the Farmer, the code is relatively simple; it's a call to The easiest way to trigger wetting is to call |
|
Thanks for getting back! If you do manage to give diapers an ID please let me know because that is blindingly easy to stick into dialogue. I have absolutely no idea how to trigger an event though. If that's an idea you think would be as exciting as I do I wouldn't mind trying to learn with some help. |
|
Any shot of these features getting added at some point? I would love the ability to make NPCs give you a change or at least a clean diaper, and the idea of being able to manipulate (see: increase) your wetness/messiness without changing your farmer's bladder/bowels would be very neat |
Ive already implemented it in my 1.5 fork. I used a custom c# script and a json file to create a parser for custom dialogue command tags. I debugged a lot of it with Tikku, and he wrote some lines but the dialogue implementation is only partially finished. |
Uh oh!
There was an error while loading. Please reload this page.
I know there's a simple code in vanilla SDV for when you talk to someone so they can give you an item. All you need is the item code ID. For example, if you add [395] into the text a coffee will be added to your inventory. Do diapers have item code IDs? Can I get a list of them so I can have your spouse (or other villagers like Jodi who already gave you diapers at the beginning)) give you a diaper to change into?
And similarly, is there an easy piece of code for changing out of one diaper and into another? If so, I would love the opportunity to have a dialogue box that makes your spouse change you into a new diaper for you.
And as I type this, is there a similarly easy code for turning a diaper into a wetter diaper? Because it would be particularly exciting for certain "meaner" characters to choose to use your diaper, or change you into an already wet one.
All reactions