4.10 star(s) 47 Votes

FemdomWifeGame

Active Member
Game Developer
Jan 24, 2021
954
2,413
386
It might be a silly question, but functionally is the steam version the same as patreon?
Yes. They are identical.

Patreon is for long term support for those who want to help me throughout several games and longer productions.

Steam is for those who want to help as a one-shot support.

Patreon supporters with 20$+ of support can switch to a permanent itch.io key (same as Steam) to get the game in a permanent manner, if they wish to.

Basically, 20$+ = lifetime ownership, no matter where from.
 
  • Like
Reactions: Rare074

JackDead22

Newbie
Mar 23, 2018
36
105
194
Hello my dearest people, got a new update out for the events mod. As i mentioned in an earlier post i a currently moving so my free time is limited, that why the content has been dry. But i managed to create two brand new scene, including a new cuckolding scene wich many here are going to like (i think xD).


I will drop some new scenes this month, but i cant tell yet when. As always i am open for feedback recommandations etc...
 

KinkySub

New Member
Sep 28, 2024
1
0
0
Is it possible to get more Domina Outfits for Zoe? More Outfits like Latex or Corsets or Boots?

Btw I love this game. It fullfills some fantasies...
 

JackDead22

Newbie
Mar 23, 2018
36
105
194
Is it possible to get more Domina Outfits for Zoe? More Outfits like Latex or Corsets or Boots?

Btw I love this game. It fullfills some fantasies...
Check out my loverslab mod page, i made some clothing that may fit the style you are looking for.
 
  • Like
Reactions: Nikdx
Aug 14, 2023
21
5
30
Yes. They are identical.

Patreon is for long term support for those who want to help me throughout several games and longer productions.

Steam is for those who want to help as a one-shot support.

Patreon supporters with 20$+ of support can switch to a permanent itch.io key (same as Steam) to get the game in a permanent manner, if they wish to.

Basically, 20$+ = lifetime ownership, no matter where from.
so steam version will get updates too right?
 

grim-reaper

New Member
Jul 10, 2020
1
0
31
Great game is it possible to put the save games in the root folder as i have a transportable drive and have to copy the save games to transport drive from main computer then copy back to main computer when home again.
 

ascascsaewAC

New Member
Mar 3, 2023
6
1
13
Hello,

sorry to bother but I am having an issue while trying to mod the game.
So I have tried to add some clothing to the game and it worked perfectly with the default material.
However the moment I tried to attach a texture to it I simply could not because unity told me that I could not modify the given Material.
Screenshot 2025-07-17 092108.png
Warning Showing up in the Editor: "Editing HDRP materials only supported when an HDRP asset assigned"
Unity Version: 2022.3.46f1
Game Version: 1.81f2

I have already tried to lookup the issue online but the posts were only semi helpful.
I have tried to
- reinstall the project
- reinstall the engine (including win, linux and mac support)
- check my msvc packages
- check the quility settings

I do not know if this is the right place to ask for help, however I am hopefull that somebody might have some insights.
Cheers
asc
 

FemdomWifeGame

Active Member
Game Developer
Jan 24, 2021
954
2,413
386
Hello,

sorry to bother but I am having an issue while trying to mod the game.
So I have tried to add some clothing to the game and it worked perfectly with the default material.
However the moment I tried to attach a texture to it I simply could not because unity told me that I could not modify the given Material.
View attachment 5050528
Warning Showing up in the Editor: "Editing HDRP materials only supported when an HDRP asset assigned"
Unity Version: 2022.3.46f1
Game Version: 1.81f2

I have already tried to lookup the issue online but the posts were only semi helpful.
I have tried to
- reinstall the project
- reinstall the engine (including win, linux and mac support)
- check my msvc packages
- check the quility settings

I do not know if this is the right place to ask for help, however I am hopefull that somebody might have some insights.
Cheers
asc
Hello!

Check the cloth example folder in the Mod Builder project. You'll notice that there is an external material.

In Unity when you want to change a material from a FBX, you don't modify the material in the FBX, you override it with a new material.

The easiest way to do that in Unity is to "extract the materials":

1752739110260.png

1/ Select your model
2/ Go in the inspector
3/ Go in the "Materials" tab
4/ Extract the materials

It will create materials in the Project window, next to your model. You can edit those materials.
 

ascascsaewAC

New Member
Mar 3, 2023
6
1
13
Hello!

Check the cloth example folder in the Mod Builder project. You'll notice that there is an external material.

In Unity when you want to change a material from a FBX, you don't modify the material in the FBX, you override it with a new material.

The easiest way to do that in Unity is to "extract the materials":

View attachment 5050583

1/ Select your model
2/ Go in the inspector
3/ Go in the "Materials" tab
4/ Extract the materials

It will create materials in the Project window, next to your model. You can edit those materials.
Hey, thank your for your fast response,

I have already extracted the materials ... as you can see in my screenshot I use the extracted example material of the example mod to show the error. :)

This issue persists even if I create a Material from scratch as soon as I switch to HDRP/lit.

Cheers
asc
 

FemdomWifeGame

Active Member
Game Developer
Jan 24, 2021
954
2,413
386
Hey, thank your for your fast response,

I have already extracted the materials ... as you can see in my screenshot I use the extracted example material of the example mod to show the error. :)

This issue persists even if I create a Material from scratch as soon as I switch to HDRP/lit.

Cheers
asc
OK, I see, it looks like it's missing the HDRP settings in the project settings. It's not something that should have been changed by you, except by mistake.

Which Unity version do you use? The project is known not to work on Unity 6. The official version is 2022.3.46f1, there is a link for it in the readme.

Let's go through it to check your project:

Edit -> Project Settings -> Quality.

You should have something in the pipeline asset field:

1752765367077.png
 

ascascsaewAC

New Member
Mar 3, 2023
6
1
13
OK, I see, it looks like it's missing the HDRP settings in the project settings. It's not something that should have been changed by you, except by mistake.

Which Unity version do you use? The project is known not to work on Unity 6. The official version is 2022.3.46f1, there is a link for it in the readme.

Let's go through it to check your project:

Edit -> Project Settings -> Quality.

You should have something in the pipeline asset field:

View attachment 5051387
As previously mentioned I am using
Unity Version: 2022.3.46f1
Game Version: 1.81f2

I have already checked the quality setting and the graphics setting both do contain a valid asset.
As you can see in the following images.

Screenshot 2025-07-17 220818.png
Screenshot 2025-07-17 220830.png

My current guess would be that it is a different issues with my dependencies
Maybe I am missing MSVC packages because I had a previous installation?

Again thank you for your help
Cheers
asc
 

FemdomWifeGame

Active Member
Game Developer
Jan 24, 2021
954
2,413
386
As previously mentioned I am using
Unity Version: 2022.3.46f1
Game Version: 1.81f2

I have already checked the quality setting and the graphics setting both do contain a valid asset.
As you can see in the following images.

View attachment 5052175
View attachment 5052176

My current guess would be that it is a different issues with my dependencies
Maybe I am missing MSVC packages because I had a previous installation?

Again thank you for your help
Cheers
asc
Oh sorry, I really need to read more carefuly, eh. I'm so used to having modders that are first time users of Unity that my brain just farts away the steps you already took to solve the problem and refuses to aknowledge that you already know what you are doing, lol.

So, it's a very weird problem. I'm a bit confused because when Unity contradicts itself like that, there is usually something very shady going on.

Can you try deleting the "Library" folder?
Secondly, can you create a whole new Unity project, and just copy/past the Assets folder back in it?
 
Last edited:
4.10 star(s) 47 Votes