- Aug 27, 2018
- 1,257
- 3,199
Are you playing ep 11.33?stopped the event count at 42/35 though I'va passed at least 10 events in ep 11
Are you playing ep 11.33?stopped the event count at 42/35 though I'va passed at least 10 events in ep 11
dont work for me in windows
Just tested it again, works as intended, it unlocks every event in the existing gallery.Likewise. If there's supposed to be a gallery option somewhere it doesn't seem to be showing up after installing the mod.
No. 11.32.Are you playing ep 11.33?
Same hereSorry Bob.
No better result in 11.33!
Counter doesn't change to 11 and at count 42/35 = event 7 in 11.33 I get a message saying:
"Thank you for playing episode 11" and something like "welcome back to episode 12 soon".
I do not have the patience to start over again from scratch.
If you are not using android, why send a non-working answer. and note the lack of courtesy in my answer. Android was never done normally, which is still being written about. android found on another site.I do not use Android, so no.
Note the lack of politeness in my response. Use please and thank you and fans of the games on this site might actually help you.
I think I found a possible reason why this happens by looking at the code. The event that doesn't fire seems to be e3_50, which is related to the dinner with the 7th dress. But there's an option that, if the dress variable is set to 7 and the e3_50 variable is still 0 (the event hasn't fired) changes the dress variable to 6, thus preventing event 50 from ever happening. This could be a bug or just me don't understanding the code, but by removing those two lines of code I was able to go on with the game without problemsHi, I started the game a few days ago from the beginning but I'm stuck at episode 3. I0ve been following the walkthrough but the events 46 and 47 on day 13 (Monday) don't fire and I can't go on. Anyone knows how to solve this problem?
Pointing out that you might have more luck getting help if you do not demand, but actually ask politely.If you are not using android, why send a non-working answer. and note the lack of courtesy in my answer. Android was never done normally, which is still being written about. android found on another site.
Hi, I started the game a few days ago from the beginning but I'm stuck at episode 3. I0ve been following the walkthrough but the events 46 and 47 on day 13 (Monday) don't fire and I can't go on. Anyone knows how to solve this problem?
I think I found a possible reason why this happens by looking at the code. The event that doesn't fire seems to be e3_50, which is related to the dinner with the 7th dress. But there's an option that, if the dress variable is set to 7 and the e3_50 variable is still 0 (the event hasn't fired) changes the dress variable to 6, thus preventing event 50 from ever happening. This could be a bug or just me don't understanding the code, but by removing those two lines of code I was able to go on with the game without problems
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/gallery.rpy", line 1484, in execute
screen GalleryMenu():
File "game/gallery.rpy", line 1484, in execute
screen GalleryMenu():
File "game/gallery.rpy", line 1487, in execute
frame:
File "game/gallery.rpy", line 1489, in execute
vbox:
File "game/gallery.rpy", line 1495, in execute
grid gal_cols gal_rows:
File "game/gallery.rpy", line 1500, in execute
for version, pic, hint in gallery_versions_list:
File "game/gallery.rpy", line 1502, in execute
if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells:
File "game/gallery.rpy", line 1503, in execute
vbox:
File "game/gallery.rpy", line 1504, in execute
imagebutton:
File "game/gallery.rpy", line 1504, in keywords
imagebutton:
File "game/gallery.rpy", line 1505, in <module>
action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu")
NameError: name 'mtt' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, 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 3512, 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/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 3512, 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/gallery.rpy", line 1484, in execute
screen GalleryMenu():
File "game/gallery.rpy", line 1484, in execute
screen GalleryMenu():
File "game/gallery.rpy", line 1487, in execute
frame:
File "game/gallery.rpy", line 1489, in execute
vbox:
File "game/gallery.rpy", line 1495, in execute
grid gal_cols gal_rows:
File "game/gallery.rpy", line 1500, in execute
for version, pic, hint in gallery_versions_list:
File "game/gallery.rpy", line 1502, in execute
if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells:
File "game/gallery.rpy", line 1503, in execute
vbox:
File "game/gallery.rpy", line 1504, in execute
imagebutton:
File "game/gallery.rpy", line 1504, in keywords
imagebutton:
File "game/gallery.rpy", line 1505, in <module>
action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu")
NameError: name 'mtt' is not defined
Windows-10-10.0.15063
Ren'Py 7.4.4.1439
My best friend's daughter 11.32
Sun Aug 15 21:31:56 2021
Download latest version from my Patreon sitewhen I click on this part I get this error, does it happen to anyone else?
View attachment 1354972
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1487, in execute frame: File "game/gallery.rpy", line 1489, in execute vbox: File "game/gallery.rpy", line 1495, in execute grid gal_cols gal_rows: File "game/gallery.rpy", line 1500, in execute for version, pic, hint in gallery_versions_list: File "game/gallery.rpy", line 1502, in execute if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells: File "game/gallery.rpy", line 1503, in execute vbox: File "game/gallery.rpy", line 1504, in execute imagebutton: File "game/gallery.rpy", line 1504, in keywords imagebutton: File "game/gallery.rpy", line 1505, in <module> action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu") NameError: name 'mtt' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3101, 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 3512, 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/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 3512, 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/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1484, in execute screen GalleryMenu(): File "game/gallery.rpy", line 1487, in execute frame: File "game/gallery.rpy", line 1489, in execute vbox: File "game/gallery.rpy", line 1495, in execute grid gal_cols gal_rows: File "game/gallery.rpy", line 1500, in execute for version, pic, hint in gallery_versions_list: File "game/gallery.rpy", line 1502, in execute if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells: File "game/gallery.rpy", line 1503, in execute vbox: File "game/gallery.rpy", line 1504, in execute imagebutton: File "game/gallery.rpy", line 1504, in keywords imagebutton: File "game/gallery.rpy", line 1505, in <module> action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu") NameError: name 'mtt' is not defined Windows-10-10.0.15063 Ren'Py 7.4.4.1439 My best friend's daughter 11.32 Sun Aug 15 21:31:56 2021