Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
47,862
Something wicked this way comes....

SanchoMod proudly presents:
Summer With Mia 2 - MultiMod Edition (Ep8 Update)
View attachment 2108883

Go get you some.
( Simply click on the banner image above )
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.
Please enjoy. Mod core is updated to the latest v6a with even more features. I hope you find at least one feature beneficial to your experience. Remember absolutely everything can be toggled on/off as desired and on the fly. Complete information and exhaustive previews can be found on the mod's thread (simply click the banner above). Regards and be well.

- Sancho
Note: A maintenance update will be inbound this evening. Seems I missed a note in my journal regarding the S/V second threesome. I need to code both the ChoiceGuide and add the scene variants to SanchoGallery. If you happen to be on the S/V route then know I'll get it sorted.

That choice starts here in the conditionals:
Python:
if d_13_s_talk_admitted or d14_came_on_s:
    jump D_18_Evening_Pete_Date_Cont_Had_3some
else:
    $ d_18_had_2nd_3some_with_s_and_v = False
    jump D_18_Evening_Pete_Date_Cont_Not_Had_3some
and/or here if the player is in relp with Mia:
1666126209580.png
 
  • Like
Reactions: JennaJJ

Sethus1

Member
Jul 1, 2018
167
145
"NameError: name 's_angle_pos' is not defined"
May the God be thy Slave,
since he didn't listen to my prayers.
But you have listened carefully
and made my day B-E-A-utifully.
I shall call upon the Ancestor,
let him bless you instead of Inceton (who didn't give a fuck),
let the logs be always clean,
let the code be always neat,
let the cache be never full
and let the people be never doubtful.

Hail SANCHO!

PS: Thanks for the fix ;)
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
47,862
Something wicked this way comes....

SanchoMod proudly presents:
Summer With Mia 2 - MultiMod Edition (Ep8 Update)
View attachment 2108883

Go get you some.
( Simply click on the banner image above )
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.
Please enjoy. Mod core is updated to the latest v6a with even more features. I hope you find at least one feature beneficial to your experience. Remember absolutely everything can be toggled on/off as desired and on the fly. Complete information and exhaustive previews can be found on the mod's thread (simply click the banner above). Regards and be well.

- Sancho
SanchoMod Maintenance Update (Ep8)

Links in the mod's OP are updated accordingly.

Change log:
  • Resolved: Missing scene in SanchoGallery and it's missing ChoiceGuide data while in-game.
  • Added: "Slut Button" relocation when MiniStat is toggled On/Off.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
47,862
Ugh this cunt Emma can fuck off. Why is this useless MC constantly capitulating to her? We told her to fuck off in Ep7 why are we asking Mia to give her another chance in Ep8. So fucking stupid!
Bud, imho don't be over-dramatic on that Ep8 scene. If on D13 you told Mia to not give her a chance then E makes one final-ditch effort, obviously thinking maybe she can coerce the MC into it by an "offer". You can "Be blunt" then "Refuse" and E then states "You don't have to bother Mia about me again. I'll take the hint and leave her be."

Sure, she still wants in and might turn up again, but the "piss off" thing still is in play, ain't it?
 

Magixian

Member
Feb 2, 2017
216
311
Any noticed how the OP Windows link to Anonfile is 10.35 Gb, and the others are 9.63 Gb .. Why is that ?
 

♂Brout&Minou♀

Engaged Member
Jul 30, 2020
2,497
1,812
Any noticed how the OP Windows link to Anonfile is 10.35 Gb, and the others are 9.63 Gb .. Why is that ?
This kind of difference between servers happens often, and most of the time the files end up being the same size. Start two downloads on Anonfile and on Terminal for example, and you will see in your download bar that they have the same size
 
  • Like
Reactions: Magixian

♂Brout&Minou♀

Engaged Member
Jul 30, 2020
2,497
1,812
another error when you click the red button when Mia is in school clothes
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/custom_atl.rpy", line 4474, in execute
File "game/custom_atl.rpy", line 4474, in execute
File "game/custom_atl.rpy", line 4481, in execute
Exception: DynamicImage u'bg/NC/[current_scene_name]_nc.jpg': could not find image. (u'bg/NC/e8i4088_nc.jpg')

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "story.rpyc", line 64636, in script
File "renpy/ast.py", line 716, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1223, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 875, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', 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 3276, 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 3694, 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 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, 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/custom_atl.rpy", line 4474, in execute
File "game/custom_atl.rpy", line 4474, in execute
File "game/custom_atl.rpy", line 4481, in execute
File "renpy/display/image.py", line 577, in _scope
return self.find_target(scope, update)
File "renpy/display/image.py", line 652, in find_target
raise Exception(error)
Exception: DynamicImage u'bg/NC/[current_scene_name]_nc.jpg': could not find image. (u'bg/NC/e8i4088_nc.jpg')

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Summer With Mia 2 E8
Tue Oct 18 10:06:35 2022
```
1666154024890.png
 

Ass Fan

Conversation Conqueror
TwitFollower
Jun 27, 2020
6,346
12,696
:love: I really liked Aunt Graça's way, I thought it was good, cool the part that she is Mc they are in the sauna talking about his relationship with Sadie but the best of all was Graça having set all that up for the two of them to be locked inside anyway
You don't have permission to view the spoiler content. Log in or register now.
 
  • Red Heart
Reactions: DIRTY FILTHY Animal
3.80 star(s) 75 Votes