kameohawk

Active Member
Dec 16, 2017
739
2,103
6 months.. I guess this one is the next to bite the dust.
to be fair, the releases have been consistently around the 6/7 month mark. That's not the sign of a game winding down, or going off the rails, like say WVM.

At WORST you could say it's being delayed to milk patreons (like say Summertime Saga or Wife and mother) but given the releases are usually quite meaty then it seems like it's on a schedule.
0.1611/20
0.1706/21
0.1812/21
0.1907/22?
 

DeeCanon

Member
Mar 12, 2018
365
393
to be fair, the releases have been consistently around the 6/7 month mark. That's not the sign of a game winding down, or going off the rails, like say WVM.

At WORST you could say it's being delayed to milk patreons (like say Summertime Saga or Wife and mother) but given the releases are usually quite meaty then it seems like it's on a schedule.
0.1611/20
0.1706/21
0.1812/21
0.1907/22?
did jikei ever go into the reason why they went from 3 month release schedule to 6 month?
 

kameohawk

Active Member
Dec 16, 2017
739
2,103
did jikei ever go into the reason why they went from 3 month release schedule to 6 month?
Not that I'm aware. I mean I suppose at a base level it's easier to give yourself six months and have some fat to eat into if something goes wrong than aim for 3 months, continually miss and just end up pissing everyone off.

Consistency counts for a lot. People who know they'll get a release in x amount of months will probably let their patrons just tick over. Those who don't know tend to drop in and out (if they even come back in at all)
 

QWolfe

Newbie
Nov 11, 2021
54
83
Ok, can anyone offer some assistance?
I can't hide the UI (neither Middle Mouse or H works anymore) and every time I hit S to take a screenshot I get this error

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 1514, in execute
  File "game/screens.rpy", line 1514, in execute
  File "game/screens.rpy", line 1519, in execute
  File "game/screens.rpy", line 1520, in execute
NameError: Name 'Games' is not defined.

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

Full traceback:
  File "script.rpyc", line 1304, in script call
  File "script.rpyc", line 1306, in script call
  File "script.rpyc", line 1306, in script call
  File "script.rpyc", line 1304, in script call
  File "script.rpyc", line 1304, in script call
  File "script.rpyc", line 1304, in script call
  File "script.rpyc", line 1304, in script call
  File "nefari_room.rpyc", line 4668, in script
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, 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 3315, 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 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 1514, in execute
  File "game/screens.rpy", line 1514, in execute
  File "game/screens.rpy", line 1519, in execute
  File "game/screens.rpy", line 1520, in execute
  File "renpy/text/text.py", line 1574, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'Games' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Mythic Manor 0.18
Sun Jun  5 16:52:42 2022
I'd go and dig through the older posts, but, with 500+ pages that'd take me forever. And I did search for "Hide UI error" but nothing came up.

EDIT: NVM, I went through the replay gallery and managed to get the shots I wanted that way.
 
Last edited:
4.50 star(s) 189 Votes