chogiwaluigi Posted March 19, 2020 Posted March 19, 2020 It's possible. It's happened before. People make mods dependent on Wicked Whims, but HOW? I'm pretty new to modding and can only do basic python, so I use Zebru's Mod Constructor for creating simple things like new traits and new aspirations. I really want to make some traits that depend on Wicked Whims, which I feel would enrich my gameplay. Is it possible to somehow import Wicked Whims presets into Zebru's Mod Constructor and work from there? Or do I have to do something completely different, in which case I'm all ears and begging for some pointers in the right direction, I'm not afraid to ditch Mod Constructor and get my hands dirty if I need to! I know some people have asked about similar things and received no response. I'm just hoping this time it will be different. Thanks in advance for sharing your wisdom!
Guest Posted March 22, 2020 Posted March 22, 2020 My computer with Mod Constructor is broken right now, unfortunately.  I'll try to explain this the best I can without Mod Constructor in front of me!  The first thing I recommend doing is downloading Sims 4 Studio if you haven't already. To open WickedWhims in Sims 4 Studio, click "My Projects" and then choose the WickedWhims .package file. Click on "Warehouse." Sort by "Type."  Notice Buff Tunings and Interaction Tunings. Those are generally what you can test for. For example, let's say I wanted to have an aspiration goal of "Have Sex with a Ghost." WickedWhims has a buff for that!  If you find "TURBODRIVER:WickedWhims_Buff_Sex_Satisfaction_Ghost_Sex" and click on "XML" you'll be able to read the XML for this resource. You need to know the Tuning ID of this buff which can be found in the XML after "s=" on the second line. The Tuning ID for TURBODRIVER:WickedWhims_Buff_Sex_Satisfaction_Ghost_Sex is 12784502657411725903.  Now, you go into Mod Constructor. I assume you already know how to make traits, aspirations, etc. To test for a buff in an aspiration, I would run a "Buff Test." You'll see where you can choose a Game Reference with buffs from the game to choose from. You'll notice all those options have Tuning IDs (the numbers for the game are much shorter). Now, to test for this buff, you'll just copy-paste your Tuning ID 12784502657411725903 into the Game Reference box.  The interaction you're probably going to use the most is TURBODRIVER:WickedWhims_Sex_Animation_Default. The Tuning ID is 11270438951712522986. This is the blanket interaction for all sex animations and it's the only one you can test for. To my understanding, it's impossible to differentiate between oral/anal/vaginal/etc and masturbation or sex. Let's say you wanted to create a failure loot for someone who hasn't participated in a sex animation in 24 hours. In the "Test Conditions" box choose "New Element," "Add Component," "Interaction Running Test" and copy-paste 11270438951712522986 into the box under "Game Reference."  Does this make any sense? Let me know if you have any questions.  TL;DR: Get Tuning IDs from S4S and copy-paste into Mod Constructor under "Game Reference."Â
BobTheJoker Posted July 16, 2021 Posted July 16, 2021 On 3/22/2020 at 1:50 AM, Guest said: My computer with Mod Constructor is broken right now, unfortunately.  I'll try to explain this the best I can without Mod Constructor in front of me!  The first thing I recommend doing is downloading Sims 4 Studio if you haven't already. To open WickedWhims in Sims 4 Studio, click "My Projects" and then choose the WickedWhims .package file. Click on "Warehouse." Sort by "Type."  Notice Buff Tunings and Interaction Tunings. Those are generally what you can test for. For example, let's say I wanted to have an aspiration goal of "Have Sex with a Ghost." WickedWhims has a buff for that!  If you find "TURBODRIVER:WickedWhims_Buff_Sex_Satisfaction_Ghost_Sex" and click on "XML" you'll be able to read the XML for this resource. You need to know the Tuning ID of this buff which can be found in the XML after "s=" on the second line. The Tuning ID for TURBODRIVER:WickedWhims_Buff_Sex_Satisfaction_Ghost_Sex is 12784502657411725903.  Now, you go into Mod Constructor. I assume you already know how to make traits, aspirations, etc. To test for a buff in an aspiration, I would run a "Buff Test." You'll see where you can choose a Game Reference with buffs from the game to choose from. You'll notice all those options have Tuning IDs (the numbers for the game are much shorter). Now, to test for this buff, you'll just copy-paste your Tuning ID 12784502657411725903 into the Game Reference box.  The interaction you're probably going to use the most is TURBODRIVER:WickedWhims_Sex_Animation_Default. The Tuning ID is 11270438951712522986. This is the blanket interaction for all sex animations and it's the only one you can test for. To my understanding, it's impossible to differentiate between oral/anal/vaginal/etc and masturbation or sex. Let's say you wanted to create a failure loot for someone who hasn't participated in a sex animation in 24 hours. In the "Test Conditions" box choose "New Element," "Add Component," "Interaction Running Test" and copy-paste 11270438951712522986 into the box under "Game Reference."  Does this make any sense? Let me know if you have any questions.  TL;DR: Get Tuning IDs from S4S and copy-paste into Mod Constructor under "Game Reference."  Yes, it makes sense. I hope you are still around so you could give me a helping hand about these. No, I'm not an OP, just someone who appreciates your experience about modding. 1
MrGrey Posted July 19, 2021 Posted July 19, 2021 @BobTheJoker thanks for bumping this! I've been looking for this info in the huge WW package file, and having little luck!
blahbvtch Posted October 3, 2021 Posted October 3, 2021 On 3/21/2020 at 7:50 PM, Guest said: My computer with Mod Constructor is broken right now, unfortunately.  I'll try to explain this the best I can without Mod Constructor in front of me!  The first thing I recommend doing is downloading Sims 4 Studio if you haven't already. To open WickedWhims in Sims 4 Studio, click "My Projects" and then choose the WickedWhims .package file. Click on "Warehouse." Sort by "Type."  Notice Buff Tunings and Interaction Tunings. Those are generally what you can test for. For example, let's say I wanted to have an aspiration goal of "Have Sex with a Ghost." WickedWhims has a buff for that!  If you find "TURBODRIVER:WickedWhims_Buff_Sex_Satisfaction_Ghost_Sex" and click on "XML" you'll be able to read the XML for this resource. You need to know the Tuning ID of this buff which can be found in the XML after "s=" on the second line. The Tuning ID for TURBODRIVER:WickedWhims_Buff_Sex_Satisfaction_Ghost_Sex is 12784502657411725903.  Now, you go into Mod Constructor. I assume you already know how to make traits, aspirations, etc. To test for a buff in an aspiration, I would run a "Buff Test." You'll see where you can choose a Game Reference with buffs from the game to choose from. You'll notice all those options have Tuning IDs (the numbers for the game are much shorter). Now, to test for this buff, you'll just copy-paste your Tuning ID 12784502657411725903 into the Game Reference box.  The interaction you're probably going to use the most is TURBODRIVER:WickedWhims_Sex_Animation_Default. The Tuning ID is 11270438951712522986. This is the blanket interaction for all sex animations and it's the only one you can test for. To my understanding, it's impossible to differentiate between oral/anal/vaginal/etc and masturbation or sex. Let's say you wanted to create a failure loot for someone who hasn't participated in a sex animation in 24 hours. In the "Test Conditions" box choose "New Element," "Add Component," "Interaction Running Test" and copy-paste 11270438951712522986 into the box under "Game Reference."  Does this make any sense? Let me know if you have any questions.  TL;DR: Get Tuning IDs from S4S and copy-paste into Mod Constructor under "Game Reference." I'm having trouble with this. Do you mind helping?
k1kk1 Posted November 10, 2022 Posted November 10, 2022 Wish somebody could just make a video, so much easier to see what to do. Struggeling with this, it just won't work and I have noe clue what I'm doing wrong. No tutorial for aspiration either, so difficult to understand what everything does for a non-native english speaker. Like, how does the game know I'm refering to wicked whims? Do I have to export something into the game to make it work? Because just refering to it does not work. 2
Nickolkiin Posted October 10, 2023 Posted October 10, 2023 On 11/10/2022 at 5:32 PM, k1kk1 said: Wish somebody could just make a video, so much easier to see what to do. Struggeling with this, it just won't work and I have noe clue what I'm doing wrong. No tutorial for aspiration either, so difficult to understand what everything does for a non-native english speaker. Like, how does the game know I'm refering to wicked whims? Do I have to export something into the game to make it work? Because just refering to it does not work. I second this. There is literally only this form I've seen for tutorials on creating mods for wicked whims
fistguybr Posted July 24, 2024 Posted July 24, 2024 On 3/21/2020 at 9:50 PM, Guest said: My computer with Mod Constructor is broken right now, unfortunately.  I'll try to explain this the best I can without Mod Constructor in front of me!  The first thing I recommend doing is downloading Sims 4 Studio if you haven't already. To open WickedWhims in Sims 4 Studio, click "My Projects" and then choose the WickedWhims .package file. Click on "Warehouse." Sort by "Type."  Notice Buff Tunings and Interaction Tunings. Those are generally what you can test for. For example, let's say I wanted to have an aspiration goal of "Have Sex with a Ghost." WickedWhims has a buff for that!  If you find "TURBODRIVER:WickedWhims_Buff_Sex_Satisfaction_Ghost_Sex" and click on "XML" you'll be able to read the XML for this resource. You need to know the Tuning ID of this buff which can be found in the XML after "s=" on the second line. The Tuning ID for TURBODRIVER:WickedWhims_Buff_Sex_Satisfaction_Ghost_Sex is 12784502657411725903.  Now, you go into Mod Constructor. I assume you already know how to make traits, aspirations, etc. To test for a buff in an aspiration, I would run a "Buff Test." You'll see where you can choose a Game Reference with buffs from the game to choose from. You'll notice all those options have Tuning IDs (the numbers for the game are much shorter). Now, to test for this buff, you'll just copy-paste your Tuning ID 12784502657411725903 into the Game Reference box.  The interaction you're probably going to use the most is TURBODRIVER:WickedWhims_Sex_Animation_Default. The Tuning ID is 11270438951712522986. This is the blanket interaction for all sex animations and it's the only one you can test for. To my understanding, it's impossible to differentiate between oral/anal/vaginal/etc and masturbation or sex. Let's say you wanted to create a failure loot for someone who hasn't participated in a sex animation in 24 hours. In the "Test Conditions" box choose "New Element," "Add Component," "Interaction Running Test" and copy-paste 11270438951712522986 into the box under "Game Reference."  Does this make any sense? Let me know if you have any questions.  TL;DR: Get Tuning IDs from S4S and copy-paste into Mod Constructor under "Game Reference." Thank you mysterious guest! I've been looking for some info on this as I'm trying to make a small mod of my own
Beasstmaster Posted August 24, 2024 Posted August 24, 2024 Dude has someone by any chance figured out how to run Action Triggers with WickedWhims's sex animations? I have tried everything: Loot Action Action Trigger Object Set Situation Activity. Â Anything that even remotely does what I want it to do. Â What do I want to do? Basically I want to add a persistent buff when a Character has an orgasm count of 3 and 4. Testing if it works with orgams count 1 of one through a Statistic condition. But nothing freaking works!!!!! Â I looked for in Wickedwhims for the buff that does exactly what i want. It's the "orgasmic" buff. I have found it, but i can't seem to find out how said buff gets triggered. Can anyone help me?
xxdungeonxx1 Posted November 29, 2024 Posted November 29, 2024 Any help to add a trait from a mod to the list of wicked traits? (like cuckhold or hypofertile) I have a sexual mod that is a chore to add to every npc but with the list provided by wicked whims I could filter by sex or age and give them this trait, but because the mod is not dependant on WW doesnt show in the list. Any help?
fengki21 Posted March 25, 2025 Posted March 25, 2025 so, i've been created broadcast and call single interaction using "affordance" with 11270438951712522986 tuning id in xml.. then wickedwhims exception says, "missing sex instances".. how?
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