- Mar 7, 2019
- 116
- 61
Sorry for my bad english, but i have the problem with park. after the dialog, i take this.
I had the same issue and the fix for me was that I had to start a new game. If that works then you might run into another issue a bit later like I did. I tried to start training, but everytime I click on the new character he appears for a moment then goes back to the normal UI everytime I click on him so I cannot interact or talk to him.Sorry for my bad english, but i have the problem with park. after the dialog, i take this.
I can confirm the park bug with the training character Macumba. Clicked on it, his image appears and immediately disappears right after. I tried starting a new game, no dice; I still get the same issue.I had the same issue and the fix for me was that I had to start a new game. If that works then you might run into another issue a bit later like I did. I tried to start training, but everytime I click on the new character he appears for a moment then goes back to the normal UI everytime I click on him so I cannot interact or talk to him.
Same thing happens when I try clicking on Noriko's door after their MP3 interaction. I click on it, it appears for a split second then goes back to the UI.
Same for me.I can confirm the park bug with the training character Macumba. Clicked on it, his image appears and immediately disappears right after. I tried starting a new game, no dice; I still get the same issue.
As a native English speaker I don't see anything wrong with the dialog in pic 4. Parasite isn't exactly the most common word to use in that scenario but it works. "I am one" could be expounded on.If you ever see a strange sentence why don't you suggest me what to replace it with?
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/screens/world/s_park.rpy", line 1, in execute
File "game/scripts/screens/world/s_park.rpy", line 1, in execute
File "game/scripts/screens/world/s_park.rpy", line 124, in execute
File "game/scripts/screens/world/s_park.rpy", line 124, in <module>
KeyError: u'park'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/story/world/park.rpyc", line 124, in script
Ú˘uòS¨f)‚á,¯·Ø«ÊáîÍ4QÛ√fl∏˛ŒèØJ?§?TÚ√?Ú˝O¢Û/Õ9˜Ñ¢~Hk~®m≤ÃP∏±Ü˝G˙·øä^#I3†õ±nÄÄ<Wçoï†/ßò9w©©'¯€PæPhÁÈ,ºˆˇáv⁄Û6B>“ŸP-ºç¿è«£∫⁄i)o#¿u—_·∑qÿ¯¨úÀo„üe'‚o¯VMòK‰‚flG˜·Wcv¶r`j∂[ó wΩQÃïfÀ‡Ω≠2øãâozúÑÍfl–'e@Y¶}HdÈ5_—´TËÖ3„få/˘`Ó51r¿åÔOò…
File "/ExtraLife.app/Contents/Resources/autorun/renpy/ast.py", line 1969, in execute
self.call("execute")
File "/ExtraLife.app/Contents/Resources/autorun/renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/ExtraLife.app/Contents/Resources/autorun/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 "/ExtraLife.app/Contents/Resources/autorun/renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/ExtraLife.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/core.py", line 3213, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/core.py", line 3630, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/screen.py", line 432, in visit_all
callback(self)
File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/core.py", line 3630, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/screen.py", line 443, in per_interact
self.update()
File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/scripts/screens/world/s_park.rpy", line 1, in execute
File "game/scripts/screens/world/s_park.rpy", line 1, in execute
File "game/scripts/screens/world/s_park.rpy", line 124, in execute
File "game/scripts/screens/world/s_park.rpy", line 124, in <module>
KeyError: u'park'
Darwin-13.4.0-x86_64-i386-64bit
Ren'Py 7.4.5.1648
Extra Life 0.2.2
Fri Jul 9 03:53:06 2021
Old save don't workLike, one minute in to the game.
For some reason, I couldn't copy the code. I had to get it from the traceback.txt file itself.Python: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/screens/world/s_park.rpy", line 1, in execute File "game/scripts/screens/world/s_park.rpy", line 1, in execute File "game/scripts/screens/world/s_park.rpy", line 124, in execute File "game/scripts/screens/world/s_park.rpy", line 124, in <module> KeyError: u'park' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/story/world/park.rpyc", line 124, in script Ú˘uòS¨f)‚á,¯·Ø«ÊáîÍ4QÛ√fl∏˛ŒèØJ?§?TÚ√?Ú˝O¢Û/Õ9˜Ñ¢~Hk~®m≤ÃP∏±Ü˝G˙·øä^#I3†õ±nÄÄ<Wçoï†/ßò9w©©'¯€PæPhÁÈ,ºˆˇáv⁄Û6B>“ŸP-ºç¿è«£∫⁄i)o#¿u—_·∑qÿ¯¨úÀo„üe'‚o¯VMòK‰‚flG˜·Wcv¶r`j∂[ó wΩQÃïfÀ‡Ω≠2øãâozúÑÍfl–'e@Y¶}HdÈ5_—´TËÖ3„få/˘`Ó51r¿åÔOò… File "/ExtraLife.app/Contents/Resources/autorun/renpy/ast.py", line 1969, in execute self.call("execute") File "/ExtraLife.app/Contents/Resources/autorun/renpy/ast.py", line 1957, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "/ExtraLife.app/Contents/Resources/autorun/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 "/ExtraLife.app/Contents/Resources/autorun/renpy/exports.py", line 3057, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "/ExtraLife.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/core.py", line 3213, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/core.py", line 3630, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/screen.py", line 432, in visit_all callback(self) File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/core.py", line 3630, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/screen.py", line 443, in per_interact self.update() File "/ExtraLife.app/Contents/Resources/autorun/renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/scripts/screens/world/s_park.rpy", line 1, in execute File "game/scripts/screens/world/s_park.rpy", line 1, in execute File "game/scripts/screens/world/s_park.rpy", line 124, in execute File "game/scripts/screens/world/s_park.rpy", line 124, in <module> KeyError: u'park' Darwin-13.4.0-x86_64-i386-64bit Ren'Py 7.4.5.1648 Extra Life 0.2.2 Fri Jul 9 03:53:06 2021
You forgot noriko's roomWhat is the total number of hidden locations? So far, I have gotten:
15/15 for the room
8/8 for the hallway
21/21 for the living room
11/11 for the shoe area
12/12 for outside the house
10/10 for the dojo
17/17 for the park
12/12 for the restaurant
Am I allowed to enter it? I've tried clicking on her door from morning to night, and am unable to enter it at all.You forgot noriko's room