3.10 star(s) 91 Votes

PotatoPC

New Member
Jan 25, 2020
6
8
After buying the T-Shirt (It's a Tank Top by the way) and Shorts the option to buy them remains but is greyed out.
When running out of chocolates the box was not removed from my inventory and the option to buy them was greyed out, permanently removing the option to give candy to Alice.
When reloading immediately from an RNG roll the game re-rolls and can show a different scene to the one saved.
e.g. Persuade 20%->Green success->Quicksave->Quickload->Yellow Failure.
Knocking on Ann's door on a Saturday lead to the nightgown scene regardless of if I had the item or had already seen the scene.
 

Speedy1505

Member
Jul 1, 2018
229
184
@maxbishup
did the DEV have time to look at the delivery bug?
i can't do anything because of the bug
Python:
    def GetDeliveryString(courier):
        if _preferences.language is None:
            StrDev = "Так... В накладной написано следующее:"
        elif _preferences.language == "english":      <==BUG!! (only ELSE!)
            StrDev = "So... In the consignment note says the following:" <== Please move to translation
       
        n = 0
        for i in delivery_list[courier]:
            items[i].bought = False
            items[i].have = True
            n += 1
            globals()['TmpName'+str(n)] = items[i].name
            StrDev += "\n \"[TmpName" + str(n) +"!t]\""  <==BUG!!
        return StrDev
 

maxbishup

Well-Known Member
Sep 16, 2019
1,750
7,292
@maxbishup
did the DEV have time to look at the delivery bug?
i can't do anything because of the bug
Python:
    def GetDeliveryString(courier):
        if _preferences.language is None:
            StrDev = "Так... В накладной написано следующее:"
        elif _preferences.language == "english":      <==BUG!! (only ELSE!)
            StrDev = "So... In the consignment note says the following:" <== Please move to translation
      
        n = 0
        for i in delivery_list[courier]:
            items[i].bought = False
            items[i].have = True
            n += 1
            globals()['TmpName'+str(n)] = items[i].name
            StrDev += "\n \"[TmpName" + str(n) +"!t]\""  <==BUG!!
        return StrDev
No I don't think so, I never heard of this bug, I had no problem. Have you tried downloading the game again. I will ask the dev about it. Do you know if anyone else has this problem?
 

OnlyFunz

Active Member
Modder
Game Developer
Nov 23, 2017
743
4,773
@maxbishup
did the DEV have time to look at the delivery bug?
i can't do anything because of the bug
You don't have permission to view the spoiler content. Log in or register now.
Since, Official game only supports Russian and English.
According to Dev; This wont be considered as Bug.

I think when you try to use other Language Translation, and by the way the code is written this error can occur.
Either you will have to write a Patch code file and hope it works that way.
 

Lukumoide

Well-Known Member
Jan 25, 2018
1,126
1,896
If they have problems, they play the game from the beginning.
Everything works fine:
Day 15 Talking with Lisa about panties
Day 16 Lisa's first massage
Day 18 Alice comes after the club (without panties)
Day 19 Watch porn with Kira
Day 21 Bathing together with Kira
 
  • Like
Reactions: Djo00 and alefrago

Speedy1505

Member
Jul 1, 2018
229
184
No I don't think so, I never heard of this bug, I had no problem. Have you tried downloading the game again. I will ask the dev about it. Do you know if anyone else has this problem?
The cause is the elif query, which is hard-coded in "english". Since I translated the game into German, it crashes there.
 

OnlyFunz

Active Member
Modder
Game Developer
Nov 23, 2017
743
4,773
The cause is the elif query, which is hard-coded in "english". Since I translated the game into German, it crashes there.
I have written a quick patch file for you. It is now available in the Cheat Mod post. Check "Troubleshoot" category.
Spoiler: Delivery Error - Patch file, when using different Language Translation


Or you can download it here :cool:


Copy this file into the Game folder.

Currently it supports German and Italian, open the file and you can include your desired language tag.
 
Last edited:

Fabio Ribeiro

New Member
Jun 29, 2017
6
0
Hello guys, I lost my save.
That's the error that happened :
(
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/events/alice.rpy", line 1147, in <module>
KeyError: u'05'

)
I did not put the complete error because it is too big.

It happened when I was in the bathroom with Alice after the party.
To see other dialog options, I saved and then tried to go back to another save and lost.

How could someone get a complete save?
 

dkyr

New Member
May 29, 2018
4
11
Can anybody point out to me what i'm doing wrong with getting lisa to sleep in her underwear by choosing the 2nd path (referring to the diagram posted).
If i choose the first option (waiting for lisa to fail after helping her 6 times) after some time she gets punished and the event triggers.
The 2nd route doesn't work though.
Helping 6 times or even 7 and then getting her punished 2 times (tried 3 times as well) doesn't trigger the event.
After looking at the code, i figured it out.
For the second route of the diagram you need to help Lisa by doing her homework by yourself 6 times and then make mistakes 2 times.
Only if you do the homework alone the counter for "truehelp" increases.
 
  • Like
Reactions: Kendra

SamHaim

Member
Aug 23, 2019
243
307
Hey guys, another question. I can´t give Alice anymore the sweets before she goes to the Club.. Does anybody have an Idea?
Getting this too since I gave her pajamas. Haven't got her back into jeans yet. No idea what the fix is.
 
3.10 star(s) 91 Votes