Skip to content

Whennya/Music-Names

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Names

This repository stores music name and lyric configs for Zombie Escape and Zombie Survival maps. These configs are currently used on Sunrust.

Note

Music configs under the legacy folder were configs used on zeddy's, which followed an old config format. Only use this folder to find names of music.

How to Contribute

Various way of contributing:

  1. Join the Sunrust discord server and send the files in the #zs-content-creation channel
  2. Message me directly on discord (notkoen)
  3. Make a pull request

Note

There is currently a 10,000 ember bounty for each config made

Config Formatting

Music Name

"music"
{
    "filename.mp3" "Artist - Title"
    "level1_boss.mp3" "Pendulum - The Tempest (Live at Brixton Academy)"
    "level2_boss.mp3" "Pendulum - Slam"
}

Lyrics

GM.ZELyrics = {
    ["filename.mp3"] = {
        {time = 1.0, text = "Example of lyric at 1 second"},
        {time = 2.4, text = "Example of lyric at 2.4 seconds"},
        {time = 3.0, text = "Example of holding text until next lyric shows up", autohold = true},
        {time = 5.0, text = "This text will clear previous text at 5.0 seconds,"},
    },
    ["filename2.mp3"] = {
        {time = 1.0, text = "Example of a second song and lyrics"},
        {time = 3.0, text = "Put as many text for any lyrics"},
    },
}

Config Guidelines

Caution

File extensions must be included (such as .mp3) for music to be detected and displayed

Caution

File names must be lowercase

  • Follow <Artist> - <Song Title> format
  • Use // to add comments to configs
  • Add extra song details if needed (e.g. "Pendulum - The Tempest (Live at Brixton Academy)")
  • Song names in other languages are fine, but try to keep english names if there is one
  • For files that contain multiple songs, please follow this format: Artist - Title 1, Artist 2 - Title 2, Artist 3 - Title 3 and so on
  • Custom music added externally should also be included (may require further access to stripper configs)

Special Thanks

  • tilgep for the idea and making the original plugin
  • Detroid/rynerwolf for managing zeddy and allowing me to maintain these configs
  • Snowy for making the tool to port zeddy configs to GFL
  • Bomberman, Haruka, Hibiki, Detroid/RynerWolf, Heavy, Kiriya, DVC, Watdoink, Chong0074, WhiteCat, kun, Owlfy, Cylops, tapch0w, Chinny, BAN, Tsukasa, FroZRil, kaomunkai, KingMagress, Hichatu, tilgep, WILD BANAN, TuPu, Beppu, Sprinuts, ShiroNeko, Berke for making the original configs used on zeddy

Statistics

  • These statistics are only representative of CSS ZE and the Sunrust ZS OBJ map configs, the data contained below will automatically update on each new commit.
Artist Count Percentage
Final Fantasy OST 276 8.62%
Pendulum 167 5.21%
Two Steps From Hell 131 4.09%
Cliff Lin 52 1.62%
Audiomachine 51 1.59%
Muzzy 50 1.56%
Perturbator 44 1.37%
Pokémon OST 43 1.34%
Blue Stahli 38 1.19%
Immediate Music 37 1.16%
Skillet 28 0.87%
Distant Dream 27 0.84%
Nine Inch Nails 26 0.81%
The Prodigy 26 0.81%
Dav Dralleon 25 0.78%

About

Names of music used on ZS and ZE maps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 96.4%
  • Python 3.6%