- May 4, 2017
- 861
- 1,210
They changed the gallery so you can't mousescroll through the scenes/characters.Hey John, You mentioned something you don't like what they did with the gallery, Can you elaborate what they did exactly?
Did they hide any sex scenes you can see in gallery? or removed any scenes?
Awesome ! Gonna get to playing soon then !You must be registered to see the links
Please report the bugs on Discord.
No, I don't. The post on Patreon becomes public after 7 days so you'll be able to download it from there.You usually update the F95Zone version after 7 days of the release on Patreon, right?
So when do you release it here? If it's this Sunday, it will be 7 days after the Patreon version, no?No, I don't. The post on Patreon becomes public after 7 days so you'll be able to download it from there.
IfSo when do you release it here? If it's this Sunday, it will be 7 days after the Patreon version, no?
my country lolIfYou must be registered to see the links, let me know once the Early Access is over and I'll update the OP.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 262, in execute
File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 6, in execute
File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 6, in execute
File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 11, in execute
File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 12, in execute
File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 12, in <module>
Exception: Cannot display (u'[JD_IGG_lola_rel_m]', True) as text.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/JDMOD/scripts/story/chapter_7.rpyc", line 22061, in script
File "renpy/ast.py", line 1688, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1062, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1298, in display_menu
rv = renpy.ui.interact(mouse='menu', 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/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 262, in execute
File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 6, in execute
File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 6, in execute
File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 11, in execute
File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 12, in execute
File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 12, in <module>
File "renpy/text/text.py", line 1556, in __init__
raise Exception("Cannot display {0!r} as text.".format(i))
Exception: Cannot display (u'[JD_IGG_lola_rel_m]', True) as text.
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Our Red String v10.0
Tue Jan 3 00:08:51 2023
It does seem to have a lot more errors than the alpha.I get some errors like:
and similar errors in other situationsCode:I'm sorry, but an uncaught exception occurred. While running game code: File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 262, in execute File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 6, in execute File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 6, in execute File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 11, in execute File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 12, in execute File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 12, in <module> Exception: Cannot display (u'[JD_IGG_lola_rel_m]', True) as text. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/JDMOD/scripts/story/chapter_7.rpyc", line 22061, in script File "renpy/ast.py", line 1688, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "renpy/exports.py", line 1062, in menu rv = renpy.store.menu(new_items) File "renpy/exports.py", line 1298, in display_menu rv = renpy.ui.interact(mouse='menu', 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/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 262, in execute File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 6, in execute File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 6, in execute File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 11, in execute File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 12, in execute File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 12, in <module> File "renpy/text/text.py", line 1556, in __init__ raise Exception("Cannot display {0!r} as text.".format(i)) Exception: Cannot display (u'[JD_IGG_lola_rel_m]', True) as text. Windows-10-10.0.19041 Ren'Py 7.4.10.2178 Our Red String v10.0 Tue Jan 3 00:08:51 2023
can you please update the mod here please ?IfYou must be registered to see the links, let me know once the Early Access is over and I'll update the OP.