joelurmel

Engaged Member
Nov 3, 2022
2,713
4,767
397
To interbladecard, multiple errors found in act02scene08nontr.rpy line 269-296, same problem in act03scene01.rpy line 113-139:

It's not mc bu Sophia speaking (this time it's true ;)), no show movie after play so, the text its not displayed.

scene car18 with dissolve
mc_msof "Oh my.. Dylan are you going to put it in my.."

menu cum_or_not_cumxxx:
"{b}{color=#005440}Pussy{size=-4}{color=#2bb8ff}":
jump embrace_pusssy
"{b}{color=#005440}Ass":
jump embrace_annnal



label embrace_pusssy:
scene black with dissolve
play movie "images/videos/dylsoppus.webm" loop
mc_msof "Yes fuck my pussy"
mc_msof "Yes fuck my pussy"
mc_msof "Yes fuck my pussy"
stop movie
jump car18

label embrace_annnal:
scene black with dissolve
play movie "images/videos/dylsopana.webm" loop
mc_msof "Yess fuck my ass"
mc_msof "Yess fuck my ass"
mc_msof "Yess fuck my ass"
stop movie

instead of:


scene car18 with dissolve
sop_msof "Oh my... [mcname] are you going to put it in my..."

menu cum_or_not_cumxxx_nontr:
"{b}{color=#005440}...Pussy{size=-4}{color=#2bb8ff}":
jump embrace_pusssy_nontr
"{b}{color=#005440}...Ass":
jump embrace_anal_nontr



label embrace_pusssy_nontr:
scene black with dissolve
play movie "images/videos/dylsoppus.webm" loop
show movie
sop_msof "Yes, fuck my pussy"
sop_msof "Oooh, Yes, fuck my pussy"
sop_msof "Aaah, Yes, fuck my pussy"
stop movie
jump car18_nontr

label embrace_anal_nontr:
scene black with dissolve
play movie "images/videos/dylsopana.webm" loop
show movie
sop_msof "Yes, fuck my ass"
sop_msof "Oooh, Yes, fuck my ass"
sop_msof "Aaah, Yes, fuck my ass"
stop movie
 
Last edited:
  • Like
Reactions: INNERBLADE

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
23,601
321,980
998
Motel: A Son and Brother Story [v2.9.3] [Interbladecard] - Update only

The patch may break your game, use at your own risk.
If you missed it you can find the old Update only patch HERE.

Universal: v2.9.2 -> v2.9.3 [3,54 MB]
Attached to this post.

You don't have permission to view the spoiler content. Log in or register now.

Please @ me or quote this post if there is a new version that doesn't show up on the "Latest Updates" page.
 

joelurmel

Engaged Member
Nov 3, 2022
2,713
4,767
397
To interbladecard, sorry to be late, but I'm overbooked by informatique/electronic repair.

Suggested corrections for the 2.9.3 in advance of my futur fix+audio.

Pay double attention to the last part, because if you not do the modifications, it will put your novel in the incest world and can pose problem with the Patreon rules.

add in definitons.rpy (because the animation is not showed without a pause)
image djer002_001 = Animation("djer002", 0.35, "djer001", 0.35, loop=True)

to replace in game\Acts\Act_06\act06scene02.rpy line 138-150
scene djer002 with dissolve
mc "Oh yeah Ellie, show me what\na dirty little girl you really are!"
scene djer001 with dissolve
scene djer002 with dissolve
scene djer001 with dissolve
scene djer002 with dissolve
scene djer001 with dissolve
scene djer002 with dissolve
scene djer001 with dissolve
scene djer002 with dissolve
scene djer001 with dissolve
scene djer002 with dissolve
scene djer001 with dissolve
by
scene djer002_001 with dissolve
mc "Oh yeah Ellie, show me what\na dirty little girl you really are!"


modify in act02scene08nontr.rpy line 122 and 154, because it's too short
scene dylandream10 with dissolve
pause 0.1
scene dylandream11 with dissolve
scene dylandream15 with dissolve
pause 0.1
scene dylandream16 with dissolve

into
scene dylandream10 with dissolve
pause 0.5
scene dylandream11 with dissolve
scene dylandream15 with dissolve
pause 0.5
scene dylandream16 with dissolve

modify the menu in act02scene08nontr.rpy line 271
still have Dylan instead of [mcname]

You have missed to modify the carbj002_01 in act03scene01.rpy line 368

error in act06scene02.rpy line 238
ama_ster "Enough of this [mc]!"
instead of
ama_ster "Enough of this [mcname]!"

error in act06scene06.rpy line 29
mc_angr "It's the damned meds they have me on!"
instead of
mc_angr "It's the damned meds they gave me on!"

and line 47
mc_grin "Yeah keep dreaming sis!"
instead of
mc_grin "Yeah keep dreaming stepsister!"

Still Dlyan in act03scene01.rpy line 47
sop_alar "Dlyan! Why did you take my bra off too?!"
instead of
sop_alar "[mcname]! Why did you take my bra off too?!"

Still Sohpia in act01scene03.rpy line 172-173
sop "Please Robert call me Sohpia!"
rob "Sure thing Mi...er, Sohpia!"
instead of
sop "Please Robert call me Sophia!"
rob "Sure thing Mi... er, Sophia!"
and in act02scene04.rpy line 243
sop_qstr "[th](Damn it Sohpia!)"
instead of
sop_qstr "[th](Damn it Sophia!)"
and in act05scene03.rpy line 187
mc_thin "[th](Damn it Sohpia! I am not\ngoing to let you pretend\nthat a bump on the head...)"
instead of
mc_thin "[th](Damn it Sophia! I am not\ngoing to let you pretend\nthat a bump on the head...)"


Errors that can cause problem with Patreon due to the incest nature...
act04scene01.rpy
line 257 + 264 Mom instead of my mom

act05scene03.rpy
line 26 Mom instead of Sophia
line 51 MOM instead SOPHIA
line 338 Mom instead of Sophia

act06scene03.rpy
line 84 brother instead of stepbrother

act06scene04.rpy
line 29 Mom instead of Sophia

act06scene06.rpy
line 31 brother instead of stepbrother
line 47 sis instead of stepsister
line 80 Sis instead of Stepsister
 
  • Like
Reactions: INNERBLADE
2.30 star(s) 24 Votes