I don't entirely blame people for voting for their preferred fetish.people vote for this. sadly.
![]()
I DO blame eXtasy Games for choosing to include a fetish in their poll that COMPLETELY changes the character pre-established appearance.
I don't entirely blame people for voting for their preferred fetish.people vote for this. sadly.
![]()
Isabelle event not available yet ?
This what I came to ask. Isabelle isn't even mentioned in the changelog for v0.20, so I'm guessing there's supposed to be a "To be continued" message in her questline.Can't talk to Isabelle after getting her quest.
But "transformation" is a kinda popular genre. NOT including it into the poll would be a bias as well... After all, "complete character change" already was present in the game ages ago for the MC friend.I don't entirely blame people for voting for their preferred fetish.
I DO blame eXtasy Games for choosing to include a fetish in their poll that COMPLETELY changes the character pre-established appearance.
that be will 0.24, yes i believe the dev already aware that missingThis what I came to ask. Isabelle isn't even mentioned in the changelog for v0.20, so I'm guessing there's supposed to be a "To be continued" message in her questline.
Mc's friend was originally not a love interest (by definition of being a dude) so basically nothing was lost.But "transformation" is a kinda popular genre. NOT including it into the poll would be a bias as well... After all, "complete character change" already was present in the game ages ago for the MC friend.
A child question. A short answer:I just don't understand why they decided to shoot themselves in the foot by dissappointing fans of her base design when they could have just made a new, not seen before character to satisfy this fetish.
zoe aspect was decided by poll. everything from hair color to bust size. the whole charater was a 'comunity drive' one.I don't entirely blame people for voting for their preferred fetish.
I DO blame eXtasy Games for choosing to include a fetish in their poll that COMPLETELY changes the character pre-established appearance.
what a waste of storyline. bimbo trashView attachment 5056763
Anyone else hoping that we were going to get this version of Zoe ...
View attachment 5056764
... only to be disappointed to realize we got this instead???
well so far with all girls we can change personalities so am expecting the same.Oof, I really hope we get a way of not engaging or at least reversing the whole bimbo thing because that's just an objective downgrade
thanks for the modI saw that someone made a mod, but it wasn't quite what I wanted so I made my own.
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.
same issue for mewhy SAVE 019 beta not work 020 beta ??
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
AttributeError: Can't get attribute 'mod_stats_info' on <renpy.python.StoreModule object at 0x0000000004ae5670>
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\ast.py", line 834, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\python.py", line 1187, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\core.py", line 2218, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\core.py", line 3289, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\screen.py", line 794, in event
rv = self.child.event(ev, x, y, st)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\transform.py", line 1083, in event
rv = d.event(ev, cx, cy, st)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\behavior.py", line 1182, in event
return handle_click(self.clicked)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\behavior.py", line 1103, in handle_click
rv = run(action)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\behavior.py", line 394, in run
new_rv = run(i, *args, **kwargs)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\loadsave.py", line 837, in load
roots, log = loads(log_data)
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\compat\pickle.py", line 104, in loads
return load(io.BytesIO(s))
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\compat\pickle.py", line 101, in load
return up.load()
File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\compat\pickle.py", line 97, in find_class
return super().find_class(module, name)
AttributeError: Can't get attribute 'mod_stats_info' on <renpy.python.StoreModule object at 0x0000000004ae5670>
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Shattered Minds V0.20_BETA
Sat Jul 19 20:58:43 2025
```
I was disappointed with her quest to be honest...I was really hoping we could put that piggy on a treadmill, get some spectacular before and after pictures or something. But no. I just made her a mindless drone and proceeded to forget she ever existed.I didn't finish Rose's quest last update but man, at least dev knows LMAOOOO
View attachment 5057922
That's why I don't use mods. You either have to wait for mods to be update or start a new game.same issue for me
Code:``` I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 499, in __call__ renpy.load(fn) AttributeError: Can't get attribute 'mod_stats_info' on <renpy.python.StoreModule object at 0x0000000004ae5670> -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\ast.py", line 834, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\python.py", line 1187, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\core.py", line 2218, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\core.py", line 3289, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\screen.py", line 794, in event rv = self.child.event(ev, x, y, st) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\transform.py", line 1083, in event rv = d.event(ev, cx, cy, st) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\behavior.py", line 1182, in event return handle_click(self.clicked) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\behavior.py", line 1103, in handle_click rv = run(action) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\behavior.py", line 394, in run new_rv = run(i, *args, **kwargs) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\display\behavior.py", line 401, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 499, in __call__ renpy.load(fn) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\loadsave.py", line 837, in load roots, log = loads(log_data) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\compat\pickle.py", line 104, in loads return load(io.BytesIO(s)) File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\compat\pickle.py", line 101, in load return up.load() File "C:\Shattered_Minds-V0.20_BETA-pc\renpy\compat\pickle.py", line 97, in find_class return super().find_class(module, name) AttributeError: Can't get attribute 'mod_stats_info' on <renpy.python.StoreModule object at 0x0000000004ae5670> Windows-10-10.0.26100 AMD64 Ren'Py 8.3.7.25031702 Shattered Minds V0.20_BETA Sat Jul 19 20:58:43 2025 ```