I plan to take a crack at this as well. First thing I wanna try is to integrate the 9.5.0.1 modded version with the 9.5.0.2 version (unless someone else has done that already)
I believe what you are asking is: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.
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...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.
That would be awesome. I didn't even though that was possible.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 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.That would be awesome. I didn't even though that was possible.
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.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.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.
Wouldn't that be basically the same as what this game already does with the video folders?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.
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.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.
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.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.
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.Wouldn't that be basically the same as what this game already does with the video folders?
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.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.
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.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![]()
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.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.