Create and Fuck your AI Slut -70% OFF
x

c3p0

Conversation Conqueror
Respected User
Nov 20, 2017
7,455
17,269
944
I extracted the game but its not letting me play it it doesn't even lad up is there a way to fix this?
Where? How? Which? ...
More information would be the key to help. Otherwise: Have you tried to turn it off and on again?
 
  • Like
Reactions: MalLiz

Shawnchapp

Engaged Member
Modder
Feb 13, 2018
2,312
8,285
610
yes I even started a new game with this update. But i decided to look at the script and it may be going down a wrong if/else path somewhere here (should be hitting that bottom one), idk not really a dev myself. I also included a screenshot of the variables it checks, seems to line up with what should trigger. I tried with both nia at Spa and not at Spa

Code:
if (hasnia and not niaisatspa) and (hassylvia and not sylisatspa):
        if niapoint == 0:
            scene elftownsylnia
        if niapoint == 1 and time_of_day != 3:
            scene elfsylniap2
        if niapoint == 1 and time_of_day == 3 and hassylvia == True:
            scene elftownsyl
        if niapoint == 1 and time_of_day == 3 and hassylvia == False:
            scene elvesliving
        if niapoint == 2:
            scene elfsylniap3
    elif hasnia and not niaisatspa:
        if niapoint == 0:
            scene elftownnia
        if niapoint == 1 and time_of_day != 3:
            scene elfniap2
        if niapoint == 1 and time_of_day == 3 and hassylvia == True:
            if not sylisatspa:
                scene elftownsyl
            if sylisatspa:
                scene elvesliving
        if niapoint == 1 and time_of_day == 3 and hassylvia == False:
            scene elvesliving
        if niapoint == 2:
            scene elfniap3
    elif hassylvia and not sylisatspa:
        scene elftownsyl
    else:
        scene elvesliving
    if nia_friendship == 9 and not niablow and nian.no_delay:
        show elftowncover
        $nia_out = True
    with fade
    if nia_friendship == 5 and not niablow and not niaaftertalk and not niaisatspa:
        $niaaftertalk = True
        nia "Hey [name]... I got 20 of those elves to the HHA, they're all looking for happier homes now."
        nia "Thank you..."
    if nia_friendship == 9 and not niablow and nian.no_delay:

        c "Hm, Nia is missing..."
        menu:
            "* I wonder where she is? *":
                jump love_nia_7
            "Ignore":
                c "She's probably fine."
    call screen elves

View attachment 5234146
Yeah, there shouldn't be anything in that bit of code stopping the game from reaching the last if statement, which is why this is puzzling me. I noticed earlier today that the slave route also shows "9/10" on the menu even though there's no new event for it, and thought that all the bug reports were due to that, but with your report now I'm back to square one. :HideThePain:
This is made worse by the fact that I can't replicate the issue on my end at all. Even tried copying your set of vars, and it still triggers just fine...

I might just ask someone for a save file.


it;'s cause he's using the mod which overrides that label, its why i pointed it out to the modder to update the overrides (which he has done now)


Thanks for the heads-up! I never thought much to look into those overrides, so I took a full inventory of them, and updated them accordingly.

It also appeared that those overrides caused the last Nia quest to not trigger (I kept wondering why that wouldn't trigger).

I've now updated the full mod and replaced the download links.

Also, here's a package of just the updated files if you already have my mod for v0.19 installed.
 
  • Like
Reactions: torresm

silentdevil

Newbie
Aug 14, 2019
74
36
154
The only thing I have to say is that I am not a fan for where Autumn's story seems to be going. I guess it counts as spoilers to talk about it, but.

Goddamn I just want to sleep with sexy redhead, then bend her sister over my sex dungeon. Hopefully that gets included at some point.
 
  • Like
Reactions: gcck80

Koumorix

New Member
Sep 4, 2025
3
1
3
Enable console
Type complete19 = True
Thanks for help, Hopefully it'll help other peep facing the issue.
I though just ended up trying ignore option while i was waiting, got 1 more error in following scene but everything worked fine after this scene was complete.
 
  • Like
Reactions: torresm

torresm

Well-Known Member
Apr 5, 2020
1,154
2,536
386
it;'s cause he's using the mod which overrides that label, its why i pointed it out to the modder to update the overrides (which he has done now)
Thanks for the heads up, so it was the mod after all. I didn't even think of looking at the overrides since the mod already has its own copy of that label in the first place...
 

herrderr75

Member
Aug 5, 2019
266
543
209
Is anybody else having trouble with the skip-to-current-content code? I'm using it as directed (from the very beginning) albeit with the mod, and it's giving me problems.
 

shadowtempered

Well-Known Member
Aug 22, 2020
1,014
1,983
328
Was this always a mandatory scroll game (no instantaneous text)? How thoroughly annoying.
Unless it's a v19 only issue, no. Instant text is available by changing your preferences.

Is anybody else having trouble with the skip-to-current-content code? I'm using it as directed (from the very beginning) albeit with the mod, and it's giving me problems.
If you're using the mod, you should prolly check at the mod's section for support. v19 appears to have some bugs and we've also just discovered in the last page or two of a bug that's been plaguing folks who are apparently using the mod, but not saying they are.
 

shadowtempered

Well-Known Member
Aug 22, 2020
1,014
1,983
328
Please let me know what I've missed so we can add it and just reference the post.

V19 bugs:
1. Visiting the beach for the first time, you get a syntax error.
Fix: currently waiting for patch​
2. Changing the rooms or after talking to npcs you get an error
Enable console w/ shift+o​
Type: complete19 = True
Other bugs:
1. Nia won't trigger event 10 and remains stuck at 9/10
Fix: Update your mod
2. Kate event in spa doesn't trigger
Fix: unknown​

torresm Don't know if you have any others you'd like to toss in. These are the frequent repeaters I've been noticing.
 
Last edited:

lf2mr

Member
Sep 7, 2019
113
78
213
Please also remove the inclusion of stylized fonts by default, as these fonts do not support many other languages.
 

herrderr75

Member
Aug 5, 2019
266
543
209
Instant text is available by changing your preferences.
Unfortunately, no. This is one of those games where the dev just says, "fuck you," to anybody who doesn't want to read scrolling words. There is a setting, yes, but turning it all the way up will not give you instantaneous text.
 

torresm

Well-Known Member
Apr 5, 2020
1,154
2,536
386
Please let me know what I've missed so we can add it and just reference the post.

V19 bugs:
1. Visiting the beach for the first time, you get a syntax error.
Fix: currently waiting for patch​
2. Changing the rooms or after talking to npcs you get an error
Enable console w/ shift+o​
Type: complete19 = True
Other bugs:
1. Nia won't trigger event 10 and remains stuck at 9/10
Fix: Update your mod
2. Kate event in spa doesn't trigger
Fix: unknown​

torresm Don't know if you have any others you'd like to toss in. These are the frequent repeaters I've been noticing.
That's pretty much it for the more common ones.

The thing with Kate is that the repeatable spa scene requires level 10, and it's supposed to unlock after you've had sex with her in the story, but there's no new story scene (despite the menu again saying there is...). So Runey either didn't have time, or forgot to add it in this patch. Or maybe he forgot to hide/remove the spa event, since it wasn't mentioned in the patch notes.
 

Shiza19

New Member
May 28, 2019
1
0
20
I think my save got fucked up, my gallery was unlocked fully... Does the mod have a gallery unlocker? Or are there any complete saves of the v0.19?
 

burned01

Member
Jun 3, 2024
261
152
129
Supposedly 19.1 is getting uploaded to itch.

"v0.19.1 is currently uploading and fixes all known bugs." -- RuneyGames

Edit: "v0.19.1 has released." -- RuneyGames
 
Last edited:
  • Like
Reactions: Logan1377
4.60 star(s) 498 Votes