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.

CaptC

Active Member
Nov 20, 2019
655
1,354
235
Suggestion 2: I don't know if the way the Bios of the girls are handled is WIP or not, but the longer ones get ridiculously small. Is there a way to have the font size stay always the same but to make the textbox scrollable? That would be cool
I kind of like it the way it is now. But then again, I always modify the bio.txt file to keep them short and snappy.
 

Disgruntler

Well-Known Member
Game Developer
May 2, 2021
1,059
1,141
229
Disgruntler

Thank you for fixing the framerate issues! It's fine now.
Yusss! Thank you for pointing it out!

A bit more feedback, things that I found.

Girls won from the Lottery start their 1st workday at 100 Energy instead of the value with bonus from Cook Upgrades.
I can fix that, this is definately something I overlooked.

Girls can reach negative Energy values. I'm guessing it might be because going to school and working full time is a bit much for them.
This is intentional, as to avoid getting 'free school days' if you send them the day they work. It's the only way in the game to hit negative energy.

A suggestion 1: Is there a posibility to add girls bonus skill (Overarchiever etc.) to the Booth Minigame screen? Or is the absence of that stat intended. I know it's nice to have to memorize things so the game doesn't get too unchallenging but with more and more girls it becomes up to impossible. Either way i can live without it but it would be nice.
It would be nice. I wanted to get the system up and running first, then QoL things like this. It's on my to-do-list.

Suggestion 2: I don't know if the way the Bios of the girls are handled is WIP or not, but the longer ones get ridiculously small. Is there a way to have the font size stay always the same but to make the textbox scrollable? That would be cool
The bio is something that's taking up real estate and mindspace that I'd like to devote to other systems, unfortunately. I'm not promising I won't--the sort in the buy menu was something I backburnered until I figured out a solution which is now enabling some new content I'm working on

And: your signature links to version 3.7 but 4.7 seems to be the newest according to your post above.
Fixed it. The .7z is the file format, I'm using .7z to compress it.

So all in all minor things and nothing gamebreaking. Thanks for all your work. :)
Thanks for being the test guineapig!
 

DudeBro79

Member
Jun 8, 2020
436
327
206
Thanks for all the work continuing the game!

I'm noticing the background music stops as soon as I leave the title screen with the recent patch. Starting a new game or going to the "load game" screen kills the music entirely. Sound from the girls' videos is intact. Am I just missing a setting somewhere?
 

Disgruntler

Well-Known Member
Game Developer
May 2, 2021
1,059
1,141
229
Thanks for all the work continuing the game!

I'm noticing the background music stops as soon as I leave the title screen with the recent patch. Starting a new game or going to the "load game" screen kills the music entirely. Sound from the girls' videos is intact. Am I just missing a setting somewhere?
Issue that was from the original. The fix: Create a Musics folder in the same directory, and in that, create a Work folder and a club Folder. That was just me forgetting to toss the blank folders in there.

Also, if you convert some mp3s into .ogg, you can toss them into those folders and have your own music. I happen to do so, so this was just a result of me moving my oggs from the test build to the real build on my end.

EDIT: I have solved the problem on the code end. The way it works on your end is that it first puts the name of the music directory in the musicfilelist as a temporary placeholder and then it uses that, takes any files in the music directory, and sticks them in there. Then later, it checks to see if this is blank. If it is (meaning the directory is there but no files) it goes on with the default music, otherwise, it uses that as a music list.

However, what happens if you don't have the directory at all is it still sets the directory name as the list, and goes 'I can't find a directory to find files in uhhh uhhh i don't know what to do' and panics and just moves on. Which means that the music list isn't blank, but still has no music.

The fix to this is to put in a thing where if it doesn't work, the game just goes 'well, something didn't work, let's just make this blank' and now we should never see this issue again if I neglect the blank folders.
 
Last edited:

4bjvc

New Member
Feb 22, 2019
11
3
211
Hi just like to say that I really enjoy the QoL change in the HH version.

Just a question, seems the change of portrait picture feature (portrait25, 50 etc) is not working after save then load again, is that to be expected?
 

Disgruntler

Well-Known Member
Game Developer
May 2, 2021
1,059
1,141
229
Hi just like to say that I really enjoy the QoL change in the HH version.

Just a question, seems the change of portrait picture feature (portrait25, 50 etc) is not working after save then load again, is that to be expected?
Just to clarify, this isn't a new feature. It was there before I came along. I'm just the poor guy who found it in the source code.

That said, game's haunted. You're encountering a very similar behavior that I find when I try to get Scramble Mode working. The only thing keeping Scramble Mode from going live is the fact that saves and loads--specifically portraits--just fall apart---and if you have a booth game based around dragging portraits, this is very bad. I've tried a couple different implementations and neither have worked, just because of the portrait system not quiiiiiiiite playing well with the saving and loading.

I have a good guess as to what's going on but... I haven't found/noticed the code that proves it yet. And time spent fighting with it is time not spent working on other things.
 

phlore101

Member
Jun 28, 2017
388
181
275
I have noticed that lessons are very temperamental. Sometimes they work, sometimes they don't. If they don't work it just means I get the default one with the 4 dummy answers. Anyone else experiencing this?
 

Disgruntler

Well-Known Member
Game Developer
May 2, 2021
1,059
1,141
229
I have noticed that lessons are very temperamental. Sometimes they work, sometimes they don't. If they don't work it just means I get the default one with the 4 dummy answers. Anyone else experiencing this?

It means that that girlpack has, in its lessons folder, the 'example lessons' and that the girlpack creator hasn't taken them out.

To fix that, go into that girl's girlpack, and remove the lessons.
 

phlore101

Member
Jun 28, 2017
388
181
275
It means that that girlpack has, in its lessons folder, the 'example lessons' and that the girlpack creator hasn't taken them out.

To fix that, go into that girl's girlpack, and remove the lessons.
It's not going to be a problem if a girl doesn't have anything in the lesson directory at all right? Seems like a pain to go through each directory to find them. I just want to search for example.json and delete them all in one go.
 

Disgruntler

Well-Known Member
Game Developer
May 2, 2021
1,059
1,141
229
It's not going to be a problem if a girl doesn't have anything in the lesson directory at all right? Seems like a pain to go through each directory to find them. I just want to search for example.json and delete them all in one go.
Naw, if there's no directory, it goes to the default safely. It's not like the music alg.
 

Disgruntler

Well-Known Member
Game Developer
May 2, 2021
1,059
1,141
229
So I was doing a run through last night on the new build and during the the use of Foreplay I ran into the problem a few times with Annissa Kate
I'm running into this with Tasha Reign right now, and I'm testing something. Will get back to ya'll.
 

scutterhutdev

Newbie
Game Developer
Aug 29, 2020
71
121
108
Im running into a weird issue. Girlpacks loading fine, videos playback is flawless. Portrait images not loading at all. On VC HH V3 and V4, windows 10. anyone seeing the same issue? or know a fix?

EDIT: Fixed with a computer restart!
 
Last edited:

jessiLESBIAN

Newbie
Oct 8, 2018
71
25
38
v8.1.h.4 is live.

Not a big change.

Bug fixes for the page menu in the recruitment page.
A catch for underflow errors with girls' personal cash.
Overachivers should be working correctly
Duo-girl-events are purposefully broken but you won't notice because who only uses Madison Ivy amirite?
There are now sort options in the recruitment page, including sort by cost.
thanks
 

Morkar

Well-Known Member
Aug 9, 2016
1,223
714
372
good work withhappy hour mod but

There is still a lack of a mechanic for training/interacting with the girls like in UTSC, I don't mean opening the gallery and seeing the scenes, but rather the context of making, for example, the girl dance for you or have sex with her or if I'm explaining myself
 

DOaccolon

Newbie
Oct 26, 2020
41
6
62
Thanks for all the work continuing the game with QoL-features!

But I dont know how to raise points of the connection mechanic in the game. It stays at 0 points.
And some improvements require 1 to 4 connection points. Am I missing something?

Thx for help.
 

Disgruntler

Well-Known Member
Game Developer
May 2, 2021
1,059
1,141
229
Thanks for all the work continuing the game with QoL-features!

But I dont know how to raise points of the connection mechanic in the game. It stays at 0 points.
And some improvements require 1 to 4 connection points. Am I missing something?

Thx for help.

You need to make sure you do your office missions. First you need 3 girls, then 4 dispensery services, then a minimum amount of openness, a minimum amount of rep, and once you've done those four you'll have 5 influence and have unlocked the Gespote Crime Family. Go into the Gespote menu towards the top of the screen, and buy Patronage. If you're at the point where you're getting connection upgrades, you should be able to do this easily.

You'll have a mission to buy something from them at this point, so might as well turn that in for your first Connection, but you'll see politicians coming to your club all the time after this. As well, the crime options are essentials for getting a good resource flow for money and influence as well.

good work withhappy hour mod but

There is still a lack of a mechanic for training/interacting with the girls like in TISC, I don't mean opening the gallery and seeing the scenes, but rather the context of making, for example, the girl dance for you or have sex with her or if I'm explaining myself
There is, but you need someone to make a girlpack with a training montage that includes that. Nor is it a direction I'm planning to take it.
 
Last edited:
  • Like
Reactions: DOaccolon

Arfido

New Member
Sep 29, 2019
4
0
109
i cant seem to get the different portraits going. i only have the original even tho some of the models have more than 25 openness. does anyone know why?
 

jggold

Member
Jun 22, 2019
398
942
281
i cant seem to get the different portraits going. i only have the original even tho some of the models have more than 25 openness. does anyone know why?
Disgruntler addressed this earlier. It's a WIP, I think.

That said, game's haunted. You're encountering a very similar behavior that I find when I try to get Scramble Mode working. The only thing keeping Scramble Mode from going live is the fact that saves and loads--specifically portraits--just fall apart---and if you have a booth game based around dragging portraits, this is very bad. I've tried a couple different implementations and neither have worked, just because of the portrait system not quiiiiiiiite playing well with the saving and loading.

I have a good guess as to what's going on but... I haven't found/noticed the code that proves it yet. And time spent fighting with it is time not spent working on other things.
 
  • Thinking Face
Reactions: Arfido

Disgruntler

Well-Known Member
Game Developer
May 2, 2021
1,059
1,141
229
i cant seem to get the different portraits going. i only have the original even tho some of the models have more than 25 openness. does anyone know why?
I'm assuming this is after a reload of a save?


The changing portrait works better after I changed the logic but the game doesn't save portrait data so when it reloads, it has to rebuild it again and I think the code to rebuild a loaded file's girls is missing things that the original code to build for a girl's portrait data has. I'm not sure though because technically that's what the loading girlpacks thing is supposed to do. But there's reasons why it doesn't.

Game's haunted.

Less WIP, and more 'holy crap every time I mess with this bad things happen'
 
  • Like
Reactions: Arfido
4.40 star(s) 48 Votes