To
interbladecard: found some errors, typos and miss in 2.9.2
error in ASABMotel-v2.9.2-pc\game\Acts\Act_02\act02scene08nontr.rpy line 40
play movie "images/videos/S6/awam_ntr.webm" loop <- video not provided
error in ASABMotel-v2.9.2-pc\game\Acts\Act_02\act02scene08nontr.rpy line 162
mc_smil "Of course you will,\m duhh, it's my dream remember." <- \m
instead of
mc_smil "Of course you will,\nduhh, it's my dream remember."
error in ASABMotel-v2.9.2-pc\game\Acts\Act_02\act02scene03.rpy line 368
play movie "images/extravid/awamlop.webm" loop <- missing /videos
instead of
play movie "images/videos/extravid/awamlop.webm" loop
error in ASABMotel-v2.9.2-pc\game\Acts\Act_02\act02scene03.rpy line 686
play movie "images/extravid/awamlop.webm" loop <- missing /videos
instead of
play movie "images/videos/extravid/awamlop.webm" loop
wrong video in ASABMotel-v2.9.2-pc\game\Acts\Act_02\act02scene03.rpy line 832
play movie "images/videos/s3/s3_awam.webm" loop <- low quality
instead of
play movie "images/videos/s3/awambm002.webm" loop <- I think this one is better
error in ASABMotel-v2.9.2-pc\game\Acts\Act_02\act02scene04.rpy line 478
play movie "videos/hygrfed.webm" loop <- missing images/
instead of
play movie "images/videos/hygrfed.webm" loop
error in ASABMotel-v2.9.2-pc\game\Acts\Act_06\act06scene05.rpy line 141
play movie "images/videos/livingroom037.webm" noloop <- wrong video, because it does not exist
instead of
play movie "images/videos/livingroom036f.webm" noloop <- I think it's this one, because it's not used anywhere
error in ASABMotel-v2.9.2-pc\game\Acts\Act_06\act06scene05.rpy line 154
play movie "images/videos/livingroom036g1.webm" noloop <- video not provided
error in ASABMotel-v2.9.2-pc\game\Acts\Act_06\act06scene05.rpy line 168
play movie "images/videos/livingroom036h1.webm" noloop <- video not provided
error in ASABMotel-v2.9.2-pc\game\Acts\Act_06\act06scene05.rpy line 174
play movie "images/videos/livingroom038.webm" noloop <- video not provided
error in ASABMotel-v2.9.2-pc\game\Acts\Act_02\act02scene03.rpy line 686
play movie "images/videos/S6/Nested_Sequence_39_22.webm" loop <- wrong directory S6/
instead of
play movie "images/videos/Nested_Sequence_39_22.webm" loop
error in ASABMotel-v2.9.2-pc\game\Acts\Act_03\act03scene01.rpy line 47
sop_alar "Dlyan! Why did you take my bra off too?!" <- Dlyan still used
instead of
sop_alar "[mcname]! Why did you take my bra off too?!"
error in ASABMotel-v2.9.2-pc\game\Acts\Act_03\act03scene01.rpy line 94
sop_hesi "Dlyan, I... I need you to do something for me..." <- Dlyan still used
instead of
sop_hesi "[mcname], I... I need you to do something for me..."
error in ASABMotel-v2.9.2-pc\game\Acts\Act_05\act05scene03.rpy line 223
sop_yell "DLYAN WHAT ARE YOU DOING?!" <- DLYAN still used
instead of
sop_yell "[mcname!u] WHAT ARE YOU DOING?"
error in ASABMotel-v2.9.2-pc\game\Acts\Act_02\act02scene04.rpy line 797
sop "D..Dy..[mcname]..." <- Does not match if mcname is different than Dylan
instead of
$ smcname = mcname[0]
$ s2mcname = mcname[0] + mcname[1] if mcname else ''
sop "[smcname]... [s2mcname]... [mcname]..."
and add this to definitions.rpy:
image livingroom063_62 = Animation("livingroom063", 0.35, "livingroom062", 0.35, loop=True)
to replace in ASABMotel-v2.9.2-pc\game\Acts\Act_06\act06scene05.rpy line 269-285
scene livingroom063 with dissolve
pause .025
scene livingroom062 with dissolve
pause .025
scene livingroom064 with dissolve
pause .025
scene livingroom062 with dissolve
pause .025
scene livingroom063 with dissolve
pause .025
scene livingroom062 with dissolve
pause .025
by
scene livingroom063_62 with dissolve
""