indio68

Forum Fanatic
Sep 26, 2020
4,617
4,136
387
i always thaught you already are a beta :p


than maybe you should stop playing the beta versions and wait for the real release. i do it and never had a single problem with this game.
?? what are u sayiong??..why we have 80% of the VN working just fine ..ans some troubled ones that screw save every damn time?? it's my fault or maybe is dev fault?
 
  • Like
Reactions: Abbys_Cat

indio68

Forum Fanatic
Sep 26, 2020
4,617
4,136
387
I know the feeling I'll probably play fast forwarding through the game ignoring unread text and we'll see if I end up skipping new stuff or i know to stop and if i really feel like reading the scenes with characters i'm not so interested in.
but dev said that this will happen again in future releases (that we surely see in a year or so)..i just give up and wait for a completed version if it will evewr be released.
 

indio68

Forum Fanatic
Sep 26, 2020
4,617
4,136
387
i always thaught you already are a beta :p


than maybe you should stop playing the beta versions and wait for the real release. i do it and never had a single problem with this game.
and u clearly didn't read the changelog
 

Steppenwolf

Newbie
Jul 30, 2017
67
126
246
Ugly fix for: AttributeError: Can't get attribute 'ColorPicker' on <renpy.python.StoreModule object at 0x75d399a79ac0>

Just give renpy an empty class.
My saves are working again

Edit: uhm now I've stumble upon others error... Start the game again I think is the best choice..
 
Last edited:

stahalle

Engaged Member
Jul 11, 2018
2,348
4,223
520
and u clearly didn't read the changelog
yeah you are right i didnt read it since i always wait for the normal release. but thank you for pointing that out for me so i can wait for the 1.0 too. i have no problem to wait. enough other games i can play.
 

Ayhsel

Chocolate Vampire
Donor
May 9, 2019
5,067
17,519
906
Very surprise this game still exist. So much time and pretty much nothing had happened in the game.

Did that change?
 
  • Like
Reactions: Anteron

Dogorti

Engaged Member
Jan 23, 2021
3,022
12,529
637
Very surprise this game still exist. So much time and pretty much nothing had happened in the game.

Did that change?
Well it's kinda a slice of life game with some story. So I don't know what you mean by nothing had happened? there are sex scenes with almost all the girls if that's your question.
Half the scenes are just black screens and no images
It's a BETA
 

Ayhsel

Chocolate Vampire
Donor
May 9, 2019
5,067
17,519
906
Well it's kinda a slice of life game with some story. So I don't know what you mean by nothing had happened? there are sex scenes with almost all the girls if that's your question.
I was talking precisely about story.
 

Steppenwolf

Newbie
Jul 30, 2017
67
126
246
recreation

Yes I know is a beta, but I get the same error I had before:

My character name is back to NONE:

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

I rewrote after_load method:

Code:
label after_load:
    python:
        try:
            if pc_name is not None:
                mc_name = pc_name
            del pc_name
        except NameError:
            pass

        try:
            if pcname is not None:
                mcname = pcname
            del pcname
        except NameError:
           pass

        try:
            if pcsure is not None:
                mcsure = pcsure
            del pcsure
        except NameError:
            pass

        try:
            if pc_sure is not None:
                mc_sure = pc_sure
            del pc_sure
        except NameError:
            pass

        try:
            if pcmd is not None:
                mcmd = pcmd
            del pcmd
        except NameError:
            pass

        try:
            if pc is not None:
                mc = pc
            del pc
        except NameError:
            pass

        try:
            if pcthink is not None:
                mcthink = pcthink
            del pcthink
        except NameError:
            pass

        try:
            if pcgender is not None:
                mcgender = pcgender
            del pcgender
        except NameError:
            pass

        try:
            if cam_zoom:
                pass
        except:
            cam_zoom = ""
         
        color_picker = ""
return
I've tested it and it should work. I hope I was helpful.

script.rpy with the fixed code:
 
Last edited:

Dogorti

Engaged Member
Jan 23, 2021
3,022
12,529
637
what is the incest patch for? does it make it related?
makes the story confusing. It is a real unofficial patch not like other games. the half sister is already related anyways.

I was talking precisely about story.
by 8.0 the story was almost finished, I have no idea what the progression is in this version because I haven't played it.
 
  • Like
Reactions: Ayhsel
4.30 star(s) 216 Votes