HTML Generic Porn Game 1 - Origination [v0.14] [CreativelyChallengedDeveloper]

3.40 star(s) 7 Votes

Creatively Challenged Dev

Member
Game Developer
Sep 26, 2023
191
299
186
Oh, I wasn't paying attention (I missed AJ's content), as a result I broke the game, they won't let me go to university anymore, it's not scary (actually it's very scary, so much content will be lost), there is a save from (v0.9), I'll try to fix everything through it.
That's the broken save.
Hey! There wasn't actually any bug with your save file. It was more of a logic error on my part. Basically, when the month is January, the university will be closed, just like when you first started the game. I've fixed this for version 0.13 and above.


Missing AJ or Danielle's event will not cause a bug. If you want to see them, in the next update, version 0.11, when you confront Lukas, just choose the "lose" option and get beaten up by him and you'll end up in the hospital again, needing a prolonged stay. You can then see AJ and Danielle's event. Usually, their events (AJ’s and Danielle’s) run at the same time.
 
  • Like
Reactions: MeVirus

akhilg1985

New Member
Dec 3, 2017
5
2
185
Update: I went to try to play the event. 2 pages after the fullscreen shot above with the button, I had to do that again to get a cut off button (shot 1), but 2 pages after that, I got screenshot 2, which has nothing that I can view or access. Again, nothing scrolls either so it's not identifying there's more to the page.
If you are using a windows laptop, you can try pressing ctrl followed by -(minus sign) for zoom out..then the option for continue will show
 

mayoman4000

New Member
May 5, 2017
11
7
195
There's a bug where Allie's lust is reset if you flirt with her in the bedroom. To fix this:
Find this line (in the widget add_lust ):
<<set $args[0].lust to _char.base_lust + _lustplus>>
Change it to:
<<set $args[0].lust to _char.lust + _lustplus>>

There's also a bug where, if you go to Dreamdale, sometimes you get a blank screen. But I don't know how to fix it. A work-around is to first go to the Guvment district before going to Dreamdale.
 

Ghost Ronin

New Member
Dec 2, 2020
5
2
55
Hey! I need some assistance, I have done event 1 till event 8 with Allie but can't seem to continue to event 9. I have not received any text from her telling me to come over. When I go to her and see if there is maybe an option in Chat About there wasn't.

I can't seem to progress the event with Allie, anyone knows about this and can help out?

I have attached my save file here. Do let me know if anyone knows how to progress from here.

Thank you in advance
 

scarfer

Active Member
Nov 4, 2017
781
388
288
Well, I think event 9 is her pregnancy event, so it's possible you've not managed to slip one past the goalie yet. :p

IIRC, her fertility cycle peaks at the 2nd of the month so the creampie scenes need to be done within a couple days of this for the best chance(s). I think a week after is when the text happens.
 

Creatively Challenged Dev

Member
Game Developer
Sep 26, 2023
191
299
186
I keep losing at Chess with Eva. Is there any way to get better?

I'm legit losing 10+ times in a row :/
There's no way to get better at it. It just depends on luck. I've changed the code to make it easier to win, but that will only apply in 0.13 and above. For now, if you want to cheat, copy-paste this line:


SugarCube.State.variables.playervar.var12 = 2101


As long as the value is over 2100, you'll win 100 percent of the time. The original/default value for this variable was 1960.
 

Creatively Challenged Dev

Member
Game Developer
Sep 26, 2023
191
299
186
There's a bug where Allie's lust is reset if you flirt with her in the bedroom. To fix this:
Find this line (in the widget add_lust ):
<<set $args[0].lust to _char.base_lust + _lustplus>>
Change it to:
<<set $args[0].lust to _char.lust + _lustplus>>

There's also a bug where, if you go to Dreamdale, sometimes you get a blank screen. But I don't know how to fix it. A work-around is to first go to the Guvment district before going to Dreamdale.
Actually, it wasn’t a bug, this was intentional. The lust variable is supposed to reset to the value of baselust when the day changes. The “issue” was that lust wouldn’t reset unless you talked or interacted with the girls, because that’s when the variable check happens. This doesn’t matter much though since the lust system is currently very underutilized.


The bug with going to Dreamdale and getting a blank screen is now fixed and will apply in version 0.13 and above. I thought I had fixed this earlier, but it turns out I missed a few things. Thanks for the report!
 

Creatively Challenged Dev

Member
Game Developer
Sep 26, 2023
191
299
186
Hey! I need some assistance, I have done event 1 till event 8 with Allie but can't seem to continue to event 9. I have not received any text from her telling me to come over. When I go to her and see if there is maybe an option in Chat About there wasn't.

I can't seem to progress the event with Allie, anyone knows about this and can help out?

I have attached my save file here. Do let me know if anyone knows how to progress from here.

Thank you in advance
Scarfer is right. You haven’t gotten Allie pregnant yet, so the event won’t activate. Unlike most events, you actually can’t cheat this one through the console, because there are a lot of variables that get set the moment you get her pregnant. So you’ll just have to keep trying. Her peak fertility is on the 2nd of every month.
 
3.40 star(s) 7 Votes