Muliu

Member
Mar 28, 2018
125
54
127
updated to IndecentDesires-theGamev028alpha

no update for .28 full so still 1.5 versions old.

no1 reads it to bottom, they just post and ask update.
So what did i do wrong ? I only asking for his update on the gallery cheat to .029 one , i want his gallery cheat cuz i think its simple , and you dont need to be a dick about it first right ?
 
  • Like
  • Haha
Reactions: rabultfe and Mess3r

hallaien12

New Member
Jan 29, 2023
10
0
125
I have a fix (well, technically, a workaround) for this error. If you're getting a crash screen saying the game "could not find label 'talk_with_elizabeth_clinique_evening_theKey_part2'," you can just drop this tiny RPY file into your main \game folder for v0.29. Basically, things like variables and labels are case-sensitive in Ren'Py (as they are in Python, the primary language off of which Ren'Py is based). This means that sleeping and Sleeping are seen as two different items (two different variables, two different blocks of code, or whatever).

VileLab (the developer) made a typo in the label name for the next scene. The game's looking for a label called talk_with_elizabeth_clinique_evening_theKey_part2, but the actual label for the code block he wants to send you to doesn't have a capital K in its name. The name for the block of code should be talk_with_elizabeth_clinique_evening_thekey_part2 instead. Here is the entire content of my patch to deal with the typo causing the error:
Python:
label talk_with_elizabeth_clinique_evening_theKey_part2:
    jump talk_with_elizabeth_clinique_evening_thekey_part2
This code lets the game jump to what it thinks it wants (with the capital letter), which then sends the player to the correct place in the code by using its actual name.
Can you make it a file to download? it just opens up in browser, or tell me where to write it in manually?
 

-CookieMonster666-

Message Maven
Nov 20, 2018
13,831
20,771
1,031
Can you make it a file to download? it just opens up in browser, or tell me where to write it in manually?
It already is a file; you're probably just left-clicking, so your browser shows you its contents because it's just a text file (that Ren'Py reads and uses). Instead, make sure you're right-clicking on it, and then choose "Save link as" or whatever similar words your computer shows. Save it to the main \game folder and it will be applied the next time you start the game up.
where is downtown shop?
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

cxx

Message Maestro
Nov 14, 2017
76,932
39,687
1,519
So what did i do wrong ? I only asking for his update on the gallery cheat to .029 one , i want his gallery cheat cuz i think its simple , and you dont need to be a dick about it first right ?
Where is Gallery Mod for 29 ? :)
msg to that person who made that mod and ask if he is gonna update his OLD mod, if he is then good for you and if not then stop asking it cause it won't get updated. he obviously doesn't follow thread (hasn't past 1.5 updates).

maybe universal renpy gallery mod works with this or maybe not.
 
  • Angry
Reactions: rabultfe

BiberonSZeta

Member
Apr 17, 2017
250
376
296
msg to that person who made that mod and ask if he is gonna update his OLD mod, if he is then good for you and if not then stop asking it cause it won't get updated. he obviously doesn't follow thread (hasn't past 1.5 updates).

maybe universal renpy gallery mod works with this or maybe not.
Works but only if you use the hard version.
 

lolloo777

Newbie
Aug 16, 2022
33
87
118
It already is a file; you're probably just left-clicking, so your browser shows you its contents because it's just a text file (that Ren'Py reads and uses). Instead, make sure you're right-clicking on it, and then choose "Save link as" or whatever similar words your computer shows. Save it to the main \game folder and it will be applied the next time you start the game up.

You don't have permission to view the spoiler content. Log in or register now.
thanks, i had an issue and i restart the game... :)
 
  • Like
Reactions: -CookieMonster666-

lolloo777

Newbie
Aug 16, 2022
33
87
118
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "C:\Users\STEFANO\Desktop\IndecentDesires-theGamev029-pc\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "C:\Users\STEFANO\Desktop\IndecentDesires-theGamev029-pc\renpy\main.py", line 524, in main
run(restart)
File "C:\Users\STEFANO\Desktop\IndecentDesires-theGamev029-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "C:\Users\STEFANO\Desktop\IndecentDesires-theGamev029-pc\renpy\execution.py", line 892, in run_context
context.run()
File "rooms.rpyc", line 318, in script
File "C:\Users\STEFANO\Desktop\IndecentDesires-theGamev029-pc\renpy\script.py", line 886, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'talk_with_elizabeth_clinique_evening_theKey_part2'.

Windows-8-6.2.9200
Ren'Py 7.2.1.457
Indecent Desires theGamev029
Mon Aug 25 17:38:27 2025
 

-CookieMonster666-

Message Maven
Nov 20, 2018
13,831
20,771
1,031
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "C:\Users\STEFANO\Desktop\IndecentDesires-theGamev029-pc\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "C:\Users\STEFANO\Desktop\IndecentDesires-theGamev029-pc\renpy\main.py", line 524, in main
run(restart)
File "C:\Users\STEFANO\Desktop\IndecentDesires-theGamev029-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "C:\Users\STEFANO\Desktop\IndecentDesires-theGamev029-pc\renpy\execution.py", line 892, in run_context
context.run()
File "rooms.rpyc", line 318, in script
File "C:\Users\STEFANO\Desktop\IndecentDesires-theGamev029-pc\renpy\script.py", line 886, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'talk_with_elizabeth_clinique_evening_theKey_part2'.

Windows-8-6.2.9200
Ren'Py 7.2.1.457
Indecent Desires theGamev029
Mon Aug 25 17:38:27 2025
Search is a wonderful thing. There's an answer for this already in the thread (even just within the past few pages). Also, in the future please put the text of errors you get in SPOILER tags.
 
2.10 star(s) 142 Votes