• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

mtq2904229

Newbie
Sep 30, 2023
47
22
Hi BBZ01,
1st post: What image, during which interaction?
2nd post: Yes that is broken/Worded wrong. It shuold be a monthly returning thing. The whole Henry route is pretty gnarly tbh. Needs a rewrite.
3rd post: Will check this. Should never affect any saved outfits. Just your current one. Now of course if you only have 1 pair of panties and give it away, your other outfits will not be able to put them on. But will check the logic in there.
4th post: Yea, the phone stuff somehow got removed. I must have done that at some point by accident. No real biggy as the Flower & Library can be stopped by talking to the person in charge. So 50-50 Will get fixed in the next update.:)



Hi Eloquie Daskbjorn, mtq2904229 & ray3dave,
How to advance the Henry story will be added to the Hints section in a future update. In the mean time, there are plenty of posts on this thread explaining in detail what (not) to do in order to progress. Do a search and you will find it. GL!

Hi mtq2904229,
Sorry for the hassle. Will check this for the next update.

Hi vicaddict,
The phone stopped working somehow. Will be fixed soon. For the Library & Flower jobs you can simply go to the person to quit the job.
Thanks for your reply and your hardwork. Indeed, as the core NPC in the early stage, we need hints for Mo and Henry ;)
 

BurningSun

Active Member
Game Developer
Jul 6, 2017
837
1,669
BurningSun

Sort of a bug, maybe a feature request, one of the bus events is a panty check and if you aren't wearing any and prove it the images don't follow whether Lizzie is shaved or not. ofc the model doesn't match your body choice or hair color or anything else. For whatever reason, the "I always make sure I have razors available" => "Model for the bus event image has not shaved any time recently" sticks with me. (And contrariwise if your Lizzie is so inclined.)

Looking at the SugarCube code for the bus lines in the main city locations, some have BusWork, some don't. For example, City Center => Bijlmer and North have it, City Center => RLD does not. Can I recommend a widget for the Bus?

You don't have permission to view the spoiler content. Log in or register now.

RandomClub doesn't have a case 5 so there's a low probability (2%?) of a dead end in the club.

Gloryhole fuck without a condom takes 2 hours. With a condom it's 1. This seems to be because there's a $StatHours += 1 and <<display Payment>> and <<display Update>> inside the no-condom if and then again after the <</if>> at the end of the passage.

ParkWalk has a case 44 that seems to be complete and inaccessible? I think changing it to 42 would make it reachable (at ~2.4% probability)?
Hi EAngelinaC,
There is no shaving variable at the moment, other than the check for the legs which impacts beauty. To change all images depending on Lizzy's bush would simply be too much. So even though I would like to implement it, it would mean to much work and too much additional work required regarding images/vids etc.

They should all have buswork really. So that needs to change.
I'm trying to make sense of your widget. But I am no coding expert and the args part I never understood, so I don't use it other then in code provided to me by some other people. Also the _content with the click part is a bit of a mystery for me. How I learn code is by step by step trying it out and seeing what happens. I can't de-cypher code by logic. My brain doesn't work that way. So if you could explain to me what each part does/how it works, that would be great. Perhaps dm me?

What is the use of an upgrade? What do I win/gain from it, other then countless issues when swapping over I'm sure? :)

How weird that it does not have a case 5!?!? NO idea. I need to check back to previous versions. Strange no-one ever called the black screen yet. Updated it for the next version. Thanks!

Removed the first +1 Hours. Thanks!
Changed the Park event to 42. Thanks again!

Do you have a certain way to find these issues? Curious how you manage to find these. Very gratefull that you do btw!
Basically, when you get the choice of:
- "Be direct with him"
- "Try and make him hug you"
- "Do not go through with it"
Pick the third ("Do not go through with it") to proceed with the story line. That was where I was stuck. Dignity was already low (<= 0) and the liberty (Free) at 100

I'm not familiar with how to format the HTML code, and had to try and only make sense of the logic by following the variables so can't really provide any more specifics.
Hi Eloquie Daskbjorn,
Henry likes the pure innocent girls, not the sluts, which is why he doesn't 'bite' when Lizzy tries to throw herself at him. No coding issues, just Henry logic :)
You can save the game btw and replay the choices to see the different outcomes. Or try to sometimes choose a different option in a new gameplay. If you always choose the same, the game will repeat itself.

Gl!
 

BBZ01

Active Member
Apr 26, 2021
606
421
Hi BurningSun Forget the post about the missing image. It's there now and I meant to delete the post, aplogies.

I have spotted what I believe to be a problem with Raul and the 'coke event' if Lizzy auditions to pole dance. From distant memory if she has coke addiction of 4 or 5 she can look at the coke in front of Raul and if she passes the audition he lets her try some. I've attached a save for you and she's addicted at level 5
 
Last edited:

BBZ01

Active Member
Apr 26, 2021
606
421
Regarding the missing panties. You give the guy the pair you're wearing. All other panties remain in your wardrobe. The issue is that all saved outfits no longer have the panties as part of it so you need to reset them.
 
Last edited:

VictorHayes

Member
Apr 6, 2018
390
557
How do I meet Adam? I've had delivery jobs and jobs where I went into unpaid overtime but haven't gotten the Adam event.

Also, how do I meet Mo with the reworked flowershop job line?
 
Last edited:

EAngelinaC

Newbie
Feb 4, 2019
17
13
Hi EAngelinaC,
There is no shaving variable at the moment, other than the check for the legs which impacts beauty. To change all images depending on Lizzy's bush would simply be too much. So even though I would like to implement it, it would mean to much work and too much additional work required regarding images/vids etc.
Ah, yes. I fell into the porn-game-logic-trap that Shaving could *only* mean one thing. And ofc people Lizzy meets on the street would consider her prettier based on when she last shaved :D

They should all have buswork really. So that needs to change.
I'm trying to make sense of your widget. But I am no coding expert and the args part I never understood, so I don't use it other then in code provided to me by some other people. Also the _content with the click part is a bit of a mystery for me. How I learn code is by step by step trying it out and seeing what happens. I can't de-cypher code by logic. My brain doesn't work that way. So if you could explain to me what each part does/how it works, that would be great. Perhaps dm me?
Will do.

What is the use of an upgrade? What do I win/gain from it, other then countless issues when swapping over I'm sure? :)
There are a lot of small fixes, a couple of new macros like <<cycle>> and <<listbox>> and container widgets like the code I pasted. The has a list of the actual changes (though it does include "Various small improvements." :mad: ).

SugarCube also has a with the individual changes that would be required.

The online documentation is specific to the latest available version, so *IF* you refer to it, it may include details (like the container tag for widgets) that are not available in the version you are currently working with. So you either need to source older documentation to refer to (wayback machine?) or have to try and remember all the changes if you do refer to the online docs.

Do you have a certain way to find these issues? Curious how you manage to find these. Very gratefull that you do btw!
Ah, my biggest pet peeve with the game is the randomness of a lot of the event passages. Where some event might only have a 1-3% chance of occurring, and if you fail one of the checks you get a default fallback passage instead so if you want to advance the Bianca storyline, scene 3 has a 1 in 144 chance of occurring when walking between districts and if Lizzy is not wearing panties you get a restful stop on a bench instead. If you're hoping to be recruited by Donny at the beach, you've got to know the correct time window, meet the stat requirements and then roll a 2.5% chance.

So... I wrote something that controlled the randomness and then if the passage doesn't trigger the way I expect, I go read the code.
 

Aromabish

Active Member
Game Developer
Aug 4, 2017
961
1,393
I noticed there are some images in a Preg folder, is it possible to get pregnant now and see those?
As I remember, pregnancy system is being promise for more than a year and still there is no changelog about it. I think give it another year.
 

BBZ01

Active Member
Apr 26, 2021
606
421
If Lizzy ignores Zack does anyone know if she can she still get promoted at some point as I guess Willem doesn't get fired?
 

vicaddict

Member
Sep 29, 2019
184
332
Thanks for the reply BurningSun and others.

I tried to quit the cleaning job, because I am indeed short of a bad end. Exp of 134, so one short of a bad end :D

So I might as well miss a few work days and have her fire me.
 

BBZ01

Active Member
Apr 26, 2021
606
421
Thanks for the reply BurningSun and others.

I tried to quit the cleaning job, because I am indeed short of a bad end. Exp of 134, so one short of a bad end :D

So I might as well miss a few work days and have her fire me.
Yep, for now that's probably the only option as you can't talk to Sandra without the phone.
Only other options would be if you have a previous save at 1 of the points where Lizzy can refuse or load it on an older version of the game where the phone worked if you have 1.
 
Last edited:

BBZ01

Active Member
Apr 26, 2021
606
421
BurningSun There's another problem with the pantie check. A while back she gave hers to the stg party during the random event. Later on she's on a bus when the guy asks her for her panties and the options are to tell him to take a hike or show him you aren't wearing any. Fine except Lizzy is wearing some...
 

bradster555

Newbie
Jul 21, 2023
90
51
how often is this updated if you don't mind me asking and is there somewhere like the patreon that gives us a changelog of what is gonna be coming in the next update?
 

LucasDigne

Newbie
Jul 30, 2018
52
16
hi, dont understand why Mo's storyline is so slow, Lissy met him twise but after two month still no progress, thanks
 

bradster555

Newbie
Jul 21, 2023
90
51
did the studio and got kicked out then did the library but can't do the flower shop how do I continue if I can't be hired at the flower shop and the maid office?
 

ray3dave

Well-Known Member
May 12, 2017
1,065
890
did the studio and got kicked out then did the library but can't do the flower shop how do I continue if I can't be hired at the flower shop and the maid office?
You need to lower your reputation by going to the church. OR you visit Zak (not sure about his name) at the café at the 3. floor of the mall, you can reset your reputation with him (with just one click).
 
Last edited:

BBZ01

Active Member
Apr 26, 2021
606
421
did the studio and got kicked out then did the library but can't do the flower shop how do I continue if I can't be hired at the flower shop and the maid office?
That means you have too high a reputation so you need to reduce it. Working at the church on Sundays, visiting museums and being a good girl will do this.
 
  • Red Heart
Reactions: bradster555

recx

New Member
Jul 29, 2019
4
0
hi, how can I trigger the clips in: \Amsterdam\Amsterdam\Strip
There are only clips in a booth or something like that
 
3.30 star(s) 45 Votes