Else Heart.Break()

Else Heart.Break()

Gl'bgolyb Aug 13, 2017 @ 8:15am
Hidden Music Names?
The game has a lot of hidden music names. Even after obtaining MusicToken1-10, You only know the names of maybe half of the music ingame. Possibly even less.

Now, doing some research/testing, I was able to find 5 other song names that are not listed on the MusicTokens.

"Apache" (actual songname is Space Apache, but ok)
"RatvadersDream"
"Meisure" (why is it mispelled? Idk)
"ArcadeMusic"
"Ghost"

But that's clearly not all there is. During the Blue Dot party, Frank plays a song by El Huervo titled "Yellow Leaves", and yet no combination of "Yellow" or "Leaves" will play the song. The musicbox he uses is titled "FranksLoopBox", but connecting to it after the party won't play the song, nor will trying PlayLoop() with "Frank", "Frank's Loop" or "FranksLoop".

Both Petra and Felix's apartments have unique songs as well (felix has THREE)

There's also at least 8 other songs you hear casually around town or on different Radio Stations.


Anyone care to help me figure this out?
Last edited by Gl'bgolyb; Aug 13, 2017 @ 12:41pm
< >
Showing 1-4 of 4 comments
FCC Aug 13, 2017 @ 3:35pm 
A spoiler approach could involve searching for PlayLoop(".*") inside of the files in InitData\Sprak:


JukeboxPanda.sprak

if IsPlaying()
Stop()
else
PlayLoop("Apache")
end


That doesn't seem to get all the names though.
Gl'bgolyb Aug 13, 2017 @ 4:13pm 
Originally posted by FCC:
A spoiler approach could involve searching for PlayLoop(".*") inside of the files in InitData\Sprak:


JukeboxPanda.sprak

if IsPlaying()
Stop()
else
PlayLoop("Apache")
end


That doesn't seem to get all the names though.
I'll take a more thorough look through that, but searching musicboxes ingame was how I found Apache in the first place. I would be surprised if any of those escaped me that are playing music through sprak. I have a feeling several things are going through GRIMM, which I haven't dove into you.

Speaking of which, I've yet to figure out a way to make that horrible noise in HarbSouthTower stop.
I did recent tried to used FelixPartyMusic and PetrasMixMusic, but they don't work in the game however you could play it from music player. They are inside sharedassets2 and sharedassets17. I viewed and export it with 'UnityAssetsExplorer.exe'
Zephere36 Jun 6, 2019 @ 4:24am 
1#Apache
2#AllAboutYouToo
3#Clarity
4#Confound
5#Stairs
6#Surge
7#Hunger
8#Panda
9#ArcadeMusic
10#Vagabond
11#Wolf
12#Fumes
13#Ghost
14#Meisure
15#Shelter
16#HoneyBee
17#Rust
18#RatvadersDream
19#Ponty
20#BalconyTunes
21#SadStation
22#NoirStation
23#FelixsMix
24#PetrasMix
25#TrumpetDudeMusixBox
26#HospitalExteriorMusicBox
27#FrankDJset
28#InternetAtmosphereSound1
29#InternetAtmosphereSound2
30#CasinoMusicBox
31#ChillStation
32#TechnoStation

All the ones I've been able to find and confirm by testing, there are 51 tracks in the game.
You can track the sound names in the event log.

here is a sound list that can be found in game too.


Error
Warning
Blackbird 1
Blackbird 2
Blackbird 3
Blackbird 4
Blackbird 5
Electricity 1
Electricity 2
Guardian
ComputerSound 1
ComputerSound 2
ComputerSound 3
ComputerSound 4
Thunder 1
Thunder 2
Atmosphere 1
Atmosphere 2
"Blip 1"
"Blip 2"
"Blip 3"
"Coin 1"
"Coin 2"
"Coin 3"
"Coin 4"
"Error"
"Warning"
"Explosion 1"
"Explosion 2"
"Hit 1"
"Hit 2"
"Hit 3"
"Jump 1"
"Jump 2"
"Jump 3"
"Laser 1"
"Laser 2"
"Win"
"Lose"
"Powerup 1"
"Powerup 2"
"Powerup 3"
"Powerup 4"
"Powerup 5"
"Shoot 1"
"Shoot 2"
"Shoot 3"
"Sine"
"Square"
Last edited by Zephere36; Jun 20, 2019 @ 12:47am
< >
Showing 1-4 of 4 comments
Per page: 1530 50