Jump to content

WickedWhims


Recommended Posts

Posted
On 7/26/2025 at 2:47 PM, Difeex said:

Thanks for the update, as well as for the New Sex Command: «ww.progress_sex». I managed to write a script program using AutoHotkey V2 to change the sex animations in the game using a "F" hotkey. How it used to be 🙃

 

Would you be willing to share your script by any chance? Or instructions for how to re-create it? I downloaded AutoHotKey but haven't had the time or energy to teach myself how to use it yet.

  • TURBODRIVER changed the title to WickedWhims v185a [2025-07-30]
Posted

Im liking the new body selector ui in the latest update so far as it makes it a lot easier to choose body parts based on occult categories, but i would like to add a suggestion if this hasnt been implemented yet. For selecting individual sim's body parts, there should be an option to choose the global preset that chooses the body part you set for the "Modify All Sims Default Body Parts". This would save time to look for the preset that you choose for that occult's preset if you wish to match with the rest but dont remember what you choose as the default for it

Posted

New Sex Command: ww.progress_sex

 

Remember when the sex progressing keyboard shortcut broke? Yeah.. I still don't have a good solution for that, but I was asked to add this command. Using external applications, like AutoHotkey, you can run this command in the game with a press of a button and it will attempt to progress the sex to the next animation.

 

>>> I ONLY use AutoHotkey for work to speed up sending instant responses to emails, but I've never used it in a game. Can anyone give some guidance on this? Thanks in advance.

Posted

v185a? excellent, i like it. Thank you for dropping this latest update, my lord.

 

(by the way i'm not being sarcastic or mocking even if it appears that way, i'm just roleplaying a bit)

Posted

The issues with the body distortion has not been fixed for the fairy. I've noticed it when fairy sims are at the massage table giving a massage to others and the lower half of their torso keep distorting.

 

When in fairy mode for my sims trying to massage each other, it's taking a very long time for the order to be recognised and acting upon it. when the fairy mode is concealed the orders trigger off without any issue.

 

Changing between fairy concealed and non concealed is ignoring previous state the sim was dressed in, so if they were nude, they are fully dressed up in everyday outfit instead of staying nude.

 

The additional options in body parts is just more work to sort out. Wished Sopure's breast mod was made a default body part for female sims in WW so i don't have to keep going through that every time.

 

 

Posted

Fairy form butts are still broken. They go from normal to Nikki Manji while moving and sometimes disappear.  I am grateful for all the hard work. Male genital's and tongues do seem fixed. Also body part selector has been messed up for occults. 

07-30-25_4-59-55 PM.png

Posted (edited)
On 7/29/2025 at 8:41 PM, daynewmah said:

 

Would you be willing to share your script by any chance? Or instructions for how to re-create it? I downloaded AutoHotKey but haven't had the time or energy to teach myself how to use it yet.

 

Hi. I compiled my script as a mini-application (.exe) using the constructor offered by the AutoHotkey/Ahk2Exe programYou can download them from this link (Google Drive). The Instruction (PDF) at the root. However, there are some features that you should be aware of:

1. The script only
works when you have «The Sims game runningPressing the hotkey will only work in the game window and will not work if you minimize or close the game. I think it's convenient. But to do this, you will have to run my .exe as an Administrator (Windows).

2. If you have selected the file with the settings «F» key only. Any press on "F" in the game window will launch a macro with a set of commands (open console > insert ww.progress_sex > send > close console). At this point, you will see the game console appear for a few seconds and then disappear. You will not be able to type the cheat code «cas.fulleditmode» in the game console, because it uses «f» keyHowever, you can disable script processing by right-clicking on the icon of my application in the system tray and selecting «Suspend Hotkeys».

3. Do not hold down the hotkey button in the game. Firstly, it will do nothing, and secondly, you may be thrown into the game's dialog menu (as when pressing Esc). I set the delay to 100 milliseconds, but when actively tapping the hot key, there may be glitches with the appearance of the game's dialog menu.

p.s. I'm too lazy to write instructions for the AutoKey program. If you are afraid to use my program and want to create a script yourself, write to me.
Have fun 
😉

Edited by Difeex
updated
Posted

Getting an error within WW itself:

 

Quote

Game Version: 1.116.240.1020, WickedWhims Version: v185a, MCCC/BMD/NWP, P:177 S:29 D:0
07/31/25 12:35:53 Traceback (most recent call last):
  File ".\WickedWhims_v185a\turbolib2\events\utils\events_handler.py", line 72, in execute_event_methods
  File ".\WickedWhims_v185a\wickedwhims\sex\features\std\distribution.py", line 55, in _wickedwhims_distribute_std_sleeper_agents_on_zone_load
  File ".\WickedWhims_v185a\wickedwhims\sex\features\std\distribution.py", line 109, in distribute_std_sleeper_agents
  File ".\WickedWhims_v185a\turbolib2\utils\randomization.py", line 89, in weighted_choices
IndexError: list index out of range
TurboLib: [TurboLib] Failed to run '_wickedwhims_distribute_std_sleeper_agents_on_zone_load' method from 'WickedWhims' -> IndexError: list index out of range

 

Posted
12 hours ago, Difeex said:

 

Hi. I compiled my script into a mini-application (.exe) using the constructor offered by the AutoHotkey/Ahk2Exe programYou can download it from this link (Google Drive). However, there are some features that you should be aware of:

1. The
script only works when you have "The Sims 4" (TS4_x64.exe) game runningPressing the "F" hotkey will only work in the game window and will not work if you minimize or close the game. I think it's convenient. But to do this, you will have to run my .exe as an Administrator (Windows). Does not work with the version of the game when using DirectX9.

2. Any press on "F" in the game window will launch a macro with a set of commands (open console > insert ww.progress_sex > send > close console). At this point, you will see the game console appear for a few seconds and then disappear. For example, you will not be able to type the cheat code "cas.fulleditmode" in the game console, because it uses "f" keyHowever, you can disable script processing by right-clicking on the icon of my application in the system tray and selecting "Suspend Hotkeys".

3. Do not hold down the 'F' button in the game. Firstly, it will do nothing, and secondly, you may be thrown into the game's dialog menu (as when pressing Esc). 
I set the delay to 100 milliseconds, but when actively tapping the hot key, there may be glitches with the appearance of the game's dialog menu.

p.s. I'm too lazy to write instructions for the AutoKey program. If you are afraid to use my program and want to create a script yourself, write to me.
Have fun 
😉

 Can you possibly change [F] to [→] instead?

Posted (edited)
3 hours ago, LonerEmperor said:

 Can you possibly change [F] to [→] instead?


No problem. I updated the file storage via the link and added several keyboard shortcuts. Choose which one you like best for your version of the game. Don't forget to read the Instruction (PDF). 

 

p.s. What does RSPK mean? RSPK — Return Sex Progress Key )

Edited by Difeex
etc
Posted

I cant seem to find the body selector since updating WW. I click on sim and then WIcked, then personalization, anatomy/clothing and body selector is not showing up. Im looking around and trying to find it but cant seem to find it. 

Posted (edited)

Kinda shame can't use "Windows" object or location for sex events especially in large groups... because of the flashing or flickering thing. Still can use but kind of annoying to see your screen flickering or flashing every 2 seconds especially with multiple sims using "Windows", going to use the "Walls" for now until it is fixed. Because of the Sims4 Dev manage to break it.

 

The problem: [PC] Items placed in a room 'flicker' when placing/deleting windows and doors | EA Forums - 12229679 

Edited by Magenta147
Posted
On 7/31/2025 at 1:40 PM, Ortikan said:

Getting an error within WW itself:

 

 

 

Can you see if the issue is still there if no other mods besides WW are installed?

 

18 hours ago, gmden72 said:

I cant seem to find the body selector since updating WW. I click on sim and then WIcked, then personalization, anatomy/clothing and body selector is not showing up. Im looking around and trying to find it but cant seem to find it. 

 

Same here - do you have any other mods installed?

If you do, can you test with only WickedWhims, no other mods?

Posted
28 minutes ago, Husk said:

 

Can you see if the issue is still there if no other mods besides WW are installed?

 

 

If i knew there was another mod influencing this i would comply with the request, but this is a module within WW that's causing an error itself. I haven't had any exceptions from MCCC or better exceptions coming up, it's only happening with WW and it's alerting me in the game about the issue.

 

i'd point out i have clean installs of new updates and i clean my cache regularly as i know how much of a mess this game can create left to its own devices. I don't trust the developers or this game on its own. ironically they built it to hand hold us through the content and here i am hand holding it through its own worse design flaws. anyway i've reported on it because it's not something i can deal with, it's mod specific. i've always found ways around mods that cause errors when others are influencing them through MCCC and better exceptions error reporting, so i know specifically how to deal with it.

Posted
31 minutes ago, Ortikan said:

If i knew there was another mod influencing this i would comply with the request, but this is a module within WW that's causing an error itself. I haven't had any exceptions from MCCC or better exceptions coming up, it's only happening with WW and it's alerting me in the game about the issue.

 

Mods can cause problems even if they don't throw LE's, in case you didn't know this already.

 

I have a ton of Mods, as do others, and yours sounds to be a unique problem since I haven't seen others reporting the same thing yet.

 

Of course the idea of removing all Mods is to be certain it's a WW or game issue and not a Mod issue.

It's just a standard troubleshooting method most everyone uses.

 

But my guess is it's something UI related but I doubt it's MCCC.

Posted

I spent time going through mods folder and couldnt find any culprit. I hadnt added any mods other than Nisa and WW. However, I had added a couple of CAS custom sims and those werent the issue either. I finally deleted current version of WW and just for shits I put the July 2 version of WW and everything was back to normal and didnt even get the outdated headline when starting a new game or one of my saved games. 

Posted

has the pee here option been removed now?

 

Posted
19 hours ago, gmden72 said:

I spent time going through mods folder and couldnt find any culprit. I hadnt added any mods other than Nisa and WW. However, I had added a couple of CAS custom sims and those werent the issue either. I finally deleted current version of WW and just for shits I put the July 2 version of WW and everything was back to normal and didnt even get the outdated headline when starting a new game or one of my saved games. 

 Same with me...once i went back everything worked fine... so something they did in the newest patch has messed up their mod for their body selector... I suspect they need to look at the occult lines when it comes to body selector....would be a dead give away that would be a good place to start. To the people saying... it must be bad CC conflicting.... with so much cc out there the mod makers need to be aware that they are gone to run into issues where they are conflicting with existing cc and not demand that the other CC who are making money off their creations too are the ones to blame... just say conflicts with this and move on or just try not to cause conflicts. the heavy handed attitude some are giving off like their mod takes priority over everyone else is getting out of hand... many folks are here trying to make money...

Posted (edited)
On 8/1/2025 at 9:19 PM, gmden72 said:

I spent time going through mods folder and couldnt find any culprit. I hadnt added any mods other than Nisa and WW. However, I had added a couple of CAS custom sims and those werent the issue either. I finally deleted current version of WW and just for shits I put the July 2 version of WW and everything was back to normal and didnt even get the outdated headline when starting a new game or one of my saved games. 

I was writing to say this is what might work for me. I hope so anyway!

I have used the updated Wicked Whims file each time, but every time I logged into the game it said said, "I guess you like broken mods! Update!" even though I had upated to the latest version every time!

I've had the same other mods for a while, and updated the animations I use, although I do not use many mods besides animations, no culling, and some accessories like tattoos, t-shirts and hairstyles.

I logged in today and getting critical error message: cannot retrieve important saved data, and I've only ever had that before when it was a Wicked Whims file specific issue. That was a couple of years ago since that happened, and it was also about critical saved data for sims. I can load in fine. I can even recover a save fine and load it to main screen in-game but when I try to go to a lot all Sims are gone. It's frustrating, of course, because you worry you will never get your precious Sims, families and lots again. 

If deleting the "updated" WW mod file and replacing with the older one doesn't work, the only option currently is to disable all mods, which I don't want to do. I just want to play my Sims as I've made them, though I really appreciate and do contribute to modders work, especially after 10K played and I also make mods. Just for lots and houses/estates.

Edited by magadan2021
Posted

Update!
Yes, removing the most recent Wicked Whims update and using the older version allowed my game/save to load regularly so I could at least save again, and stop losing data and wasting time. 

Posted (edited)

Hey are the SimHub photos supposed to stay in my inventory after I upload them? I can't get rid of them so are they supposed to just stay in the inventory?

 

Specifically it's the instant pics taken during sex. I took another separate pic after and it was deleted after uploading.

Edited by CardinalBirb
added specifics
Posted
2 hours ago, CardinalBirb said:

Hey are the SimHub photos supposed to stay in my inventory after I upload them? I can't get rid of them so are they supposed to just stay in the inventory?

 

Specifically it's the instant pics taken during sex. I took another separate pic after and it was deleted after uploading.

 

I have to use the batch select option to delete/move certain items in my sims inventory, including SimHub photos if there are two or more in a stack. If you've tried that and it still doesn't work, I don't have a solution. Maybe try moving your sim's inventory to household inventory with MCCC cleaner and deleting from there, but that can be pretty annoying.

 

Good luck.

Posted
On 8/2/2025 at 4:40 PM, magadan2021 said:

I was writing to say...

I logged in today and getting critical error message: cannot retrieve important saved data, and I've only ever had that before when it was a Wicked Whims file specific issue. That was a couple of years ago since that happened, and it was also about critical saved data for sims. I can load in fine. I can even recover a save fine and load it to main screen in-game but when I try to go to a lot all Sims are gone. It's frustrating, of course, because you worry you will never get your precious Sims, families and lots again. 
 

 

I have clean "No CC" versions of all my favorite lots uploaded to my EA account, not to share them, although I don't mind showing off, but more so I can always download a clean version if it might be necessary. I backup my tray to an external hard drive from time-to-time as well, but you're never paranoid enough. It's also pretty fun just to browse my own catalog sometimes and see just how truly bad my earliest creations really were. I have a few sims uploaded as well, but it's so hard to remove all the custom content from sims that I have to really, really like the way they look unmodded before I'll go to the trouble.

 

Anyway, they are precious, huh? 😛

 

Good luck with your issues. I hope you get well soon, as they say.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...