Will you have there be an event after one beats serious Sophia where-in Ancilla shows us that she was holding back all along?
edit: I saw the picture of Nara and it made me wonder... are you going to make her have a fortune-teller as a sister?
That Ancilla was holding back and is even stronger than serious Sophia.
Love your work, eagerly awaiting a new zone/enemies, any clue on how far off we are from seeing one?
Tune up her fight a little, (and the matango's)What have you got planned for Mika?
Yes!Did you tune up Sofia's stun/bind resistances? It's really hard if not impossible to apply magical binding on her now. Was much easier in 20.3.
Btw, in credits it says "Sophia", everywhere else it's "Sofia".
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/gamecode/hubTown.rpy", line 442, in script call
call NpcDisplay from _call_NpcDisplay
File "game/gamecode/dialogueSystem.rpy", line 3994, in script call
call GoddessStatue from _call_GoddessStatue
File "game/gamecode/hubTown.rpy", line 70, in script
menu statueOptions:
AttributeError: 'NoneType' object has no attribute 'sensitive'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/gamecode/hubTown.rpy", line 442, in script call
call NpcDisplay from _call_NpcDisplay
File "game/gamecode/dialogueSystem.rpy", line 3994, in script call
call GoddessStatue from _call_GoddessStatue
File "game/gamecode/hubTown.rpy", line 70, in script
menu statueOptions:
File "C:\MonG\renpy\ast.py", line 1626, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\MonG\renpy\exports.py", line 983, in menu
rv = renpy.store.menu(new_items)
File "C:\MonG\renpy\exports.py", line 1217, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\MonG\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\MonG\renpy\display\core.py", line 2701, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\MonG\renpy\display\core.py", line 3193, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\MonG\renpy\display\core.py", line 2093, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 519, in renpy.display.render.render_screen
File "render.pyx", line 247, in renpy.display.render.render
File "C:\MonG\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\MonG\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\MonG\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\MonG\renpy\display\screen.py", line 683, in render
sensitive = renpy.python.py_eval(self.screen.sensitive, locals=self.scope)
AttributeError: 'NoneType' object has no attribute 'sensitive'
Windows-7-6.1.7601-SP1
Ren'Py 7.3.0.271
Monster Girl Dreams Alpha-v20.3b
Fri Jul 05 06:57:48 2019
I am use sure if this actually works or not yet, but go into the game files and delete any file with a .rpyc at the end, apparently they can get borked and cause this issue. They then should be re-generated on game startup.Hmm. I went from 20.2b to 20.3b and it seems to have broken all my saves. Like literally broken, I can't load any of them. Complains about lacking stat "sensitive":
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/gamecode/hubTown.rpy", line 442, in script call call NpcDisplay from _call_NpcDisplay File "game/gamecode/dialogueSystem.rpy", line 3994, in script call call GoddessStatue from _call_GoddessStatue File "game/gamecode/hubTown.rpy", line 70, in script menu statueOptions: AttributeError: 'NoneType' object has no attribute 'sensitive' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/gamecode/hubTown.rpy", line 442, in script call call NpcDisplay from _call_NpcDisplay File "game/gamecode/dialogueSystem.rpy", line 3994, in script call call GoddessStatue from _call_GoddessStatue File "game/gamecode/hubTown.rpy", line 70, in script menu statueOptions: File "C:\MonG\renpy\ast.py", line 1626, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "C:\MonG\renpy\exports.py", line 983, in menu rv = renpy.store.menu(new_items) File "C:\MonG\renpy\exports.py", line 1217, in display_menu rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward) File "C:\MonG\renpy\ui.py", line 295, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\MonG\renpy\display\core.py", line 2701, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\MonG\renpy\display\core.py", line 3193, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "C:\MonG\renpy\display\core.py", line 2093, in draw_screen renpy.config.screen_height, File "render.pyx", line 519, in renpy.display.render.render_screen File "render.pyx", line 247, in renpy.display.render.render File "C:\MonG\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "C:\MonG\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "C:\MonG\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 154, in renpy.display.render.render File "render.pyx", line 247, in renpy.display.render.render File "C:\MonG\renpy\display\screen.py", line 683, in render sensitive = renpy.python.py_eval(self.screen.sensitive, locals=self.scope) AttributeError: 'NoneType' object has no attribute 'sensitive' Windows-7-6.1.7601-SP1 Ren'Py 7.3.0.271 Monster Girl Dreams Alpha-v20.3b Fri Jul 05 06:57:48 2019
EDIT: Perhaps someone would have 20.3 (earlier version) available for download? Mayhap patching the saves to that first would fix this.
Did that guy get banned for asking for a game that's free and has been for the most part pretty accessible? Because if that's the case then holy shit, I get there's rules for this shit but c'mon, that might be overkill.
v20.3c is now out for more bug fixing, and Mika's revised art is now out.
I am use sure if this actually works or not yet, but go into the game files and delete any file with a .rpyc at the end, apparently they can get borked and cause this issue. They then should be re-generated on game startup.
Having reviewed the situation, I will be lifting the ban, but not because the game is free or anything like that. I could not find a way to download earlier versions of the game, Patron or not, and he was asking for technical help. It is still against the rules to ask for game downloads, regardless of whether the game is free or not.
Asking for the links is what gets someone the infraction.Wait, does that mean the game dev Threshold should also be banned cos he posted download links to his game? The rules around this whole thing with games under construction makes no sense at all