Compare commits

...

7 Commits

Author SHA1 Message Date
9f2bd4ed5f fixes translation menus
deletes the old lines
2023-05-07 00:21:57 -06:00
0c648922aa common code 2023-05-06 22:50:23 -06:00
378cb12bf4 Late Game (Chapters 13, 14) and Bonus Chapters
* Reduces copypasta in the "what plans do you have" scene at the beach.
2023-05-06 22:48:11 -06:00
c890f2094c 2, 5, 8, 11
threes threes threes
2023-05-06 22:45:57 -06:00
dbffdf5c36 chapters 1 and 4 2023-05-06 22:43:35 -06:00
c274f8726a reduce copypasta in chapter7 2023-05-06 22:42:36 -06:00
9021619bf0 chapter 7 alignment issues 2023-05-06 22:42:27 -06:00
15 changed files with 700 additions and 748 deletions

View File

@ -305,11 +305,11 @@ screen textscroll():
# Naser's position when helping Anon get up # Naser's position when helping Anon get up
transform nmidright: transform nmidright:
xalign 1.5 yalign 0.08 xalign 1.5 yalign 0.08
# Naomi's position when handing the brochure to Anon # Naomi's position when handing the brochure to Anon
transform scloserleft: transform scloserleft:
xalign 0.1 yalign 0.0 xalign 0.1 yalign 0.0

View File

@ -157,7 +157,7 @@ label chapter_1:
scene stairs at Pan((553,169), (553, 169), 0) with None # snap here if the player is advancing the dialogue quickly scene stairs at Pan((553,169), (553, 169), 0) with None # snap here if the player is advancing the dialogue quickly
window hide window hide
show iris: show iris:
xalign 0.99 yalign 0.75 xalign 0.99 yalign 0.75
stop ambient fadeout 4 stop ambient fadeout 4
stop ambient1 fadeout 4 stop ambient1 fadeout 4
with Dissolve(3) with Dissolve(3)
@ -1289,9 +1289,9 @@ label chapter_1:
show naomi neutral flip with dissolve show naomi neutral flip with dissolve
show naser: show naser:
easein_cubic 0.5 xalign 0.62 easein_cubic 0.5 xalign 0.62
pause 0.75 pause 0.75
ease 0.75 xalign 0.4 ease 0.75 xalign 0.4
pause 2 pause 2
"He tears the sandwich in two and hands me the larger half." "He tears the sandwich in two and hands me the larger half."
@ -1846,9 +1846,9 @@ label chapter_1:
window hide window hide
$ i = 0 $ i = 0
while i < 20: while i < 20:
$ showCG() $ showCG()
pause 1 pause 1
$ i = i + 1 $ i = i + 1
$ renpy.music.set_volume(0.4, 2, 'ambient') $ renpy.music.set_volume(0.4, 2, 'ambient')
@ -3479,7 +3479,7 @@ label chapter_1:
show anon neutral at aleft show anon neutral at aleft
show naomi neutral flip at sright show naomi neutral flip at sright
show naser sad flip behind naomi: show naser sad flip behind naomi:
xalign 0.7 yalign -0.1 xalign 0.7 yalign -0.1
with Dissolve(1) with Dissolve(1)
pause 0.5 pause 0.5

View File

@ -3847,7 +3847,7 @@ label chapter_11:
pause .5 pause .5
show rosa neutral behind moe: show rosa neutral behind moe:
yalign 0.2 xalign 0.0 yalign 0.2 xalign 0.0
show rosa: show rosa:
easein_back 2 yalign 0.2 xalign 0.9 easein_back 2 yalign 0.2 xalign 0.9
with dissolve with dissolve
@ -5245,9 +5245,9 @@ label chapter_11:
scene classroom scene classroom
show anon neutral: show anon neutral:
yalign 0.1 xalign 0.2 yalign 0.1 xalign 0.2
show fang neutral behind anon: show fang neutral behind anon:
yalign 0.0 xalign 0.8 yalign 0.0 xalign 0.8
with Dissolve(1) with Dissolve(1)
pause .5 pause .5

View File

@ -56,7 +56,7 @@ label chapter_13A:
show naomi prom neutral: show naomi prom neutral:
yalign 0.0 xalign -0.4 yalign 0.0 xalign -0.4
show naomi prom neutral: show naomi prom neutral:
easein_cubic 1 xalign -0.125 easein_cubic 1 xalign -0.125
with dissolve with dissolve
pause .5 pause .5
@ -690,13 +690,11 @@ label chapter_13A:
pause .5 pause .5
menu: menu:
"Could be worse": "Could be worse":
A "Could be worse."
A "Could be worse." "Going great, actually":
A "Going great, actually."
"Going great, actually":
A "Going great, actually."
pause .5 pause .5
Sp "Wheres your date, I thought I saw the two of you enter." Sp "Wheres your date, I thought I saw the two of you enter."

View File

@ -3114,17 +3114,13 @@ label chapter_13D:
pause .5 pause .5
menu: menu:
"Go to college":
A "Well... {w=0.3}Spears convinced me to send out a couple application letters for college."
"Go to college": "Not certain just yet":
A "Im not sure yet."
A "Well... {w=0.3}Spears convinced me to send out a couple application letters for college."
A "Im thinking of doing something with music{cps=*.1}...{/cps} maybe becoming a sound engineer?"
A "Im thinking of doing something with music{cps=*.1}...{/cps} maybe becoming a sound engineer?"
"Not certain just yet":
A "Im not sure yet."
A "Im thinking of doing something with music{cps=*.1}...{/cps} maybe becoming a sound engineer?"
Re "Oh nice, dude! You can be the bands sound technician when youre done!" Re "Oh nice, dude! You can be the bands sound technician when youre done!"

View File

@ -441,7 +441,7 @@ label chapter_14C:
pause .5 pause .5
show fang: show fang:
easeout_cubic 1 xalign 1.4 easeout_cubic 1 xalign 1.4
show fang c happy with dissolve show fang c happy with dissolve
hide fang with dissolve hide fang with dissolve
pause 0.5 pause 0.5

View File

@ -603,7 +603,7 @@ label chapter_2:
window auto window auto
show fang neutral with Dissolve(1): show fang neutral with Dissolve(1):
xalign -0.6 yalign 0.0 xalign -0.6 yalign 0.0
pause .75 pause .75
show white: show white:
@ -903,7 +903,7 @@ label chapter_2:
pause .5 pause .5
show fang sad flip: show fang sad flip:
ease_cubic 1.5 xalign -0.6 ease_cubic 1.5 xalign -0.6
pause 1.15 pause 1.15
show fang sad with dissolve show fang sad with dissolve
pause 1.2 pause 1.2
@ -1919,7 +1919,7 @@ label chapter_2:
show fang sad: show fang sad:
yalign 0 xalign -1 yalign 0 xalign -1
show fang sad: show fang sad:
easein 1 xalign -0.6 easein 1 xalign -0.6
with Dissolve(1) with Dissolve(1)
pause 1 pause 1
@ -2191,13 +2191,13 @@ label chapter_2:
scene cafeteria scene cafeteria
show anon neutral: show anon neutral:
xalign -0.2 yalign 0.1 xalign -0.2 yalign 0.1
show reed neutral flip: show reed neutral flip:
xalign 0.5 yalign 0.1 xalign 0.5 yalign 0.1
show fang considering flip: show fang considering flip:
xalign 0.95 yalign 0.0 xalign 0.95 yalign 0.0
show trish neutral flip: show trish neutral flip:
xalign 1.125 yalign 0.0 xalign 1.125 yalign 0.0
with Dissolve(1) with Dissolve(1)
pause .5 pause .5
@ -2274,11 +2274,11 @@ label chapter_2:
stop music fadeout 0.02 stop music fadeout 0.02
show reed shocked flip: show reed shocked flip:
easein_quart 1 xalign 0.54 easein_quart 1 xalign 0.54
show fang surprised flip: show fang surprised flip:
easein_quart 1 xalign 0.99 easein_quart 1 xalign 0.99
show trish surprised flip: show trish surprised flip:
easein_quart 1 xalign 1.155 easein_quart 1 xalign 1.155
pause .5 pause .5
"The three stop in their tracks and look back at me." "The three stop in their tracks and look back at me."
pause .5 pause .5
@ -2331,11 +2331,11 @@ label chapter_2:
pause .5 pause .5
show reed shocked flip: show reed shocked flip:
easein_quart 1 xalign 0.65#0.54 easein_quart 1 xalign 0.65#0.54
show fang surprised flip: show fang surprised flip:
easein_quart 1 xalign 1.15#0.99 easein_quart 1 xalign 1.15#0.99
show trish neutral flip: show trish neutral flip:
easein_quart 1 xalign 1.25#1.155 easein_quart 1 xalign 1.25#1.155
FRT "Ohfuck.{w=.4} Sorry Anon, we gotta bail." FRT "Ohfuck.{w=.4} Sorry Anon, we gotta bail."
window hide window hide

View File

@ -732,7 +732,7 @@ label chapter_4:
show reed king rex behind anon: show reed king rex behind anon:
yalign 0.1 xalign -1.9 yalign 0.1 xalign -1.9
show reed: show reed:
easein 1 xalign -1.2 easein 1 xalign -1.2
with Dissolve(1) with Dissolve(1)
pause 1 pause 1
Re "Itll be fine." Re "Itll be fine."

View File

@ -573,9 +573,9 @@ label chapter_5:
menu: menu:
"Tug Her Tail": "Tug Her Tail":
pass pass
"Tug Her Ankle": "Tug Her Ankle":
pass pass
pause .5 pause .5

File diff suppressed because it is too large Load Diff

View File

@ -80,9 +80,9 @@ label chapter_8:
"Knowing better than to look through the ocean of students, I follow my nose to Reed." "Knowing better than to look through the ocean of students, I follow my nose to Reed."
pause 0.5 pause 0.5
show reed sunglasses: show reed sunglasses:
xalign 0.4 yalign 0.1 xalign 0.4 yalign 0.1
show trish neutral behind reed: show trish neutral behind reed:
xalign 0.9 xalign 0.9
with dissolve with dissolve
"The fetid raptor was sitting in the very last row with Trish." "The fetid raptor was sitting in the very last row with Trish."

View File

@ -397,7 +397,7 @@ label chapter_x7:
pause .5 pause .5
show trish happy with dissolve show trish happy with dissolve
#show trish happy behind dimmer_darker at tleft with easeinleft #show trish happy behind dimmer_darker at tleft with easeinleft
T "Fang! It took a while but Reeds distracted!" T "Fang! It took a while but Reeds distracted!"

View File

@ -1548,28 +1548,28 @@ image fang very sad blur flip = im.Flip("highres/bluralt/fang very sad blur.webp
image naomi neutral blur flip = im.Flip("highres/bluralt/naomi neutral blur.webp", horizontal=True) image naomi neutral blur flip = im.Flip("highres/bluralt/naomi neutral blur.webp", horizontal=True)
image fang pneutral blur = Composite( image fang pneutral blur = Composite(
(1412, 1500), (1412, 1500),
#(2683, 2850), #(2683, 2850),
(0, 0), "highres/bluralt/fang neutral blur.webp", (0, 0), "highres/bluralt/fang neutral blur.webp",
(0, 0), "highres/bluralt/amberpendant1 blur.webp" (0, 0), "highres/bluralt/amberpendant1 blur.webp"
) )
image fang pbird happy blur = Composite( image fang pbird happy blur = Composite(
(1412, 1500), (1412, 1500),
#(2683, 2850), #(2683, 2850),
(0, 0), "highres/bluralt/fang flip off happy blur.webp", (0, 0), "highres/bluralt/fang flip off happy blur.webp",
(0, 0), "highres/bluralt/amberpendant1 blur.webp" (0, 0), "highres/bluralt/amberpendant1 blur.webp"
) )
image fang pneutral blur flip = Composite( image fang pneutral blur flip = Composite(
(1412, 1500), (1412, 1500),
#(2683, 2850), #(2683, 2850),
(0, 0), im.Flip("highres/bluralt/fang neutral blur.webp", horizontal=True), (0, 0), im.Flip("highres/bluralt/fang neutral blur.webp", horizontal=True),
(0, 0), im.Flip("highres/bluralt/amberpendant1 blur.webp", horizontal=True) (0, 0), im.Flip("highres/bluralt/amberpendant1 blur.webp", horizontal=True)
) )
image fang pbird happy blur flip = Composite( image fang pbird happy blur flip = Composite(
(1412, 1500), (1412, 1500),
#(2683, 2850), #(2683, 2850),
(0, 0), im.Flip("highres/bluralt/fang flip off happy blur.webp", horizontal=True), (0, 0), im.Flip("highres/bluralt/fang flip off happy blur.webp", horizontal=True),
(0, 0), im.Flip("highres/bluralt/amberpendant1 blur.webp", horizontal=True) (0, 0), im.Flip("highres/bluralt/amberpendant1 blur.webp", horizontal=True)
) )
image raymba2 flip = im.Flip("raymba/raymba2.webp", horizontal=True) image raymba2 flip = im.Flip("raymba/raymba2.webp", horizontal=True)

View File

@ -4099,24 +4099,12 @@ translate es FastTimesAtVolcanoHigh_94e85886:
# A "Well... {w=0.3}Spears convinced me to send out a couple application letters for college." # A "Well... {w=0.3}Spears convinced me to send out a couple application letters for college."
A "Bueno... {w=0.3}Spears me convenció de enviar un par de letras de aplicación para la universidad." A "Bueno... {w=0.3}Spears me convenció de enviar un par de letras de aplicación para la universidad."
# game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy:3121
translate es FastTimesAtVolcanoHigh_4e617de4:
# A "Im thinking of doing something with music{cps=*.1}...{/cps} maybe becoming a sound engineer?"
A "Estoy pensando en hacer algo con música{cps=*.1}...{/cps} ¿quizás convertirme en ingeniero de sonido?"
# game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy:3124 # game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy:3124
translate es FastTimesAtVolcanoHigh_a2735d38: translate es FastTimesAtVolcanoHigh_a2735d38:
# A "Im not sure yet." # A "Im not sure yet."
A "Todavía no estoy seguro." A "Todavía no estoy seguro."
# game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy:3126
translate es FastTimesAtVolcanoHigh_4e617de4_1:
# A "Im thinking of doing something with music{cps=*.1}...{/cps} maybe becoming a sound engineer?"
A "Estoy pensando en hacer algo con música{cps=*.1}...{/cps} ¿quizás convertirme en ingeniero de sonido?"
# game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy:3128 # game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy:3128
translate es FastTimesAtVolcanoHigh_5ce0f5f5: translate es FastTimesAtVolcanoHigh_5ce0f5f5:
@ -6127,3 +6115,11 @@ translate es strings:
old "Not certain just yet" old "Not certain just yet"
new "Todavía no estoy seguro" new "Todavía no estoy seguro"
# TODO: Translation updated at 2023-05-07 00:20
# game/script/13D.fang-plays-well,-naomi-jealous,-fang-talks-to-anon-to-break-up-while-she-thinks-about-her-life.rpy:3123
translate es FastTimesAtVolcanoHigh_4e617de4:
# A "Im thinking of doing something with music{cps=*.1}...{/cps} maybe becoming a sound engineer?"
A "Estoy pensando en hacer algo con música{cps=*.1}...{/cps} ¿quizás convertirme en ingeniero de sonido?"

View File

@ -2226,48 +2226,6 @@ translate es PostCableConundrum_797b4809:
# "Right into Trishs trap, {w=0.3}hook, {w=0.3}line, {w=0.3}sinker and rod." # "Right into Trishs trap, {w=0.3}hook, {w=0.3}line, {w=0.3}sinker and rod."
"Justo en la trampa, {w=0.3}el anzuelo, {w=0.3}la línea, {w=0.3}la plomada y en la caña de Trish." "Justo en la trampa, {w=0.3}el anzuelo, {w=0.3}la línea, {w=0.3}la plomada y en la caña de Trish."
# game/script/7.concert-day.rpy:1539
translate es PostCableConundrum_afcbc2bb:
# A "I do NOT have a thing for Incontineisha."
A "La incontinencia NO es mi fetiche."
# game/script/7.concert-day.rpy:1542
translate es PostCableConundrum_afcbc2bb_1:
# A "I do NOT have a thing for Incontineisha."
A "La incontinencia NO es mi fetiche."
# game/script/7.concert-day.rpy:1545
translate es PostCableConundrum_afcbc2bb_2:
# A "I do NOT have a thing for Incontineisha."
A "La incontinencia NO es mi fetiche."
# game/script/7.concert-day.rpy:1548
translate es PostCableConundrum_afcbc2bb_3:
# A "I do NOT have a thing for Incontineisha."
A "La incontinencia NO es mi fetiche."
# game/script/7.concert-day.rpy:1551
translate es PostCableConundrum_afcbc2bb_4:
# A "I do NOT have a thing for Incontineisha."
A "La incontinencia NO es mi fetiche."
# game/script/7.concert-day.rpy:1554
translate es PostCableConundrum_afcbc2bb_5:
# A "I do NOT have a thing for Incontineisha."
A "La incontinencia NO es mi fetiche."
# game/script/7.concert-day.rpy:1557
translate es PostCableConundrum_afcbc2bb_6:
# A "I do NOT have a thing for Incontineisha."
A "La incontinencia NO es mi fetiche."
# game/script/7.concert-day.rpy:1560 # game/script/7.concert-day.rpy:1560
translate es PostCableConundrum_afcbc2bb_7: translate es PostCableConundrum_afcbc2bb_7:
@ -2630,3 +2588,11 @@ translate es strings:
old "No." old "No."
new "No." new "No."
# TODO: Translation updated at 2023-05-07 00:20
# game/script/7.concert-day.rpy:1556
translate es PostCableConundrum_afcbc2bb:
# A "I do NOT have a thing for Incontineisha."
A "Estoy pensando en hacer algo con música{cps=*.1}...{/cps} ¿quizás convertirme en ingeniero de sonido?"