itch.io Spring Selects Series A
On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hi dahanavar,

We're happy to hear that you enjoyed Kadin and Richard's route. To unlock the Special CG gallery, you'll need to try out all choices in each of the boys' route. This includes the prologue as well. There are some choices that only appear in a particular choice (a choice within a choice), so you'll also need to go through those choices and variations. Once you've tried all choices and variations in the route, Richard's special CG would be unlocked.

If there are any other questions, feel free to let us know. And thank you for reporting that bug.

(1 edit)

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

(+1)

Thank you for reporting this bug. We'll dive right into it! Expect an update by the end of Sunday.

(+1)

Thank you for your support and patience! This bug is now fixed in Prank Masters v1.02.