Jump to content

WickedWhims


Recommended Posts

Posted
On 8/20/2019 at 6:14 PM, CincinnatusC said:

The problem I now find with WW is that the "Quick" variants of those actions no longer clean cum off the sim. So if my sim gave someone a blowjob, using the "Quickly Brush Teeth" option with an Off The Grid sink doesn't remove the cum overlay.

 

Could this please be fixed? Thanks

The addition of napkins would be great

Posted
5 hours ago, -TDSH-_Salvador_ said:

I have a problem with the new version.... when I install it it goes so many warnings and it wouldnt work

 

Are you looking for help or just complaining?

 

If you are asking for help, you need to provide a lot more information:

 

Sims 4 version

WW version

Are you using a Resource.cfg file in your Mods folder?

Are you using WW related mods or addons such as Basemental drugs, Wicked Perversions, CNWW, etc.?

Do you have script mods enabled in your Sims 4 options?

Posted
1 hour ago, Masterlordflame said:

Forgive me if this has already been asked a 100 times already. But is there still a version around that's compatible with The Sims 4 Vers 1.33.48? 

No.  Old versions of the game are not supported either.

 

Most players that want to play old versions of The Sims 4 are pirated, and are not supported in any way.  If you have a legal copy of the game there is no reason to not run the latest version of the game.

Posted

I have a weird issue, my Sim won't undress her bottom when using the toilet.

 

I already checked the settings, toilet undressing is enabled.

 

Her husband who is in the same household undresses his.

 

I already tried 'ww.fix_sim_nude_outfit' and on top of that I checked her other outfits, the other outfits also have this issue.

 

I think this specific Sim is broken... 

 

image.png.e57c6c566d96c9f394846ab7b0f095e0.png

 

Posted
43 minutes ago, -TDSH-_Salvador_ said:

 

WW version v145c

I deleted resource.cfg file

I am using nisa's wicked perversions but I checked by deleting it still occurs. CNWW too

I have enabled script mods 

No need to delete resource.cfg file.....localthumbcache.pkg file is the one that you can delete when adding or removing mods or cc.....

Posted
4 hours ago, -TDSH-_Salvador_ said:

 

WW version v145c

I deleted resource.cfg file

I am using nisa's wicked perversions but I checked by deleting it still occurs. CNWW too

I have enabled script mods 

You need to use a resource.cfg file in your mods folder.  I'll attach mine for you to download.  It should be placed in your Mods folder:

 

The Sims 4/Mods/resource.cfg

 

Is your Sims 4 version 1.54?  It lists the version on the screen below "My Collection" when you are starting up the game.  You can also get it from 'GameVersion.txt' in your Sims 4 folder (below the mods folder).

 

You need to delete all Wicked Perversion and CNWW files until you get your game running smoothly.  This would be very easy for me since I keep mods separated by folder.  For example, I would have the following folders:

 

The Sims 4/Mods/Wicked Perversions

The Sims 4/Mods/CNWW

 

If you keep your mods organized it will make your life a lot easier!

 

Wicked Whims addon type mods such as Basemental Drugs, Wicked Perversions, and CNWW are version dependant on WW.  They must support the version of WW that you are using.  If the versions don't match, the game will blow chunks.  Most other mods are not version dependant like this.  I personally don't recommend CNWW as it has caused too many problems for me in the past.

 

If you threw all your mods into the same base Mods folder then you'll have to download Wicked Perversions and CNWW again and extract them into a separate folder (not Mods).  Then compare the extracted files to the files in your Mods folder and make sure every single one of them has been deleted.

 

You may also want to delete WW and install it again in it's own folder:

 

The Sims 4/Mods/WickedWhimsMod

 

When you install new mods you should always delete this file:

 

The Sims 4/localthumbcache.package

 

Good luck!

Resource.cfg

Posted
6 hours ago, S!mmy said:

I have a weird issue, my Sim won't undress her bottom when using the toilet.

 

I already checked the settings, toilet undressing is enabled.

 

Her husband who is in the same household undresses his.

 

I already tried 'ww.fix_sim_nude_outfit' and on top of that I checked her other outfits, the other outfits also have this issue.

 

I think this specific Sim is broken... 

 

image.png.e57c6c566d96c9f394846ab7b0f095e0.png

 

Is she naked during WW sex?  Do other female Sims undress when on the toilet?

 

You can try and run the ww.fix console command.

 

If the problem is just with one Sims you can try and play a different household/lot, save, and then go back to this one.

 

You may also want to check her hidden traits and see if she has a weird flag that may cause the issue.

 

 

Posted

Hi everyone! I was using "ww.preference_homo 100 male" command to turn all males in the game to gay so they don't ave random sex with the females. It seemed to be working until I updated to the latest version of WW. Now when I run this command it says attractive setting updated but males and females are having random sex interaction. Is there a way to update the attractive settings for all males in the game? I just want to make sure the ladies dont hook up randomly with other males :) . Also one of the female sims seem to change into a body suit when she's taking bath even though she goes nude during sex. Is there a way to change the nude suit? It might not be a WW related problem, I am just not sure. Thanks in advance and have a great day!

Posted

@Blaze1991p - "I just want to make sure the ladies don't hook up randomly with other males"

 

Many animation authors setup their animations to be bisexual.  Due to the lack of proper flags in the animation XMLs, it is a real mess.  I've been trying to do the opposite, 'ww.preference_hetero 100 all'.  I still get male on male action.  It takes a lot of work to sort it all out.  I've had to disable the worst offending animations which is a long and painful process.

 

This is the code that causes so much trouble in the animation XMLs:

 

<T n="animation_genders">BOTH</T>

 

This flag is used a lot so essentially everyone would be able to use the animation.  This is the reason most animations mods are setup for bisexual relationships.  There are one or two authors who just release heterosexual animations or homosexual animations but most do not.  There is a WW option that forces gender preferences to be applied to everyone in the group.  The problem with this option is that it will exclude a LOT of animations, even animations that aren't a problem.  It will block most group sex animations so you would end up with mostly two Sim sex groups (pairs).

 

Additional flags also need to be introduced in the animation XMLs such as:

 

Cock involved - YES/NO

Strapon involved - YES/NO

Penetrator - YES/NO

Penetrated - YES/NO

 

These would have to be added to every sex position and for every sex stage in the animation XMLs.  I'm sure other flags would have to be added also, these are just the ones that come to mind.

 

TURBODRIVER has implemented several fixes and workarounds to this problem but the issue really isn't fixable by him (unless he wants to set a new XML standard for the animations and redo all the existing animation mods - EXTREMELY TIME CONSUMING).

 

To really fix the problem properly, all the animations would have to be redone with lots of additional flags.  There are things you can do to help, such as setting all the WW options properly but the main issue is that WW uses a badly outdated XML system for the animations.  Sorry, but there isn't a good answer on this one.  :(

 

Posted
13 hours ago, S!mmy said:

I have a weird issue, my Sim won't undress her bottom when using the toilet.

 

I already checked the settings, toilet undressing is enabled.

 

Her husband who is in the same household undresses his.

 

I already tried 'ww.fix_sim_nude_outfit' and on top of that I checked her other outfits, the other outfits also have this issue.

 

I think this specific Sim is broken... 

 

image.png.e57c6c566d96c9f394846ab7b0f095e0.png

 

Use ww.fix without the nude addition and it will fix it. 

Posted

What are the requirements/triggers that allow a sim to invite a peeping sim into the house for sex?  I can't seem to find any specific pattern.

Posted

Is there a setting to prevent random townies from popping into your house uninvited to woohoo in Sulani? Apologies if this has already been answered. :( 

Posted

It's weird that NPCs get pregnant when they did not have sex with anyone ever. Some NPCs in my save have full 0s in their sim stats but got pregnant once or twice. Am I doing something wrong in settings? 

P/s: I turn on "NPC pregnancy switch". Is this why this happened? sorry for my English

Posted

I would love being able to undress any part of an outfit when doing naturism/exhib actions in the same way you can during sex. It suck having an outfit that works fine for sex but not for exhib.

For example, I have a jacket accessory tied to my left hand, I can choose to remove the left hand item during WW sex animations, but I get no such option when doing exhib and the jacket stays on even when I order my sims to fully undress.

 

Also, I don't know if this is possible, but I'd love the option to play strip games when interacting with multiplayer games like chess and such, and the option to wager a specific piece of clothing would the cherry on the cake.

Posted
4 hours ago, Witch69 said:

Haven't played for quite a while... Now I see there are cool new features, like Attractiveness, however I have a problem regarding it... How I can make all males hetero now, or females bi/hetero etc.? Gender preference command now says something like "attractiveness is on" so it changes nothing. Does setting gender attractiveness for a sim makes him only like this gender more or this sim still will have a chance for another one to have sex with him? Thanks. Great updates, makes game much more interesting :)

Read my reply to Blaze1991p on the previous page as it will answer some of your questions.

 

Make all male Sims heterosexual:  ww.preference_hetero 100 male

Make all female Sims bisexual:  ww.preference_bi 100 female

 

You will also need to set the appropriate settings in WW options.

Posted

@Krag

 

You can. There's a "cheat" option under sex category, manual undressing or something. Works for any Sim. However, Sims will try to dress up if they

don't feel comfortable.

 

Have a nice day.

Posted

I have a problem after last update. I dont have any whicked option on the floor. I can interactiv only with things like bed, chair, table etc. 

In mod folder i have only WW and some of CC (clothing, make up, hairs). Do i have to reinstall sims or something like that?

Posted
20 minutes ago, Kainras said:

I have a problem after last update. I dont have any whicked option on the floor. I can interactiv only with things like bed, chair, table etc. 

In mod folder i have only WW and some of CC (clothing, make up, hairs). Do i have to reinstall sims or something like that?

More information is needed:

 

Sims 4 version?

WW version?

Are you using a Resource.cfg file in your Mods folder?

Are you using WW related mods or addons such as Basemental drugs, Wicked Perversions, CNWW, etc.?

Do you have mods and script mods enabled in your Sims 4 options (they get disabled with new Sims 4 patches)?

Posted

so with this new update idk why but when there is more then 2 people trying to have sex it wont let them cuz one of the sims refused to let them join. I have always accept switch for the longest time and now its doing this isk what going wrong but I do need help with is. 

Screenshot (219).png

Screenshot (220).png

Posted
1 hour ago, ohlordyohgod said:

so with this new update idk why but when there is more then 2 people trying to have sex it wont let them cuz one of the sims refused to let them join. I have always accept switch for the longest time and now its doing this isk what going wrong but I do need help with is. 

Screenshot (219).png

Screenshot (220).png

 

There are three setting that can cause this (that I'm aware of).  Try unchecking the following options:

 

Sex Privacy Switch (shown in your image above)

 

Autonomy Awareness:

 

Risk Roll (see attached image)

 

Joining Sex Gender Compliance Switch (see attached image)

 

 

Sims 4 WW Autonomy Awareness.jpg

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