Jump to content

WickedWhims


Recommended Posts

Posted (edited)
1 hour ago, eldefinn said:

am i blind or the option to disable undressing for sex via shift click menu doesn't exist anymore? it was so useful when combining ww with nisa wp to not have to redress the hoes after each client...

It is can be done in the wickedwhims menu.

1. click on any sim, and go to Wicked...->Settings...->WickedWhims Settings->Sex Settings->Sex Interaction Settings->Sex Outfit Settings->Change which ever you want to change.

That is what I know of, if the location changed, someone can correct and write the right location of it.

 

 

Edited by ioawdfv
Posted
23 hours ago, CardinalBirb said:

oh dang didn't know it would take that much setup haha. i have ageing disabled so that should be nice at least. do you have any strip club/brothel venue you can share?

The couple I've created have too much custom content. I usually use a 20x30 lot. Bar and dance area in the front. Plenty of seating with spots for lap dances and maybe a few tables. Platform raised with poles and dancing spots. Low fence around the platform and a gate to keep out customers. Have the owner right click the gate and  lock for all but employees. This keeps customers from going up on stage. Do the same to block off the bar. Section in the back for several identical bedrooms for the prostitutes to use. You also need trash disposal (apartment trash chutes work best) and restrooms.  

Posted (edited)

Hello, I have a bug I think. I'm not sure if its related to wicked whims or if its another mod interfering but my sims will have sex with any 1 on 1 sim no problem but when i click ask to join for another sims for 2 on 1, the sex initiates, the sim will walk over to the other 2, all sims will disappear like its starting and then nothing. Nothing happens after that. the game time even stops and does not progress while in play mode. When I press 'esc' during this time the wicked whims moodle will move from the qued up position to start position below. if i wait for the default sex time is up ( 3 Min) the sex will stop, the sims will reappear like the session is over and everything is normal again. Its frustrating and i dont know whats wrong. Please help. Thanks!

Edited by TRIQY
Posted
1 hour ago, TRIQY said:

Hello, I have a bug I think. I'm not sure if its related to wicked whims or if its another mod interfering but my sims will have sex with any 1 on 1 sim no problem but when i click ask to join for another sims for 2 on 1, the sex initiates, the sim will walk over to the other 2, all sims will disappear like its starting and then nothing. Nothing happens after that. the game time even stops and does not progress while in play mode. When I press 'esc' during this time the wicked whims moodle will move from the qued up position to start position below. if i wait for the default sex time is up ( 3 Min) the sex will stop, the sims will reappear like the session is over and everything is normal again. Its frustrating and i dont know whats wrong. Please help. Thanks!

 

 

Posted
20 hours ago, eldefinn said:

am i blind or the option to disable undressing for sex via shift click menu doesn't exist anymore? it was so useful when combining ww with nisa wp to not have to redress the hoes after each client...

to expand on this, i figured out, it's still in the shift click menu on sim under wicked>sim tuner now, a little bit more hidden but eh, still present

Posted

Just a query. I think this might have already been covered. Is there a new updated bottom half rig for fairies thats been worked on? I'm getting the standard stretchy genitals issue. 

 

Posted
18 hours ago, kheldarath said:

Just a query. I think this might have already been covered. Is there a new updated bottom half rig for fairies thats been worked on? I'm getting the standard stretchy genitals issue. 

 

It should be fixed if you're using the latest version of the mod.

Are you sure you are?

Posted

Is there a way to lock gender preference for a specific sim? I'm tired of setting gender preference and having the male/female settings shift depending on who they happen to be having sex with. I thought there was a setting in WW to enable/disable preference dynamics, but I sure can't find it, so I'm probably thinking of something else.

 

Anyway, if anyone knows  - thanks in advance.

Posted
On 7/30/2025 at 7:36 PM, Difeex said:

 

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 
😉

This is so helpful, thank you so much!!

Posted
On 8/9/2025 at 11:38 PM, mle said:

Is there a way to lock gender preference for a specific sim? I'm tired of setting gender preference and having the male/female settings shift depending on who they happen to be having sex with. I thought there was a setting in WW to enable/disable preference dynamics, but I sure can't find it, so I'm probably thinking of something else.

 

Anyway, if anyone knows  - thanks in advance.

should be a game setting in thr sexual prefs about "willing to mess around with yadi yada" or something close to it

Posted
On 8/10/2025 at 8:24 PM, eldefinn said:

should be a game setting in thr sexual prefs about "willing to mess around with yadi yada" or something close to it

 

 

Thanks, yeah. I've been using the WW cheat options, but they're applied globally and I just want to be able to lock the gender preference percentages and I can't find a way to do that.

 

Appreciate the response. Thanks

 

  • TURBODRIVER changed the title to WickedWhims v185b [2025-08-14]
Posted

Hey guys, I've adapted my Autohotkey script to use the ww.progress_sex command on the "F'" key press, hope it can be useful :

 

F::
Send ^+C ; Press Crtl + Shift + C to open console
Sleep, 100 ; Wait 100ms
Send "ww.progress_sex" ; Write command
Sleep, 100 ; Wait 100ms
SendInput {enter} ; Press Enter
Sleep, 100 ; Wait 100ms
Send ^+C ; Press Crtl + Shift + C to close console
Return

 

You can replace the "F" in the first line to change the key you need to press, I personally use "MButton" to use the middle mouse button. You might want to adjust delays, I've found shorter doesn't work as well as the text is typed too fast

Posted
On 8/1/2025 at 2:03 PM, Scorpio said:

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.

Latest WW patch just flat out confirmed it is a WW Mod issue, as i knew it was.

Posted
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. 


That's what I had to do. I had to go back to using the July version because the newer one made critical save errors, so none of my sims would appear in game. 

I downloaded the update from yesterday and will test it, and hope it all works normally. I don't have a ton of mods except WW, Nisa's, two basic sliders, penis skins and household decorations. 

Posted
On 8/4/2025 at 12:32 AM, mle said:

 

 

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

I had to roll back to July version and have been using it until today. I downloaded the new one and will test it out. Thanks!

Posted

To say the phone interaction is disabled and on silent, that fucker sure goes off a whole lot. Actually, more during sex than not. That feature is completely broken.

Posted

i have a few issues with sliders breaking the UI but also a WW issue too i think so posting below for extra info to share

lastException.txt

Posted

SE non sbaglio lo staff di the sims 4 ha lasciato un aggiornamento degli script 20 ore fa e la wicked del 14 agosto non funziona non fa entrare nelle partite speriamo ci sia un aggiornamento nuovo. Grazie

Posted (edited)
25 minutes ago, chicca66 said:

SE non sbaglio lo staff di the sims 4 ha lasciato un aggiornamento degli script 20 ore fa e la wicked del 14 agosto non funziona non fa entrare nelle partite speriamo ci sia un aggiornamento nuovo. Grazie

i can load in game just fine, i had an issue with pancake1-ColorUI-slider, once i removed that everthing seems fine, obviously everyones games will be different because not everybody uses the same mods, but its 100% a mod thats preventing you from loading into a household, move your entire mod folder out to your desktop and you will see it will let you load straight into any world...just DONT save it for obvious reasons.

 

Edited by Mellor81
Posted

I giochi di the sims4 sono uguali per tutti senza eccezioni io uso solo la wicked e non mi ha mai dato problemi ma se cambiano gli script di conseguenza la mod deve essere aggiornata con gli script compatibili del gioco .  Anche altre mod vengono aggiornate se fanno aggiornamenti del gioco è normale.,  anche in breve tempo. Ma ho visto che con la wicked ci vuole anche una settimana.  Ma fa lo stesso almeno il gioco è pulito.

 

Posted (edited)
28 minutes ago, chicca66 said:

I giochi di the sims4 sono uguali per tutti senza eccezioni io uso solo la wicked e non mi ha mai dato problemi ma se cambiano gli script di conseguenza la mod deve essere aggiornata con gli script compatibili del gioco .  Anche altre mod vengono aggiornate se fanno aggiornamenti del gioco è normale.,  anche in breve tempo. Ma ho visto che con la wicked ci vuole anche una settimana.  Ma fa lo stesso almeno il gioco è pulito.

 

its not the same for everyone at all, some mods will effect some and not others depending on what other mods each other uses, conflicts etc, we are playing just fine, we can loads into worlds again now without issue, your problem is one of your mods, all mine have been updated and ive just solved the world loading issue for at least 20 other people now who were all using the same mod and after they removed it are all playing again with gratitude, if you dont want to make the effort to find what it is for you then you'll just have to wait for every mod you have to be updated

Edited by Mellor81
Posted
5 hours ago, Mellor81 said:

i can load in game just fine, i had an issue with pancake1-ColorUI-slider, once i removed that everthing seems fine, obviously everyones games will be different because not everybody uses the same mods, but its 100% a mod thats preventing you from loading into a household, move your entire mod folder out to your desktop and you will see it will let you load straight into any world...just DONT save it for obvious reasons.

 

Presumably everyone commenting for support in the Wicked Whims support thread is using wicked whims. chicca66 point that wicked whims can take a bit to update is also correct as it seemingly has a lot of moving parts to deal with when a script update happens for Sims 4. I check, but an update taking until the weekend or later wouldn't surprise me.

 

"if you dont want to make the effort to find what it is for you" This comes across as unnecessarily aggro, to be honest.

 

"at least 20 other people now who were all using the same mod and after they removed it are all playing again with gratitude" Why omit this 'same mod' here? It leaves the reader to wonder, as chicca66 asked, if it was wicked whims or something else.

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...