YoraeRasante

Active Member
Jul 28, 2019
908
639
You probably just need dalate save from you User folder. C:\Users\User Name\AppData\Roaming\RenPy Becouse if you dalate game save are still on disc C
are you sure? did you check wonderland with no problem in this new update?
the error message seems to be specifically about something in wonderland the changelog claims to have just been added, and everyone who has the error seems to have it when meeting Alice, meaning wonderland and not the new area you can skip it to visit, so I can't see how erasing the old save would fix this...
 
  • Like
Reactions: djustmie

djustmie

Member
Nov 5, 2017
491
148
are you sure? did you check wonderland with no problem in this new update?
the error message seems to be specifically about something in wonderland the changelog claims to have just been added, and everyone who has the error seems to have it when meeting Alice, meaning wonderland and not the new area you can skip it to visit, so I can't see how erasing the old save would fix this...
that
plus the fact , i didnt play this game ever before , so i even did not have any safe file
 

masterdragonson

Engaged Member
Jan 30, 2018
3,287
4,699
I am getting the following error immediately after unlocking Alice as a target

While running game code:
ScriptError: could not find label 'day_into_night'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "script.rpyc", line 7, in script call
File "engine/core.rpyc", line 27, in script call
File "game/locations/wonderland/alice_house/inside/alice_house_inside.rpyc", line 48, in script call
File "game/events/wonderland/dialogue/alice_dialogue.rpyc", line 46, in script call
File "game/events/wonderland/dialogue/alice_dialogue.rpyc", line 207, in script call
File "D:\EGN Games\conqueredhearts-0.6-pc\renpy\ast.py", line 1436, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "script.rpyc", line 7, in script call
File "engine/core.rpyc", line 27, in script call
File "game/locations/wonderland/alice_house/inside/alice_house_inside.rpyc", line 48, in script call
File "game/events/wonderland/dialogue/alice_dialogue.rpyc", line 46, in script call
File "game/events/wonderland/dialogue/alice_dialogue.rpyc", line 207, in script call
File "D:\EGN Games\conqueredhearts-0.6-pc\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'day_into_night'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Conquered Hearts 0.6
Thu Nov 19 00:13:38 2020
File "game/events/wonderland/dialogue/alice_dialogue.rpyc", Line 207
Change
Code:
    call day_into_night from _call_day_into_night
To
Code:
    call day_into_night_wonderland from _call_day_into_night_wonderland_1
 
  • Like
Reactions: djustmie

nightdweller

Newbie
Nov 30, 2019
56
11
File "game/events/wonderland/dialogue/alice_dialogue.rpyc", Line 207
Change
Code:
    call day_into_night from _call_day_into_night
To
Code:
    call day_into_night_wonderland from _call_day_into_night_wonderland_1
Could you tell me how to do this on Mac? I can't find the events/wonderland folder on the game application. Also, how do you open the alice_dialogue.rpyc file? Thanks in advance.
 
  • Thinking Face
Reactions: masterdragonson

YoraeRasante

Active Member
Jul 28, 2019
908
639
Could you tell me how to do this on Mac? I can't find the events/wonderland folder on the game application. Also, how do you open the alice_dialogue.rpyc file? Thanks in advance.
no idea how to find things on mac, but...

that's a code file. meaning that it should be just the same as a text file, but with an extension to avoid being opened and read or changing but what should not, like a wrong program or an user who has no idea what they are doing.

so... notepad can open it, or whatever mac uses instead.

there are other programs people use to code, but that is to make it easier to the coder by giving a better way to see what word means what, autofilling of codes, easier to indent and change more than one line, debugging tools and consoles... Things to make it easier to program, but are not needed to program.
 

nightdweller

Newbie
Nov 30, 2019
56
11
no idea how to find things on mac, but...

that's a code file. meaning that it should be just the same as a text file, but with an extension to avoid being opened and read or changing but what should not, like a wrong program or an user who has no idea what they are doing.

so... notepad can open it, or whatever mac uses instead.

there are other programs people use to code, but that is to make it easier to the coder by giving a better way to see what word means what, autofilling of codes, easier to indent and change more than one line, debugging tools and consoles... Things to make it easier to program, but are not needed to program.
Alright, thanks! It seems I have to wait for the next update. Also, I tried opening it with vscode. It seems that the code itself is encoded in such a way that only programs like notepad can open them.
 

masterdragonson

Engaged Member
Jan 30, 2018
3,287
4,699
Could you tell me how to do this on Mac? I can't find the events/wonderland folder on the game application. Also, how do you open the alice_dialogue.rpyc file? Thanks in advance.
Not sure how to do it on a Mac. I'm guessing you couldn't just extract the attached file in the game directory?

Since Ren'Py is based on Python you will need that.
For RPA Archive files you need to extract them using
For Compiled RPYC files you need to decompile them using
RPY files can just be edited with a text editor. I use Notepad++ but an alternative would be
 

nightdweller

Newbie
Nov 30, 2019
56
11
Not sure how to do it on a Mac. I'm guessing you couldn't just extract the attached file in the game directory?

Since Ren'Py is based on Python you will need that.
For RPA Archive files you need to extract them using
For Compiled RPYC files you need to decompile them using
RPY files can just be edited with a text editor. I use Notepad++ but an alternative would be
Oh, that's some good information. I didn't know that rpa is an archive not a singular file. Thanks for the info!
 
  • Like
Reactions: masterdragonson

YoraeRasante

Active Member
Jul 28, 2019
908
639
oh, so rpyc files are compiled. I thought they were just the code, never tried opening them myself...

also, doesn't masterdragonson's fixed file already work on mac too? I mean, you were not finding the file to past it over, but wouldn't you need to look for it to do the changes yourself anyway?
 

nightdweller

Newbie
Nov 30, 2019
56
11
oh, so rpyc files are compiled. I thought they were just the code, never tried opening them myself...

also, doesn't masterdragonson's fixed file already work on mac too? I mean, you were not finding the file to past it over, but wouldn't you need to look for it to do the changes yourself anyway?
yes, but I couldn't find the directory. Also, if i put in the games folder and run the game; it will give a skins error.
 

Evangelion-01

Devoted Member
Apr 12, 2018
10,849
7,308
is there some kind of walkthrough or guide? just want to know how many endings are there and how to get it.
either fuck Alice over in the Court or Assist her to the best of your abilities (aka corrupt vs love ending)
 
3.50 star(s) 16 Votes