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.

rty1231

Newbie
Aug 12, 2017
30
4
156
Is there any mod where you can manually move onto next video earlier or end video earlier? For example, assigning to Dance booth and the clip playing isn't what I'm fond of, then I just want to skip to another clip or terminate booth early.
 

Psycox

New Member
Nov 29, 2020
9
12
103
Is there any mod where you can manually move onto next video earlier or end video earlier? For example, assigning to Dance booth and the clip playing isn't what I'm fond of, then I just want to skip to another clip or terminate booth early.
Why not removing the video you are not fond of entirely?
 
  • Like
Reactions: rb813 and Logan1377

Logan1377

Well-Known Member
Feb 13, 2023
1,414
1,951
253
Why not removing the video you are not fond of entirely?
Agreed. If you really don't like a video, just go into the file and delete it. Once you get used to editing the girlpacks, it becomes pretty easy to adjust them to what you want to see and don't.

Beyond that, for me the randomness is part of the appeal of the game. Otherwise, I'd just play basic videos rather than VC.
 

WarblGarbl

Active Member
Oct 10, 2017
541
650
258
Why not removing the video you are not fond of entirely?
Do you have to relaunch the game if you do this? Like if theres a vid I hate and I alt tab to the folder with the vid and delete it, will the vid be unavailable to be retrieved during gameplay?
 

Logan1377

Well-Known Member
Feb 13, 2023
1,414
1,951
253
Do you have to relaunch the game if you do this? Like if theres a vid I hate and I alt tab to the folder with the vid and delete it, will the vid be unavailable to be retrieved during gameplay?
Yes. Any time you change the game file, you'll need to restart. Its a good idea to close it before you do.
 
  • Like
Reactions: WarblGarbl

rb813

Well-Known Member
Aug 28, 2018
1,589
1,100
326
Yes. Any time you change the game file, you'll need to restart. Its a good idea to close it before you do.
I believe I have done some pack testing in the past, where I switched out the contents of a folder and ran a new workday without restarting the game (and it worked fine). For profile images, you definitely have to restart, and it's certainly not a bad idea any time you make a change if you have the time. But I don't think it's absolutely necessary for videos.
 

rajshant

Newbie
May 30, 2018
35
15
111
Not able to seen video in. Game during work assignment, excluding basic girl pack even all other girl pack similar details
 

Psycox

New Member
Nov 29, 2020
9
12
103
Not able to seen video in. Game during work assignment, excluding basic girl pack even all other girl pack similar details
I have a similar issue, however it seems not to affect other people. For me videos that are .mp4 do not work at all. If its .webm videos (VP8 specifically) it works fine.
Try it out on your side, to see if its the same issue. And if it is, let me know if you happen to solve it cause I have yet to find a solution besides converting the videos to VP8 .webm
 

crip0n

New Member
Sep 24, 2017
8
4
34
I have made a powershell script which generates a basic lesson sequence with no text with a series of images. remove the .txt extension to use.

The usage is very simple, put some images into the images/lessons portrait folder, rename than to have numbers at the very end (1,2... 01, 02...) like that as suffix. best use advance renamer to bulk rename them.it will use that as the order in which the lesson plays. than select all images and copy their path (ctrl + shift + c) and run the script.

it automatically creates a lesson.json inside the girls text/lessons folder. if there is no lessons folder it will create one. if there is already a lesson.json it will rename it to lesson1 ..2 ..3 and so on. if no image path is in the clipboard it will not create a file.

it is not important where the script is ran from, because it only takes the path of the girlpack into account.
the script automatically determine portrait and landscape format. portraits will be use as portrait with centered orientation and landscape will be used as backgrounds. that is so that images will not be stretched weirdly.

lastly the text fields will be empty, it can be easily changed when opening the file though. the openess can also be edited inside the file. default openess is 20 - 99 and repeatable. this script is meant to quickly and efficiently create generic event series for any girls. use sites like pornpics com to find full image albums.

Hopefully this will encourage girlpack creators to add some "lessons" events for the girls, without the need to create a whole story or fiddle around with the json structure for every event.

EDIT: removed file, going to update it to include answer branches
 
Last edited:

tooldev

Active Member
Feb 9, 2018
875
845
184
I have made a powershell script which generates a basic lesson sequence with no text with a series of images. remove the .txt extension to use.

The usage is very simple, put some images into the images/lessons portrait folder, rename than to have numbers at the very end (1,2... 01, 02...) like that as suffix. best use advance renamer to bulk rename them.it will use that as the order in which the lesson plays. than select all images and copy their path (ctrl + shift + c) and run the script.

it automatically creates a lesson.json inside the girls text/lessons folder. if there is no lessons folder it will create one. if there is already a lesson.json it will rename it to lesson1 ..2 ..3 and so on. if no image path is in the clipboard it will not create a file.

it is not important where the script is ran from, because it only takes the path of the girlpack into account.
the script automatically determine portrait and landscape format. portraits will be use as portrait with centered orientation and landscape will be used as backgrounds. that is so that images will not be stretched weirdly.

lastly the text fields will be empty, it can be easily changed when opening the file though. the openess can also be edited inside the file. default openess is 20 - 99 and repeatable. this script is meant to quickly and efficiently create generic event series for any girls. use sites like pornpics com to find full image albums.

Hopefully this will encourage girlpack creators to add some "lessons" events for the girls, without the need to create a whole story or fiddle around with the json structure for every event.
While I can see the idea behind it, I am not sure what advantage this should have compared to the base lesson. As far as I understand the mechanic, this will also just raise openness by 1 for each lesson.
 

crip0n

New Member
Sep 24, 2017
8
4
34
While I can see the idea behind it, I am not sure what advantage this should have compared to the base lesson. As far as I understand the mechanic, this will also just raise openness by 1 for each lesson.
Yes it won't change anything gameplay wise, but it will at least play a series of images instead of nothing.
EDIT: i could add a function to actually automatically make question/answer branches, by just naming the images. That way a json with the structure of a real lesson could be easily and effortlessly generated.
 

tooldev

Active Member
Feb 9, 2018
875
845
184
Yes it won't change anything gameplay wise, but it will at least play a series of images instead of nothing.
I personally see the idea as I said but I can also read your script and understand it. Common users copying and pasting things while running powershell is what gets me, because for some simple cosmetics this is not a good approach. The base lesson creates the same result minus a picture but also with much less technical issues that will derive from this. Are you ready to take care of all those people running into rights issues etc?
 

crip0n

New Member
Sep 24, 2017
8
4
34
I personally see the idea as I said but I can also read your script and understand it. Common users copying and pasting things while running powershell is what gets me, because for some simple cosmetics this is not a good approach. The base lesson creates the same result minus a picture but also with much less technical issues that will derive from this. Are you ready to take care of all those people running into rights issues etc?
I'm not quite sure what you mean by rights issues? it just uses the files you already have to create the underlining json structure. Technically there shouldn't be much issues when running the script.
 

tooldev

Active Member
Feb 9, 2018
875
845
184
I'm not quite sure what you mean by rights issues? it just uses the files you already have to create the underlining json structure. Technically there shouldn't be much issues when running the script.
As I said: I understand what your script does, average users will not. The worst advice one can give an average user on a Windows machine is to run some script in powershell, as what you try with the script will require proper rights to access and write. Your account has basically no street cred despite being old, which means you should be willing to support what you offer. People will run into problems and one of the most obvious ones will probably be some lack of enough rights in the shell.
 

crip0n

New Member
Sep 24, 2017
8
4
34
As I said: I understand what your script does, average users will not. The worst advice one can give an average user on a Windows machine is to run some script in powershell, as what you try with the script will require proper rights to access and write. Your account has basically no street cred despite being old, which means you should be willing to support what you offer. People will run into problems and one of the most obvious ones will probably be some lack of enough rights in the shell.
Ah now i understand what you mean. It should work without elevating rights actually, i tried it on a fresh install of powershell. If someone needs help i could make a more detailed tutorial. But as of now it's pretty much plug and play
EDIT: As for security reasons, yeah running some script without looking into it is pretty much always a bad idea
 

Logan1377

Well-Known Member
Feb 13, 2023
1,414
1,951
253
I have a similar issue, however it seems not to affect other people. For me videos that are .mp4 do not work at all. If its .webm videos (VP8 specifically) it works fine.
Try it out on your side, to see if its the same issue. And if it is, let me know if you happen to solve it cause I have yet to find a solution besides converting the videos to VP8 .webm
I have the exact opposite problem, and have on two laptops. One Windows 10, the new one Win 11. MP4 are all great, every time. But when I download a pack that uses .webm vids, none of them play, or they have huge issues. Zero idea what the reasons are for any of it.
 

tooldev

Active Member
Feb 9, 2018
875
845
184
Ah now i understand what you mean. It should work without elevating rights actually, i tried it on a fresh install of powershell. If someone needs help i could make a more detailed tutorial. But as of now it's pretty much plug and play
EDIT: As for security reasons, yeah running some script without looking into it is pretty much always a bad idea
I rephrase: This is the main thread for the game itself, which consists mainly of the end-users. There is an extra thread for the girl packs including stuff like repackaging, reformatting etc. Your script's audience shouldnt be the average joe enduser, unless you make it really idiot-proof and user friendly. Scripts per se are not an enduser tool.

People collecting, re-uploading, creating, maintaining the lists for them are more your audience and those are not in this thread, but in the other one. For end-users your script needs more, like an interface etc. Anyone, who has ever worked with support, shivers when reading your instructions to copy and paste filenames and directories for a script to work properly. The sheer amount of what people can do wrong there, is what makes it the wrong audience in its current form.
 

jonas132

Member
Aug 13, 2019
141
363
204
While playstyles may differ, I noticed that in my games I spend most of the time in the first club upgrades. Finally getting to see the highest sex acts is thus naturally rewarding, but also usually game pace in the endgame is changed from "growing" to "grinding", and I rarely continue playing past Final Club or 2nd Jewel.
That does not prevent me from enjoying the game, but it feels wasteful that the end content is rarely seen. I was thinking about possible ways of getting to see Sex and Group acts in the mid-game. For example, I remember in some earlier versions there were random events after the shift end, and it could be a place to peek at the end content. Or it could be pulled after the Broker work, or actually there are a lot of implementations - the question is if it's only my issue with game.
 
  • Like
Reactions: WarblGarbl

WarblGarbl

Active Member
Oct 10, 2017
541
650
258
While playstyles may differ, I noticed that in my games I spend most of the time in the first club upgrades. Finally getting to see the highest sex acts is thus naturally rewarding, but also usually game pace in the endgame is changed from "growing" to "grinding", and I rarely continue playing past Final Club or 2nd Jewel.
That does not prevent me from enjoying the game, but it feels wasteful that the end content is rarely seen. I was thinking about possible ways of getting to see Sex and Group acts in the mid-game. For example, I remember in some earlier versions there were random events after the shift end, and it could be a place to peek at the end content. Or it could be pulled after the Broker work, or actually there are a lot of implementations - the question is if it's only my issue with game.
I play like this as well. I think one way to change it would be to adjust the balance so as not to spend as much time at the start, and spend more time at the middle stage. Finding implementation for your ideas would be cool too. I wouldn’t know how to design it in game though.
 

Sneakerfan69

Newbie
Sep 21, 2021
16
15
78
Hey everyone, I have a Girlpack downloaded(athena farris) but it is showing 0 video. I remade it myself by moving all the vinds in to a newly created character pack(made by the aplication) all the vids are in teh right format and location and i can play them. I have no clue why it is not working. does anyone know?
 
4.40 star(s) 48 Votes