Merge pull request 'issue34-bugfixes' (#7) from issue34-bugfixes into master

Reviewed-on: https://git.snootgame.xyz/coolestskinnieinthejungle/SnootGame/pulls/7
This commit is contained in:
2021-06-18 18:25:17 +00:00
3 changed files with 537 additions and 553 deletions

View File

@ -348,4 +348,9 @@ transform rleft:
transform rright: transform rright:
xalign 1.7 yalign 0.1 xalign 1.7 yalign 0.1
call start label start:
$ fangscore = 0
$ anonscore = 0
$ tradwife = False
pause 1.0
call storyline

View File

@ -461,49 +461,35 @@ label chapter_8:
jump musicalchoices jump musicalchoices
"Try Something Cool": "Try Something Cool":
play sound "audio/effects/goodA.mp3" play sound "audio/effects/goodA.mp3"
F "Wow that was really pretty." F "Wow that was really pretty."
A "Really?" A "Really?"
F "Pretty shit." F "Pretty shit."
jump musicalchoices jump musicalchoices
"Keep it simple": "Keep it simple":
play sound "audio/effects/correctA.mp3" play sound "audio/effects/correctA.mp3"
F "Hmm. Interesting, keep going." F "Hmm. Interesting, keep going."
menu: menu:
"Jam out hard": "Jam out hard":
play sound "audio/effects/badB.mp3" play sound "audio/effects/badB.mp3"
F "You {i}really{/i} suck at this." F "You {i}really{/i} suck at this."
jump musicalchoices jump musicalchoices
"Strum with confidence": "Strum with confidence":
play sound "audio/effects/correctB.mp3" play sound "audio/effects/correctB.mp3"
F "Thats pretty good." F "Thats pretty good."
F "Dont stop you idiot, keep going." F "Dont stop you idiot, keep going."
"Keep a soft tone": "Keep a soft tone":
play sound "audio/effects/goodB.mp3" play sound "audio/effects/goodB.mp3"
F "Cmon Anon, you can do better." F "Cmon Anon, you can do better."
jump musicalchoices jump musicalchoices
menu: menu:
"Press this button or else your mother dies in her sleep": "Press this button or else your mother dies in her sleep":
play sound "audio/effects/badC.mp3" play sound "audio/effects/badC.mp3"
F "Oh come on now, impress me." F "Oh come on now, impress me."
jump musicalchoices jump musicalchoices
"Try to impress": "Try to impress":
play sound "audio/effects/goodC.mp3" play sound "audio/effects/goodC.mp3"
F "Nah… Thats not it, but youre getting there." F "Nah… Thats not it, but youre getting there."
jump musicalchoices jump musicalchoices
"Play something random": "Play something random":
play sound "audio/effects/correctC.mp3" play sound "audio/effects/correctC.mp3"
F "I like this." F "I like this."
@ -924,13 +910,9 @@ label chapter_8:
"{i}Never make anything again. Ever.{/i}" "{i}Never make anything again. Ever.{/i}"
"Ah, just a day in the life of an underappreciated artist." "Ah, just a day in the life of an underappreciated artist."
return
#jump ChVVURMDRAMA - commented out 6/14/21 - redundant with new "system" and needs to point to chapter_9 instead
jump chapter_9
label GetStartedOnStudy: label GetStartedOnStudy:
play music 'audio/OST/Dragging on and on....ogg' fadein 1.0 play music 'audio/OST/Dragging on and on....ogg' fadein 1.0
"No, I should focus more on my midterms." "No, I should focus more on my midterms."

View File

@ -1,8 +1,4 @@
label start: label storyline:
$ fangscore = 0
$ anonscore = 0
$ tradwife = False
pause 1.0
call chapter_1 call chapter_1
call chapter_2 call chapter_2
call chapter_3 call chapter_3
@ -50,6 +46,7 @@ label start:
"/dev/non" "well shit. Please do report this bug and all the choices you made that lead to this point. Something fucked up real bad" "/dev/non" "well shit. Please do report this bug and all the choices you made that lead to this point. Something fucked up real bad"
#just liek maek gaem #just liek maek gaem
call ending call ending
return
label ending: label ending:
play music "audio/OST/Dino Destiny Reader.ogg" play music "audio/OST/Dino Destiny Reader.ogg"