What would you like me to add to the game in the next update?

  • The connection (police) mechanic. This would be a new "currency" and a new batch of upgrades.

  • More events and the possiblity for the packmakers to add some in their packs.

  • The possbility to train the skills of the girls

  • Progress the story and add story missions (mostly focused on Nicole)

  • Something else (tell me either by PM or in this thread).


Results are only viewable after voting.

Logan1377

Well-Known Member
Feb 13, 2023
1,413
1,948
253
Good luck, guys! I'd love to see your alternate takes on it. I'm sure plenty of us would be happy to help you test it.
 

CaptC

Active Member
Nov 20, 2019
655
1,354
235
Just a few entries above yours, is a discussion about new developers picking up the code. So the answer is, "maybe, maybe not."

Check back later!
 

Coyote01

Member
Jan 26, 2020
424
673
298
Hi everyone...

I have the following problem with Nicole Aniston. Starting with Facing Vagnial, I have the problem that when I unlock it via her store and reload the game, she can no longer use this ability. I can't unlock it in her store either, because I had already unlocked it. It's the same with back vaginal, anal and so on. Solo, pose and foreplay actions work without any problems after activation. Can someone perhaps tell me why this may be?

lg
 

CaptC

Active Member
Nov 20, 2019
655
1,354
235
Has your club progressed to offering that sex action? If not, Nicole won't do it in the club, regardless of what the two of you get up to in your private lives.
 

Protosicario

New Member
Apr 3, 2018
5
3
163
Would anybody be able to point me to where I could change the portrait change breakpoints? I'm not a game dev or anything but mod most things to my liking. Right now I'm just looking to change the portraits to the act that occurs at that level of openness. For instance instead of portrait 25, it would be portrait 17 with a full nude pose. Instead of portrait 50 it would be portrait 34 with a handjob or titjob pose. Any help on this would be appreciated.
 

Psycox

New Member
Nov 29, 2020
9
12
103
Would anybody be able to point me to where I could change the portrait change breakpoints? I'm not a game dev or anything but mod most things to my liking. Right now I'm just looking to change the portraits to the act that occurs at that level of openness. For instance instead of portrait 25, it would be portrait 17 with a full nude pose. Instead of portrait 50 it would be portrait 34 with a handjob or titjob pose. Any help on this would be appreciated.
I believe what you are asking is:

StaticStrings.cs - contains the variables
RegisterGirl.cs - contains the logic

Good luck and do share with everyone your idea if you happen to make it work :)
 
  • Like
Reactions: rb813 and Logan1377

Coyote01

Member
Jan 26, 2020
424
673
298
Has your club progressed to offering that sex action? If not, Nicole won't do it in the club, regardless of what the two of you get up to in your private lives.
Yes, of course... she has already worked with it...she also has the openness to do so... but as soon as I load new ones, she can't do it anymore...
 

Logan1377

Well-Known Member
Feb 13, 2023
1,413
1,948
253
Would anybody be able to point me to where I could change the portrait change breakpoints? I'm not a game dev or anything but mod most things to my liking. Right now I'm just looking to change the portraits to the act that occurs at that level of openness. For instance instead of portrait 25, it would be portrait 17 with a full nude pose. Instead of portrait 50 it would be portrait 34 with a handjob or titjob pose. Any help on this would be appreciated.
That would be awesome. I didn't even though that was possible.
 

rb813

Well-Known Member
Aug 28, 2018
1,588
1,099
326
That would be awesome. I didn't even though that was possible.
I would actually love it if there was a mod that made it so you could dump a bunch of images into the image folder (with no specific file names), and it would pick a random one to display every time you click on the girl. But that's probably just me. I've been craving a game that has the same "dump any file in the appropriate folder and it'll show up in the game" architecture as Venus Club, but for images.
 
  • Like
Reactions: Logan1377

tooldev

Active Member
Feb 9, 2018
874
843
184
I would actually love it if there was a mod that made it so you could dump a bunch of images into the image folder (with no specific file names), and it would pick a random one to display every time you click on the girl. But that's probably just me. I've been craving a game that has the same "dump any file in the appropriate folder and it'll show up in the game" architecture as Venus Club, but for images.
Technically this isnt complicated to do but unsecure as hell. It would require the application to scan the folder without any discretion, which is a big no go even for a junior programmer.
 

Logan1377

Well-Known Member
Feb 13, 2023
1,413
1,948
253
I would actually love it if there was a mod that made it so you could dump a bunch of images into the image folder (with no specific file names), and it would pick a random one to display every time you click on the girl. But that's probably just me. I've been craving a game that has the same "dump any file in the appropriate folder and it'll show up in the game" architecture as Venus Club, but for images.
Randomness would be interesting too. But if there were a way to have a series of phots from fully clothed, to topless, to naked, to various sex acts, it would feel like it added another layer of progression and depth. As is, I'm often conflicted choosing between more mundane clothed pics and hotter nude ones.
 

espy85

Member
Sep 28, 2019
189
243
194
Sorry guys, but I can't use MEGA. When I click on the link on the page it always sends me to the Mega home page, but it doesn't let me log in. Can you help me?
 

rb813

Well-Known Member
Aug 28, 2018
1,588
1,099
326
Technically this isnt complicated to do but unsecure as hell. It would require the application to scan the folder without any discretion, which is a big no go even for a junior programmer.
Wouldn't that be basically the same as what this game already does with the video folders?

Randomness would be interesting too. But if there were a way to have a series of phots from fully clothed, to topless, to naked, to various sex acts, it would feel like it added another layer of progression and depth. As is, I'm often conflicted choosing between more mundane clothed pics and hotter nude ones.
That's what's great about randomness, "now you don't have to choose," lol. Of course, if this functionality was added for images, I'm sure it could also be implemented where the random image folder had more specific subfolders like the videos already do.
 

WarblGarbl

Active Member
Oct 10, 2017
541
648
258
That's what's great about randomness, "now you don't have to choose," lol. Of course, if this functionality was added for images, I'm sure it could also be implemented where the random image folder had more specific subfolders like the videos already do.
There is an issue with trying to add more functionality for getting random images with this game in the sense that many mods are already made. You’d have to ensure a way to keep backwards compatibility for the hundreds of girlpacks already completed. It’s not really feasible to ask for those packs to include new photos for the new random ranks.

I am fiddling around with modding stuff so I’ll take a look at the photo stuff to see how it works.
 

tooldev

Active Member
Feb 9, 2018
874
843
184
Wouldn't that be basically the same as what this game already does with the video folders?
No. It still follows a certain logic which means an intrusion attempt has to follow that logic at least. What you are asking for is how the bad stuff ends up in seemingly harmless software.
 

rb813

Well-Known Member
Aug 28, 2018
1,588
1,099
326
There is an issue with trying to add more functionality for getting random images with this game in the sense that many mods are already made. You’d have to ensure a way to keep backwards compatibility for the hundreds of girlpacks already completed. It’s not really feasible to ask for those packs to include new photos for the new random ranks.

I am fiddling around with modding stuff so I’ll take a look at the photo stuff to see how it works.
Maybe that could be solved by having the code check the girlpack's JSON data, if it doesn't have RandomImages: true" or whatever, then it would just do images the same way the game normally does, instead of the random way.
 
  • Like
Reactions: WarblGarbl

Protosicario

New Member
Apr 3, 2018
5
3
163
I believe what you are asking is:

StaticStrings.cs - contains the variables
RegisterGirl.cs - contains the logic

Good luck and do share with everyone your idea if you happen to make it work :)
Thank you for this. I did end up editing those two files in VisualStudio as well as GirlClass.cs I got it working in the way that I wanted but I'm not sure how I would go about sharing it unless people just want those three files. As a person has already mentioned, there is already a ton of girlpacks and mods like the girlpack editor that assume the 25,50,75 breakpoints and I don't expect them to change. This was more of a personal project and for my own installation I will go in and edit the girlpack portraits for my favorite girls that I usually play with. If people want them I've attached the files below but I want to emphasize that I'm not a developer and all I really did was change some variables. Also you can't just drag and drop them into your base game installation. They're under Assets\Scripts in the VCHH_source_code that Disgruntler linked and you would have to replace them and then rebuild and run in Unity. The portraits you would want in your girlpacks to make sure it works are 17,34,50,67,83. Pose, HJ, BJ, Sex, Group respectively.
 

abcomfg

Newbie
Nov 2, 2018
51
123
166
Would anybody be able to point me to where I could change the portrait change breakpoints? I'm not a game dev or anything but mod most things to my liking. Right now I'm just looking to change the portraits to the act that occurs at that level of openness. For instance instead of portrait 25, it would be portrait 17 with a full nude pose. Instead of portrait 50 it would be portrait 34 with a handjob or titjob pose. Any help on this would be appreciated.
In my current build, I have implemented the above suggestion as an option toggle (so you can switch between the performance breakpoints and the default ones). As others have said, any change to girls should be backwards compatible to avoid breaking all the girlpacks that are out there. Many girlpacks come with more than the default number of portraits for player preference, but increasing the number of portraits used in game might be tricky.

Speaking of, I've been slowly looking through the codebase and how to work around it (haven't used Unity in like 8 years, and only then it was just a little bit). I've mostly been doing some layout changes (WHY ARE ALL THE BOXES MANUALLY SIZED) and some bugfixing.

I asked RaivoAsdf if they could send me the code changes for the autoplay mod they did and I'm still waiting for a response. In the meantime, I could release what I have atm if people want. There aren't any real gameplay changes outside of whatever is in the source code, which to me looks like 9.5.0.2 with a few minor differences. If Disgruntler could let us know what kind of state they left the game in, that would be appreciated.
 
4.40 star(s) 48 Votes