I’m so hyped for this game you have no idea! When Synokoria are the team who are developing the game, you just know it’s going to be amazing!
fariartos
Recent community posts
Here I am again >< I was trying to get one of the Romeo route's bad ends and got an exception:
I'm sorry, but an uncaught exception occurred. While running game code:
File "game/romeo.rpy", line 2587, in <module>
NameError: name 'romeo_lift' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback:
File "/Users/username/romeo.rpyc", line 2587, in script
File "/Users/username/Downloads/Prank Masters v1.03 Mac/Prank Masters.app/Contents/Resources/autorun/renpy/ast.py", line 1647, in execute
if renpy.python.py_eval(condition):
File "/Users/username/Downloads/Prank Masters v1.03 Mac/Prank Masters.app/Contents/Resources/autorun/renpy/python.py", line 1490, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/Users/username/Downloads/Prank Masters v1.03 Mac/Prank Masters.app/Contents/Resources/autorun/renpy/python.py", line 1485, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/romeo.rpy", line 2587, in <module>
NameError: name 'romeo_lift' is not defined Darwin-17.7.0-x86_64-i386-64bit
Ren'Py 6.99.8.959
Prank Masters 1.03
If it helps, my choices were: Don't let him. / Very sure. / No,... / to kick them / Strawberry cassata. / Yes, ... / to leave
Upd: the similar thing happened when Juliet refused to eat after the boys quarrelling during the bonding session. (Just who would refuse the free food, right? :D)
I'm sorry, but an uncaught exception occurred. While running game code:
File "game/romeo.rpy", line 3955, in <module>
NameError: name 'romeo_pizza' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback:
File "/Users/username/romeo.rpyc", line 3955, in script
File "/Users/username/Downloads/Prank Masters v1.03 Mac/Prank Masters.app/Contents/Resources/autorun/renpy/ast.py", line 1647, in execute
if renpy.python.py_eval(condition):
File "/Users/username/Downloads/Prank Masters v1.03 Mac/Prank Masters.app/Contents/Resources/autorun/renpy/python.py", line 1490, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/Users/username/Downloads/Prank Masters v1.03 Mac/Prank Masters.app/Contents/Resources/autorun/renpy/python.py", line 1485, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/romeo.rpy", line 3955, in <module>
NameError: name 'romeo_pizza' is not defined Darwin-17.7.0-x86_64-i386-64bit
Ren'Py 6.99.8.959
Prank Masters 1.03
Thanks for the tip! I think I tried them all.
But now when I try to open Special menu there is an exception:
traceback:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 1432, in execute
File "game/screens.rpy", line 1432, in execute
File "game/screens.rpy", line 1446, in execute
File "game/screens.rpy", line 1452, in execute
File "renpy/common/00gallery.rpy", line 368, in make_button
action = self.Action(name)
File "renpy/common/00gallery.rpy", line 330, in Action
if b.check_unlock():
File "renpy/common/00gallery.rpy", line 115, in check_unlock
if i.check_unlock(False):
File "renpy/common/00gallery.rpy", line 73, in check_unlock
if not i.check(all_prior):
File "renpy/common/00gallery.rpy", line 35, in check
return eval(self.condition)
NameError: name 'ri_yoyo_truth_no' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 29, in script
$ ui.interact()
File "/private/var/folders/vc/7pvtg_zn41j3vxscnz_m90cw0000gn/T/AppTranslocation/5DAA5780-1A62-4FE1-8995-0A19F2358A61/d/Prank Masters.app/Contents/Resources/autorun/renpy/ast.py", line 805, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/vc/7pvtg_zn41j3vxscnz_m90cw0000gn/T/AppTranslocation/5DAA5780-1A62-4FE1-8995-0A19F2358A61/d/Prank Masters.app/Contents/Resources/autorun/renpy/python.py", line 1461, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 29, in <module>
$ ui.interact()
File "/private/var/folders/vc/7pvtg_zn41j3vxscnz_m90cw0000gn/T/AppTranslocation/5DAA5780-1A62-4FE1-8995-0A19F2358A61/d/Prank Masters.app/Contents/Resources/autorun/renpy/ui.py", line 277, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/vc/7pvtg_zn41j3vxscnz_m90cw0000gn/T/AppTranslocation/5DAA5780-1A62-4FE1-8995-0A19F2358A61/d/Prank Masters.app/Contents/Resources/autorun/renpy/display/core.py", line 2436, in interact
scene_lists.replace_transient()
File "/private/var/folders/vc/7pvtg_zn41j3vxscnz_m90cw0000gn/T/AppTranslocation/5DAA5780-1A62-4FE1-8995-0A19F2358A61/d/Prank Masters.app/Contents/Resources/autorun/renpy/display/core.py", line 727, in replace_transient
self.remove(layer, tag)
File "/private/var/folders/vc/7pvtg_zn41j3vxscnz_m90cw0000gn/T/AppTranslocation/5DAA5780-1A62-4FE1-8995-0A19F2358A61/d/Prank Masters.app/Contents/Resources/autorun/renpy/display/core.py", line 1014, in remove
self.hide_or_replace(layer, remove_index, "hide")
File "/private/var/folders/vc/7pvtg_zn41j3vxscnz_m90cw0000gn/T/AppTranslocation/5DAA5780-1A62-4FE1-8995-0A19F2358A61/d/Prank Masters.app/Contents/Resources/autorun/renpy/display/core.py", line 938, in hide_or_replace
d = oldsle.displayable._hide(now - st, now - at, prefix)
File "/private/var/folders/vc/7pvtg_zn41j3vxscnz_m90cw0000gn/T/AppTranslocation/5DAA5780-1A62-4FE1-8995-0A19F2358A61/d/Prank Masters.app/Contents/Resources/autorun/renpy/display/screen.py", line 430, in _hide
self.update()
File "/private/var/folders/vc/7pvtg_zn41j3vxscnz_m90cw0000gn/T/AppTranslocation/5DAA5780-1A62-4FE1-8995-0A19F2358A61/d/Prank Masters.app/Contents/Resources/autorun/renpy/display/screen.py", line 565, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 1432, in execute
File "game/screens.rpy", line 1432, in execute
File "game/screens.rpy", line 1446, in execute
File "game/screens.rpy", line 1452, in execute
File "<screen language>", line 1452, in <module>
File "renpy/common/00gallery.rpy", line 368, in make_button
action = self.Action(name)
File "renpy/common/00gallery.rpy", line 330, in Action
if b.check_unlock():
File "renpy/common/00gallery.rpy", line 115, in check_unlock
if i.check_unlock(False):
File "renpy/common/00gallery.rpy", line 73, in check_unlock
if not i.check(all_prior):
File "renpy/common/00gallery.rpy", line 35, in check
return eval(self.condition)
File "/private/var/folders/vc/7pvtg_zn41j3vxscnz_m90cw0000gn/T/AppTranslocation/5DAA5780-1A62-4FE1-8995-0A19F2358A61/d/Prank Masters.app/Contents/Resources/autorun/renpy/python.py", line 1490, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/private/var/folders/vc/7pvtg_zn41j3vxscnz_m90cw0000gn/T/AppTranslocation/5DAA5780-1A62-4FE1-8995-0A19F2358A61/d/Prank Masters.app/Contents/Resources/autorun/renpy/python.py", line 1485, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'ri_yoyo_truth_no' is not defined
Darwin-17.7.0-x86_64-i386-64bit
Ren'Py 6.99.8.959
Prank Masters 1.01
The game is super fun! All the boys are charming in their own ways, the art is gorgeous and story is captivating. All in all, I love-love-love it ><
I got all Richard's endings and now can see his gorgeous face on the main screen, but his future profession is still a mystery. Are there other conditions to unlock it?
Also I can't unlock any of the Kadin's endings except for the "First date". And I know about Romeo's route, but want to mention another tiny bug: when it was a time for a wanted poster to show up the one that did was a picture with chibi-Richard with a yo-yo. Hope that helps.
Thanks a lot for creating such a great game! Gambatte!