- May 16, 2017
- 8
- 15
ok thanks i'll try this wayNO Just beckywantsblood_intro=True
My mistake. Renpy console is case sensitive. It should be "beckywantsblood_intro=True".With space and " ?
Thank you, I will try it.PC version. You have to use Unren to enable console.
Just go to park place and click the black rectangular shape in the emerald cleaners windowyo i am kinda stuck at getting mr. fine photos, when i ask her, she says something about her favorite clothing shop but i cannot even go there
Thank you ! Just out of interest, how did you find out ?My mistake. Renpy console is case sensitive. It should be "beckywantsblood_intro=True".
It worked. But I got another problem. When go to the motel room then an exception has occured.PC version. You have to use Unren to enable console.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 295, in execute
File "game/scripts/imotel.rpy", line 295, in <module>
NameError: name 'l_heather_motel_1' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 119, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/mapscreen.rpyc", line 431, in script call
File "scripts/iapartment.rpyc", line 434, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/parkplace.rpyc", line 25, in script call
File "scripts/parkplace.rpyc", line 25, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/iapartment.rpyc", line 434, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/mapscreen.rpyc", line 172, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/imotel.rpyc", line 310, in script
File "renpy/ast.py", line 2009, in execute
self.call("execute")
File "renpy/ast.py", line 1997, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3693, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 295, in execute
File "game/scripts/imotel.rpy", line 295, in <module>
NameError: name 'l_heather_motel_1' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
ROCKING ROBIN v.7D
Thu Jul 29 16:32:49 2021
[/code]
I encountered the bug. Thought there was something wrong. Used Unren to unpackage the big .rpa file to see the scripts (since I can't see the scripts on the game folder). Looked for the diner scripts in the correct file (this is the painstaking part). Read through the code and found that a single line of code doesn't execute because it was failing a variable. Troubleshooting further, I found that the variable only turns on when you play the game a specific way (buying laptops in a specific order).Thank you ! Just out of interest, how did you find out ?
It worked. But I got another problem. When go to the motel room then an exception has occured.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:...
[/QUOTE]
You probably missed a scene with heather. I have to be honest, I don't know how to prevent this issue but from what I get on the traceback, just go to the console and type "l_heather_motel_1=True" then press enter.
I also tried to find the error but after 2 hours I gave upI encountered the bug. Thought there was something wrong. Used Unren to unpackage the big .rpa file to see the scripts (since I can't see the scripts on the game folder). Looked for the diner scripts in the correct file (this is the painstaking part). Read through the code and found that a single line of code doesn't execute because it was failing a variable. Troubleshooting further, I found that the variable only turns on when you play the game a specific way (buying laptops in a specific order).
So I opened the console and just set it to True.
It may look difficult but it only took me ~20min to fix. I was only using notepad++ to read the files.
Have tried several saves and had the same error, here is one of my own where it worked with the help of Jecht Alzer information.It worked. But I got another problem. When go to the motel room then an exception has occured.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 295, in execute
File "game/scripts/imotel.rpy", line 295, in <module>
NameError: name 'l_heather_motel_1' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 119, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/mapscreen.rpyc", line 431, in script call
File "scripts/iapartment.rpyc", line 434, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/parkplace.rpyc", line 25, in script call
File "scripts/parkplace.rpyc", line 25, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/iapartment.rpyc", line 434, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/mapscreen.rpyc", line 172, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/imotel.rpyc", line 310, in script
File "renpy/ast.py", line 2009, in execute
self.call("execute")
File "renpy/ast.py", line 1997, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3693, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 295, in execute
File "game/scripts/imotel.rpy", line 295, in <module>
NameError: name 'l_heather_motel_1' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
ROCKING ROBIN v.7D
Thu Jul 29 16:32:49 2021
[/code]
Do you know how to sove this?
You only need to get used to it. I'm working a job where programming is a requirement which I code non-user application software and I think that help me find these sorts of issues. The coding patterns I'm used to is generally the same with renpy game development.I also tried to find the error but after 2 hours I gave up
I managed to get through it. I downloaded the compressed version since its v0.7c thinking it would at least activate the scene when it did I just saved it and went back to 7d. Loading the save on 7c may cause an error it did to me just hit ignore and carry on hope this helps.I’m having a similar problem as well. I tried going back a few saves and went to the diner first since I didn’t initially, but nothing changed. It’s a little frustrating since it’s blocking off a whole bunch of other events for me, so if anyone knows what’s what I’d appreciate a heads up.
There is a link to video walkthrough in OP.where are all ms fines photos?
Is this PC version? Where I can find the console? Or how can I open it?
Developer disabled console and developer console in script.rpyPC version. You have to use Unren to enable console.
Unren: https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/
In order to override this, user either has to use unren, or can use simple script like this:init -1 python:
config.console = False
config.developer = False
import renpy.store as store
import renpy.exports as renpy
from operator import attrgetter
init 999 python:
config.console = True
config.developer = True