- Nov 30, 2019
- 56
- 11
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 CI guess we need to wait for the newest update until the bugs has been resolved
I am using a Mac but thanks for the tip!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
Then still in you main disc you have all save from all renpy game you was playingI am using a Mac but thanks for the tip!
are you sure? did you check wonderland with no problem in this new update?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
thatare 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...
File "game/events/wonderland/dialogue/alice_dialogue.rpyc", Line 207I 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
call day_into_night from _call_day_into_night
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.File "game/events/wonderland/dialogue/alice_dialogue.rpyc", Line 207
Change
ToCode:call day_into_night from _call_day_into_night
Code:call day_into_night_wonderland from _call_day_into_night_wonderland_1
no idea how to find things on mac, but...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.
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.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.
Not sure how to do it on a Mac. I'm guessing you couldn't just extract the attached file in the game directory?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.
Oh, that's some good information. I didn't know that rpa is an archive not a singular file. Thanks for the info!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.You must be registered to see the links
For RPA Archive files you need to extract them usingYou must be registered to see the links
For Compiled RPYC files you need to decompile them usingYou must be registered to see the links
RPY files can just be edited with a text editor. I use Notepad++ but an alternative would beYou must be registered to see the links
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.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?
either fuck Alice over in the Court or Assist her to the best of your abilities (aka corrupt vs love ending)is there some kind of walkthrough or guide? just want to know how many endings are there and how to get it.