Beginning to write Whale Song.
This commit is contained in:
parent
167a32d051
commit
f5e88ed3b4
|
|
@ -6,15 +6,38 @@
|
|||
~ mood_keyboardist++
|
||||
~ song_stance_rebels++
|
||||
~ L0_song = "Whaleish Whale Song"
|
||||
-> WHALEISH_LYRICS
|
||||
- else:
|
||||
~ mood_guitarist++
|
||||
~ mood_keyboardist--
|
||||
~ song_stance_people++
|
||||
~ L0_song = "Whale Song"
|
||||
-> HUMAN_LYRICS
|
||||
}
|
||||
|
||||
Once the song is done...
|
||||
= WHALEISH_LYRICS
|
||||
#PlayerControlUntil: SongDone, JumpToPath: PERFORM_WHALESONG.STAGE_CHATTER_WHALES
|
||||
+ [Perform Whale Song with Whaleish lyrics]
|
||||
-> STAGE_CHATTER_WHALES
|
||||
|
||||
Trigger responses based on mood variables. Honestly, for Level 0 I don't think either guitarist nor keys needs to do say anything extra at the end of the show. But as the mood variables and relationship variables build, they will!
|
||||
= HUMAN_LYRICS
|
||||
#PlayerControlUntil: SongDone, JumpToPath: PERFORM_WHALESONG.STAGE_CHATTER_WHALES
|
||||
+ [Perform Whale Song with human-language lyrics]
|
||||
-> STAGE_CHATTER_HUMANS
|
||||
|
||||
-> POSTSHOW_WHALESONG
|
||||
= STAGE_CHATTER_WHALES
|
||||
//NOTE: On-stage comments that are not voiced will seem weird after hearing the song performed. Discuss with team soon, because if we take these out, I need to know. Though Mir will probably suggest testing it.
|
||||
|
||||
FERN: We love you, whales!
|
||||
|
||||
VEZ: <i>(in Whaleish) Welcome to the Bandocracy!</i> #PlaySound: Whaleish_welcome
|
||||
|
||||
-> POSTSHOW_WHALESONG
|
||||
|
||||
= STAGE_CHATTER_HUMANS
|
||||
|
||||
SKYLER: Yeah! Rock on!
|
||||
|
||||
VEZ: Welcome to the Bandocracy!
|
||||
|
||||
-> POSTSHOW_WHALESONG
|
||||
|
|
@ -1,6 +1,18 @@
|
|||
=== POSTSHOW_WHALESONG ===
|
||||
#Environment: Erosion_postshow
|
||||
|
||||
#AddChar: Vez, Pose: neutral
|
||||
#AddChar: Skyler, Pose: neutral
|
||||
#AddChar: Micah, Pose: neutral
|
||||
#AddChar: Fern, Pose: neutral
|
||||
#AddChar: Akai, Pose: neutral
|
||||
|
||||
AKAI: LET'S GET WASTED!
|
||||
|
||||
VEZ: I think Akai means "great first show!"
|
||||
|
||||
AKAI: I never said you were great. But the crowd did love it.
|
||||
|
||||
Band talks about their performance and which fan communities showed up.
|
||||
|
||||
{vocals_whalesong == "Whaleish":
|
||||
|
|
@ -14,13 +26,28 @@ If the song lyrics were in Whaleish, they gained fans from the Naturals communit
|
|||
|
||||
For Level 0, band member (probably Fern) explains how they know this - they were invited to the Naturals and the Water-Dweller communities on Harmony!
|
||||
|
||||
KEYBOARDIST: Everyone is so happy! I knew they'd love Whale Song.
|
||||
KEYBOARDIST: Whales are on social. Maybe they hired someone with thumbs.
|
||||
|
||||
+ [HARMONY]
|
||||
-> HARMONY ->
|
||||
+ [Continue post-show chat]
|
||||
-
|
||||
|
||||
KEYBOARDIST: Inspiring people is... so inspiring! I'm totally signing up for Whaleish lessons!
|
||||
|
||||
Plus, they've already heard rumours about how their song is already affecting the world!
|
||||
|
||||
SINGER: So, our first song is a hit?
|
||||
|
||||
DRUMMER: It's more than that...
|
||||
{vocals_whalesong == "Whaleish":
|
||||
DRUMMER: Human enrollment in Whaleish classes has spiked, and whales have already been heard singing the song a thousand miles away.
|
||||
- else:
|
||||
DRUMMER: There are calls to adopt it as an official anthem of inter-species democracy.
|
||||
}
|
||||
GUITAR: Yeah, I'd say that qualifies as "a hit."
|
||||
|
||||
Sets up context (based on world outcome band stance) for the next Song Choice.
|
||||
|
||||
-> RELATIONSHIP
|
||||
|
|
@ -35,8 +62,20 @@ Sets up context (based on world outcome band stance) for the next Song Choice.
|
|||
-> RELATIONSHIP
|
||||
|
||||
= RELATIONSHIP
|
||||
#PlaySFX: Akai_excited
|
||||
DRUMMER: THERE IS NO ENCORE! //haha!
|
||||
DRUMMER: (sigh) Time to go. I'm not programmed to pack up the gear, by the way.
|
||||
|
||||
In later levels, will check a variable here to see if a relationship is in the works, but for this first one, it's Ash and Skyler hanging back to talk after Rowan and Fern exit.
|
||||
|
||||
+ Go for a drink.
|
||||
~ L0_drinks = true
|
||||
+ No drink.
|
||||
~ L0_drinks = false
|
||||
-
|
||||
|
||||
//So the player doesn't follow them on this drinks date. Now the player can check out Harmony or start the next level.
|
||||
|
||||
+ [HARMONY]
|
||||
-> HARMONY ->
|
||||
+ [GOODNIGHT]
|
||||
|
|
|
|||
|
|
@ -7,20 +7,57 @@
|
|||
#AddChar: Fern, Pose: instrument_holding
|
||||
#AddChar: Akai, Pose: instrument_holding
|
||||
|
||||
KEYBOARDIST: Erosion? Is that the cave club? I'd love to rock a cave! (laughs)
|
||||
VEZ: Okay, we're booked for the <i>Float the Vote Festival</i> at Erosion.
|
||||
|
||||
BASSIST: I hate to endorse any pun, but yeah. The acoustics are perfect.
|
||||
FERN: Erosion? Is that the cave club? I'd love to rock a cave! (laughs)
|
||||
|
||||
SINGER: Voting rights for whales is a step toward global equality.
|
||||
MICAH: I hate to endorse any pun, but yeah. The acoustics are perfect.
|
||||
|
||||
BASSIST: Whales will make better choices than humans do. They should be able to vote.
|
||||
FERN: And it's on the water so the whales can come to the show!
|
||||
|
||||
GUITARIST: They will. No one is trying to stop it. So... we'd have a sure hit!
|
||||
SKYLER: Pretty sure that's the "Float" part of the Festival.
|
||||
|
||||
DRUMMER: While you all were chitchatting, I created two complete percussion tracks.
|
||||
DRUMMER: Now come up with your parts. You'll need more time, of course.
|
||||
VEZ: Anyway, voting rights for whales is a step toward global equality.
|
||||
|
||||
+ [Let's make music!]
|
||||
MICAH: And whales will make better choices than humans do. They should get to vote.
|
||||
|
||||
SKYLER: They will. No one is trying to stop it. So... our song will be a sure hit!
|
||||
|
||||
+ VEZ: Nothing's a sure thing, Skyler.
|
||||
|
||||
SKYLER: You're the band's black cloud now?
|
||||
|
||||
VEZ: I'm not being negative. Just a friendly reminder that you can't phone this in.
|
||||
VEZ: Every song matters, even if the issue has support.
|
||||
|
||||
SKYLER: I NEVER phone it in! I'm 100% ON STAGE all the time!
|
||||
|
||||
FERN: (whispers to Micah) Does Skyler not know what "phone in" means?
|
||||
|
||||
MICAH: (whispers back) Nope.
|
||||
|
||||
VEZ: Oh please, Skyler, you still think your presence is enough? You haven't changed a bit. //This but write it better.
|
||||
|
||||
FERN: Please don't fight! //??
|
||||
|
||||
+ FERN: We'll be stars!
|
||||
|
||||
MICAH: Oh, Fern, there's no "we" with Skyler.
|
||||
|
||||
SKYLER: ...tells Micah she's changed...
|
||||
|
||||
VEZ: ...wants to see proof... is genuinely hoping Skyler has changed, hence agreeing to have Skyler in the band.
|
||||
|
||||
SKYLER CHOICE? Respond with grace? Or bitterly?
|
||||
-
|
||||
|
||||
AKAI: While you all were chitchatting, I created two complete percussion tracks.
|
||||
|
||||
FERN: Wow, Akai! That's amazing! //but smarter
|
||||
|
||||
AKAI: Now come up with your parts. You'll need more time, of course.
|
||||
|
||||
+ [Let's make music!] //Make this a choice block b/w how dif characters can say this. OR Action lines of how the player sees the band settling in?
|
||||
-> CREATE_SONG
|
||||
|
||||
= CREATE_SONG
|
||||
|
|
@ -40,25 +77,22 @@ DRUMMER: Now come up with your parts. You'll need more time, of course.
|
|||
-> STEMS_KEYS
|
||||
+ [BASSIST]
|
||||
-> STEMS_BASS
|
||||
+ [FINISH]
|
||||
+ {STEMS_DRUMS && STEMS_GUITAR && STEMS_VOCALS && STEMS_KEYS && STEMS_BASS}[FINISH]
|
||||
//Once players have had a chance to select the music part for each character, this button appears.
|
||||
-> SONG_JAM
|
||||
|
||||
= STEMS_DRUMS
|
||||
#UI: practice/drums_playing
|
||||
#StopMusic
|
||||
// ^ or something like that. Maybe not stopped, but bring the volume of the others waaaaaay down.
|
||||
|
||||
+ [PLAY STEM A]
|
||||
~ drums_whalesong = "Human"
|
||||
#PlayMusic: drums_whalesong_human
|
||||
//formerly drums_whalesong_onland, but I want the names to be consistent with the stance labels.
|
||||
Give Akai some thoughts on these stems? He probably doesn't care that much. Or maybe he does.
|
||||
AKAI: {&It's a "shore party" because humans make the rules!|Humans would like this beat best.}
|
||||
-> STEMS_DRUMS
|
||||
+ [PLAY STEM B]
|
||||
~ drums_whalesong = "Whaleish"
|
||||
#PlayMusic: drums_whalesong_whaleish
|
||||
//formerly drums_whalesong_underwater
|
||||
Solidarity with the whales!
|
||||
AKAI: {&If Whales made the rules, I think they'd like these drums best.|I hope the whale vote changes things.}
|
||||
-> STEMS_DRUMS
|
||||
+ [PREVIOUS CHARACTER]
|
||||
-> STEMS_BASS
|
||||
|
|
@ -70,15 +104,15 @@ DRUMMER: Now come up with your parts. You'll need more time, of course.
|
|||
= STEMS_GUITAR
|
||||
#UI: practice/guitar_playing
|
||||
|
||||
+ [PLAY STEM A]
|
||||
+ [PLAY STEM A] #Mood+
|
||||
~ guitar_whalesong = "Human"
|
||||
#PlayMusic: guitar_whalesong_human
|
||||
GUITARIST: {& It wouldn't be a "me" track without a solo.|Darcy always preferred the spotlight on me. Probably still does.|Sorry, whales. I do the whaling.}
|
||||
SKYLER: {&Every song needs a guitar solo!|Will Vez think this solo is too much?|My guitar wants to wail for the whales!}
|
||||
-> STEMS_GUITAR
|
||||
+ [PLAY STEM B]
|
||||
+ [PLAY STEM B] #Mood=
|
||||
~ guitar_whalesong = "Whaleish"
|
||||
#PlayMusic: guitar_whalesong_whaleish
|
||||
GUITARIST: {&This riff is whaley, but doesn't rock.|I wanna debut with a solo that rocks, but...|This whaley riff will prove I care most about the message, not myself.}
|
||||
SKYLER: {&A whaley riff says I care about the message more than myself.|I want Vez to see I've changed.|This riff isn't as exciting as the solo.}
|
||||
-> STEMS_GUITAR
|
||||
+ [PREVIOUS CHARACTER]
|
||||
-> STEMS_DRUMS
|
||||
|
|
@ -92,13 +126,13 @@ DRUMMER: Now come up with your parts. You'll need more time, of course.
|
|||
|
||||
+ [PLAY STEM A]
|
||||
~ vocals_whalesong = "Human"
|
||||
#PlayMusic: vocals_whalesong_whaleish
|
||||
SINGER: {&The whales will love this, IF I can sing it.|I'll be the first person ever to sing in Whaleish.|I learned Whaleish from a human. I hope they were right.|Ugh, my Whaleish probably sounds like Seal by now.}
|
||||
#PlayMusic: vocals_whalesong_human
|
||||
VEZ: {&Whales understand human language, so these lyrics work.|The message is important no matter what language it's in.|Stick to lyrics everyone understands.|"Say it don't spray it" - seriously!}
|
||||
-> STEMS_VOCALS
|
||||
+ [PLAY STEM B]
|
||||
~ vocals_whalesong = "Whaleish"
|
||||
#PlayMusic: vocals_whalesong_human
|
||||
SINGER: {&I'd rather stick to these human lyrics.|Will the whales connect with human lyrics?|It's an important message no matter what language it's in.|"Say it don’t spray it" - seriously!}
|
||||
#PlayMusic: vocals_whalesong_whaleish
|
||||
VEZ: {&The whales will love this, IF I can sing it right.|Did I get that intonation right?|I haven't spoken Whaleish in years.|Ugh, my Whaleish probably sounds like Seal by now.}
|
||||
-> STEMS_VOCALS
|
||||
+ [PREVIOUS CHARACTER]
|
||||
-> STEMS_GUITAR
|
||||
|
|
@ -114,12 +148,12 @@ DRUMMER: Now come up with your parts. You'll need more time, of course.
|
|||
+ [PLAY STEM A]
|
||||
~ keys_whalesong = "Human"
|
||||
#PlayMusic: keys_whalesong_human
|
||||
KEYS: {&Simple and safe. But still fun, I hope.|Will our cetacean siblings like these chords?|Maybe whaley harmonics are better.}
|
||||
FERN: {&Will our cetacean siblings like these simple chords?|Maybe whaley harmonics are better.|This can be a backup if the band thinks my synthesized whale sounds are too much.}
|
||||
-> STEMS_KEYS
|
||||
+ [PLAY STEM B]
|
||||
~ keys_whalesong = "Whaleish"
|
||||
#PlayMusic: keys_whalesong_whaleish
|
||||
KEYS: {&Cool! Synthesized whale sounds to harmonize with the vocals!|No such thing as too much whale!|THIS will Float the Vote!}
|
||||
FERN: {&Synthesized whale sounds are so cool!|No such thing as too much whale!|THIS will Float the Vote!}
|
||||
-> STEMS_KEYS
|
||||
+ [PREVIOUS CHARACTER]
|
||||
-> STEMS_VOCALS
|
||||
|
|
@ -134,7 +168,7 @@ DRUMMER: Now come up with your parts. You'll need more time, of course.
|
|||
+ [PLAY STEM A]
|
||||
~ bass_whalesong = "Human"
|
||||
#PlayMusic: bass_whalesong_human
|
||||
BASSIST: {&Everyone likes a classic bassline.|But is this deep enough to penetrate the ocean?|This bassline might not be salty enough for the whales.}
|
||||
BASSIST: {&Everyone likes a classic bassline.|Is this deep enough to penetrate the ocean?|This bassline might not be salty enough for the whales.}
|
||||
-> STEMS_BASS
|
||||
+ [PLAY STEM B]
|
||||
~ bass_whalesong = "Whaleish"
|
||||
|
|
@ -170,82 +204,51 @@ DRUMMER: Now come up with your parts. You'll need more time, of course.
|
|||
#AddChar: Fern, Pose: instrument_holding
|
||||
#AddChar: Akai, Pose: instrument_holding
|
||||
|
||||
/* Discussion about the STANCE the band is taking based on vocal choice, and whether the instrumental choices are right for the stance.
|
||||
|
||||
Any characters who are not on board with the chosen stance can express reservations and/or try to convince the band to change the stance.
|
||||
|
||||
This is the crux of the argument...
|
||||
A) Acculturation (whales maintain their culture, eg. language, and humans learn to speak Whaleish), or
|
||||
B) Assimilation (whales must communicate using land-dweller language b/c humans can’t learn it).
|
||||
*/
|
||||
|
||||
{ vocals_whalesong == "Whaleish":
|
||||
-> WHALEISH_LYRICS
|
||||
FERN recognizes that Vez is singing in Whaleish and is super impressed!
|
||||
- else:
|
||||
-> HUMAN_ONLY_LYRICS
|
||||
Everyone thinks it sounds pretty good, especially Skyler, but Fern timidly mentions that they heard Vez singing in Whaleish, and thinks Whaleish should be in the lyrics. The whales would love it!
|
||||
}
|
||||
|
||||
= WHALEISH_LYRICS
|
||||
GUITARIST: I... didn't know you could make those sounds, Darcy.
|
||||
SKYLER: Woah. That feels like a big risk for our first song.
|
||||
SKYLER: Most people can't understand Whaleish.
|
||||
|
||||
BASSIST: I think you just said "blow it out your hole"?!
|
||||
BASSIST: Just kidding. You sound great.
|
||||
FERN... but they should learn! The Whales shouldn’t have to assimilate to vote.
|
||||
|
||||
KEYBOARDIST: OooooOOOOOooo! That wasn't me doing whale. That was me impressed!
|
||||
KEYBOARDIST: But I hope the Whales don't find out I failed Conversational Whaleish. #THOUGHT
|
||||
AKAI knows his vote doesn't count, but he advocates for Whaleish anyway, b/c humans shouldn’t always force other beings to assimilate.
|
||||
|
||||
SINGER: I mean, the whales might roast my pronunciation... but, thanks.
|
||||
VEZ That may be true, but inclusion requires speaking a common language, and the Whales already understand our human language.
|
||||
|
||||
KEYBOARDIST: Sing it in Whale! That would make such a SPLASH! Haha!
|
||||
MICAH hates to agree with Skyler, but he is concerned that humans making the decisions can use the Whaleish lyrics as an excuse to not understand the message.
|
||||
|
||||
GUITARIST: Woah. That feels like a big risk for our first song.
|
||||
GUITARIST: And if we alienate people, it won't matter how important the message is. #THOUGHT
|
||||
GUITARIST: It is important, though. And it could make a splash, like Fern said. #THOUGHT
|
||||
GUITARIST: But, if the whaley sounds get all the attention... no one will even notice me. #THOUGHT
|
||||
|
||||
|
||||
BASSIST: But Whales don't need to hear this message. Humans do.
|
||||
BASSIST: Humans don't even listen to human voices. They'll tune out Whaleish completely.
|
||||
|
||||
|
||||
VEZ can go either way; they're reluctant to sing Whaleish on stage in front of 100s of people, but knows they should do it for the whales.
|
||||
|
||||
SKYLER argues for NO Whaleish because people might think it's a gimmick.
|
||||
|
||||
SINGER: You don't think I can do it?
|
||||
|
||||
GUITARIST: Hey, if anyone can do it, it's you. But people might call it a gimmick.
|
||||
GUITARIST: And we don't want to say the wrong thing. Right?
|
||||
|
||||
BASSIST: I don't think Darcy would write gibberish in any language.
|
||||
BASSIST: But Whales don't need to hear this message. Humans do.
|
||||
BASSIST: Humans don't even listen to human voices. They'll tune out Whaleish completely. But... #THOUGHT
|
||||
KEYS advocates for Whaleish lyrics - they'd make a SPLASH!
|
||||
FERN: Sing it in Whale! That would make such a SPLASH! Haha!
|
||||
|
||||
+ [I hope Darcy has the guts to go for it.]
|
||||
+ [I doubt Darcy will do it. Even though...]
|
||||
-
|
||||
BASSIST: It could make a... splash. #THOUGHT
|
||||
BASSIST: I hope that's the last pun we get from Fern. I almost laughed. #THOUGHT
|
||||
|
||||
GUITARIST: Yeah. That, too. Whaleish might confuse them.
|
||||
|
||||
SINGER: It sounds like we all want to say the same thing.
|
||||
SINGER: So, the issue is the lyrics. Whaleish or no whaleish.
|
||||
|
||||
-> Q_CHANGE_SONG
|
||||
|
||||
= HUMAN_ONLY_LYRICS
|
||||
|
||||
GUITARIST: It's loud. It hits. No distractions.
|
||||
|
||||
BASSIST: No one can hide from the point.
|
||||
|
||||
KEYBOARDIST: You know what? I don't miss the Whaleish.
|
||||
|
||||
SINGER: Full disclosure... I wrote it in Whaleish and translated it for humans!
|
||||
|
||||
-> Q_CHANGE_SONG
|
||||
|
||||
= Q_CHANGE_SONG
|
||||
SINGER: So, are we changing the song? Or going with what we've got?
|
||||
|
||||
Should we change the song?
|
||||
|
||||
+ [EDIT SONG]
|
||||
-> EDIT_WHALESONG
|
||||
// + Maybe. Check Harmony.
|
||||
// -> HARMONY
|
||||
// This isn't available Level 0. This will also be a BUTTON, not a dialogue choice. The other choices may also be buttons. TBD
|
||||
|
||||
+ [HEAD TO SHOW]
|
||||
SINGER: Well, that's a wrap on practice. This weekend, {band_name}'s first song will debut at <i>Float the Vote!</i>
|
||||
-> PERFORM_WHALESONG
|
||||
|
|
@ -266,19 +269,39 @@ Should we change the song?
|
|||
-> STEMS_KEYS
|
||||
+ [BASSIST]
|
||||
-> STEMS_BASS
|
||||
+ [DONE]
|
||||
+ [FINISH]
|
||||
-> PRACTICE_DONE
|
||||
|
||||
= STEMS_DRUMS
|
||||
#UI: practice/drums_playing
|
||||
|
||||
+ [PLAY STEM A]
|
||||
~ drums_whalesong = "Human"
|
||||
#PlayMusic: drums_whalesong_human
|
||||
AKAI: It'll be a "shore party" no matter what.
|
||||
-> STEMS_DRUMS
|
||||
+ [PLAY STEM B]
|
||||
~ drums_whalesong = "Whaleish"
|
||||
#PlayMusic: drums_whalesong_whaleish
|
||||
AKAI: Underwater percussion for the whales!
|
||||
-> STEMS_DRUMS
|
||||
+ [PREVIOUS CHARACTER]
|
||||
-> STEMS_BASS
|
||||
+ [NEXT CHARACTER]
|
||||
-> STEMS_GUITAR
|
||||
+ [EXIT]
|
||||
-> EDIT_WHALESONG
|
||||
|
||||
= STEMS_GUITAR
|
||||
#UI: practice/guitar_playing
|
||||
|
||||
+ [PLAY STEM A]
|
||||
~ guitar_whalesong = "Human"
|
||||
Thoughts about stem. This needs to be a shuffle.
|
||||
SKYLER: Rocking guitar solo for ME!
|
||||
-> STEMS_GUITAR
|
||||
+ [PLAY STEM B]
|
||||
~ guitar_whalesong = "Whaleish"
|
||||
Thoughts about stem. This needs to be a shuffle.
|
||||
SKYLER: Whaley guitar for the CAUSE!
|
||||
-> STEMS_GUITAR
|
||||
+ [PREVIOUS CHARACTER]
|
||||
-> STEMS_BASS
|
||||
|
|
@ -292,11 +315,11 @@ Should we change the song?
|
|||
|
||||
+ [PLAY STEM A]
|
||||
~ vocals_whalesong = "Human"
|
||||
Thoughts about Human lyrics. This needs to be a shuffle.
|
||||
VEZ: {&Nobody will criticize my pronounciation of these lyrics.|A clear message for all!}
|
||||
-> STEMS_VOCALS
|
||||
+ [PLAY STEM B]
|
||||
~ vocals_whalesong = "Whaleish"
|
||||
Thoughts about Whaleish lyrics. This needs to be a shuffle.
|
||||
VEZ:
|
||||
-> STEMS_VOCALS
|
||||
+ [PREVIOUS CHARACTER]
|
||||
-> STEMS_GUITAR
|
||||
|
|
@ -311,11 +334,11 @@ Should we change the song?
|
|||
|
||||
+ [PLAY STEM A]
|
||||
~ keys_whalesong = "Human"
|
||||
Thoughts about stem. This needs to be a shuffle.
|
||||
FERN:
|
||||
-> STEMS_KEYS
|
||||
+ [PLAY STEM B]
|
||||
~ keys_whalesong = "Whaleish"
|
||||
Thoughts about stem. This needs to be a shuffle.
|
||||
FERN:
|
||||
-> STEMS_KEYS
|
||||
+ [PREVIOUS CHARACTER]
|
||||
-> STEMS_VOCALS
|
||||
|
|
@ -329,11 +352,11 @@ Should we change the song?
|
|||
|
||||
+ [PLAY STEM A]
|
||||
~ bass_whalesong = "Human"
|
||||
Thoughts about stem. This needs to be a shuffle.
|
||||
MICAH:
|
||||
-> STEMS_BASS
|
||||
+ [PLAY STEM B]
|
||||
~ bass_whalesong = "Whaleish"
|
||||
Thoughts about stem. This needs to be a shuffle.
|
||||
MICAH:
|
||||
-> STEMS_BASS
|
||||
+ [PREVIOUS CHARACTER]
|
||||
-> STEMS_KEYS
|
||||
|
|
|
|||
|
|
@ -20,13 +20,43 @@ VAR mood_guitarist = 0
|
|||
VAR mood_bassist = 0
|
||||
VAR mood_keyboardist = 0
|
||||
|
||||
VAR relationship_singer_guitarist = "Colleague"
|
||||
VAR relationship_keys_bassist = "Colleague"
|
||||
VAR relationship_singer_bassist = "Colleague"
|
||||
VAR relationship_keys_guitarist = "Colleague"
|
||||
VAR relationship_singer_keys = "Colleague"
|
||||
VAR relationship_guitarist_bassist = "Colleague"
|
||||
/*Throughout the story, these relationships can change to:
|
||||
Friend
|
||||
Lover
|
||||
Ex
|
||||
Ride or Die //Partner or Bestie
|
||||
*/
|
||||
|
||||
VAR L0_drinks = false
|
||||
|
||||
|
||||
// *** BAND VARIABLES ***
|
||||
|
||||
VAR band_name = ""
|
||||
VAR band_vision = "" // "People", "Rebels", "Neutral"
|
||||
VAR song_stance_rebels = 0
|
||||
VAR song_stance_people = 0
|
||||
VAR song_stance_average = 0
|
||||
/* Set song_stance_average in script like this:
|
||||
~ song_stance_average = song_stance_rebels + song_stance_people
|
||||
*/
|
||||
VAR band_vision = "" // "Band of the People", "Band of Rebels", "Band of Flip-Flop"
|
||||
/* Set band_vision by checking the song_stance_average:
|
||||
{
|
||||
- song_stance_average == 0:
|
||||
~ band_vision = "Band of Flip-Flop"
|
||||
- song_stance_average > 0:
|
||||
~ band_vision = "Band of the People"
|
||||
- song_stance_average < 0:
|
||||
~ band_vision = "Band of Rebels"
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
// *** SHOW LIST ***
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ VEZ: I think I know who the band's cheerleader is!
|
|||
|
||||
MICAH: Fine. Let's give it our all, so when it's all for nothing, it won't be our fault.
|
||||
|
||||
SKYLER: Wow. I think I know who the band's black hole is.
|
||||
SKYLER: Wow. I think I know who the band's black cloud is.
|
||||
SKYLER: Good thing you've all got me - the shooting star!
|
||||
|
||||
MICAH: Your star already fell, Skyler.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
- (SONGS) //I made these labels instead of stitches because they can all appear at once, rather than one after the other.
|
||||
|
||||
+ [BANDOCRACY ANTHEM] //I had the idea that we could put this here, so the band's Playlist app isn't blank. Plus players could listen to this song too.
|
||||
Short summary of the history of this song. Note that this is our band playing it. Cover song!
|
||||
The Poli-sci Punks' hit song "Bandocracy" inspired a whole new way of running the world!
|
||||
++ [CLICK DIFFERENT SONG]
|
||||
-> SONGS
|
||||
++ [MUSIC PLAYER]
|
||||
|
|
@ -13,7 +13,9 @@
|
|||
+ {OPENING}[{L0_song}]
|
||||
{
|
||||
- L0_song == "???":
|
||||
Episode summary - short summary of where the band is at and how they have to choose a show before writing a song.
|
||||
Before writing your first song, you must book your first show!
|
||||
Skyler and the Politicats learned this the hard way when they performed "Robotic Reincarntion" at the <i>Vertical Veggies Festival</i>. The crowd pelted them with tomatoes until they fled the stage!
|
||||
Mismatched messages are NOT how musician-politicians gain fans and influence.
|
||||
- L0_song == "Whale Song":
|
||||
Poster of Show
|
||||
Details of Show - location (Erosion) and cause ("Float the Vote")
|
||||
|
|
|
|||
Loading…
Reference in New Issue