- Nov 21, 2022
- 430
- 418
Nope, this was a one time thingbut does she wear that catwoman costume?
Nope, this was a one time thingbut does she wear that catwoman costume?
I'm oddly constantly getting the ending where Sadie is dumped even tho I time and time again kept choosing her. Game has a MEGA bug....cuz I can't avoid it. Wtf? Where's the SAdie ending? I literally just saw the scene where MC and her have sex in the alley and he tells himself that she's the one for him.Kinda feel bad for saddie. She was just supporting her man but she gets booted out.
I got this same exact bug on one of my Sadie only saves. I tried to take different dialog choices in ep 10 to see if that changes something but it still happened. Then i said fck it and started a new game doing it all over again going for Sadie only and then it worked and was able to get Sadie only ending. So possible if you make even one wrong dialog choice somewhere you can end up with this.HUH?! No I am not! I'm choosing Sadie but this game, again, forgets the big choices! Anybody know how to fix this?! I keep replaying and even tho I get the scene where we flashback to when MC met Sadie and telling Mia about how she hopes she finds someone etc etc....I STILL GET THIS!
View attachment 3044204
There are only two games with Mia and they are connected. First is Summer with Mia and second one is this one which takes place two years after the first one. It used to be called Summer with Mia 2 but they had to change the name due to Steam for some reasonWhat exactly is the order of the games as there are so many with the Mia character and do they all connect or separate stuff?
Well, no need for that. Just a phone call breakup is enough for her. If we believe Vivian they don't even have a real relationship anyway.In my personal head cannon i assume Pete took care of him if you know what i mean
True thatWell, no need for that. Just a phone call breakup is enough for her. If we believe Vivian they don't even have a real relationship anyway.![]()
Just tried that...and I still am getting the scene where the MC breaks up with her...In previous update there was an error when you went to Gissele's home and even if you were not on her path she would talk to you as if you were. I think that's what they fixed for her.
Here is a save from my Sadie only playthrough where i only went for her, it is at the very title screen for ep 10 so at the very start
Well I hope that mod comes soon cuz I just used ur save and it still didn't work. Last night I started the game from the start and actively avoided Mia and STILL am getting this BS. And what happened to the scene gallery? All my saves are gone too (which is why I started all over, but made the same sadie-only choices).I got this same exact bug on one of my Sadie only saves. I tried to take different dialog choices in ep 10 to see if that changes something but it still happened. Then i said fck it and started a new game doing it all over again going for Sadie only and then it worked and was able to get Sadie only ending. So possible if you make even one wrong dialog choice somewhere you can end up with this.
Best probably to just wait for Sancho mod with which you can review your past choices and it may possibly have an option to change your choices without you having to replay the whole game again if he puts that into the mod.
IDK what to tell you, works for me on Steam. Maybe Sancho mod fixes it for you once he finishes it. Have patienceJust tried that...and I still am getting the scene where the MC breaks up with her...
wtf?
Put this file in your "game" folder, load the game up and tell me what it says after this bit of dialogue. It will look something like: Mia relationship = Friends. Sadie relationship = falseHUH?! No I am not! I'm choosing Sadie but this game, again, forgets the big choices! Anybody know how to fix this?! I keep replaying and even tho I get the scene where we flashback to when MC met Sadie and telling Mia about how she hopes she finds someone etc etc....I STILL GET THIS!
View attachment 3044204
Main UI recoding done.The UI being unbalanced was driving me nuts. It will be resolved in the pending SanchoMod update.
Was:
View attachment 3044175 View attachment 3044177
Now:
View attachment 3044178 View attachment 3044179
I didn't think I had OCD... dunno.
over 35K images in jpeg format instead of webp17gb!? What for?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
AttributeError: Can't get attribute 'O000O00O000OOO0O0' on <renpy.python.StoreModule object at 0x00000000040e16a0>
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "D:\gofile\Returning To Mia\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\gofile\Returning To Mia\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "D:\gofile\Returning To Mia\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\gofile\Returning To Mia\renpy\display\core.py", line 3377, 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 "D:\gofile\Returning To Mia\renpy\display\core.py", line 4258, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\gofile\Returning To Mia\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\gofile\Returning To Mia\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\gofile\Returning To Mia\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\gofile\Returning To Mia\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\gofile\Returning To Mia\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "D:\gofile\Returning To Mia\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\gofile\Returning To Mia\renpy\display\layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "D:\gofile\Returning To Mia\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\gofile\Returning To Mia\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\gofile\Returning To Mia\renpy\display\layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "D:\gofile\Returning To Mia\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\gofile\Returning To Mia\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\gofile\Returning To Mia\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\gofile\Returning To Mia\renpy\display\behavior.py", line 1073, in event
return handle_click(self.clicked)
File "D:\gofile\Returning To Mia\renpy\display\behavior.py", line 1008, in handle_click
rv = run(action)
File "D:\gofile\Returning To Mia\renpy\display\behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
File "D:\gofile\Returning To Mia\renpy\loadsave.py", line 768, in load
roots, log = loads(location.load(filename))
File "D:\gofile\Returning To Mia\renpy\compat\pickle.py", line 100, in loads
return load(io.BytesIO(s))
File "D:\gofile\Returning To Mia\renpy\compat\pickle.py", line 97, in load
return up.load()
File "D:\gofile\Returning To Mia\renpy\compat\pickle.py", line 93, in find_class
return super().find_class(module, name)
AttributeError: Can't get attribute 'O000O00O000OOO0O0' on <renpy.python.StoreModule object at 0x00000000040e16a0>
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Returning to Mia
Mon Oct 30 02:51:57 2023
There are 4.Can anyone tell me how many LI endings there are? Thank you!