// Dynamic Music Config Documentation // dynmusic.cfg will be automatically loaded by the game when you enter a level. // Use it to save your preferences //// // SPB MUSIC //// // Enables SPB music //spbmusic on // Enables the randomizer. //spbrandomize on // Adds SPB music to the list. The list can be viewed with "listspbmusic", and a label can optionally be provided to make identifying the lump easier. //addspbmusic LUMP "This is a track lump!" // Sets preferred SPB music. Supports track numbers and lump names. //setspbmusic LUMP // Sets SPB music for a specific map. Supply the map first, and then the track number or lump. This example sets track LUMP to MAP01. //mapspbmusic MAP01 LUMP // Overrides map specific SPB music. Use this if you want your preferred song to take over without getting rid of your map-specific settings. //spbmapoverride on // Disables SPB music on a specific map. //spbblacklist MAPH0 // Changes the default SPB music lump. Useful if a server forcibly replaces SPBRUN //setspbdefault SPB1 // Adds character-specific SPB music. This overrides any other SPB music set //addcharspbmusic sonic LUMP //// // ENCORE MUSIC //// //Enables Encore Music //encoremusic on // Adds encore music to the list for the given map. Like SPB music, an optional label can be provided. //addencoremusic MAP01 LUMP "This is an encore track lump!" //// // FINAL LAP MUSIC //// // Enables FInal Lap Music //finallapmusic on // Adds final lap music to the given music lump. (FLUMP in this example) //addflmusic KMAP01 FLUMP // Alternatively, you can use globalmusic to add final lap music for all music lumps that don't have their own final lap music defined //addflmusic globalmusic KMAP01 //// // MY MUSIC //// // Enables My Music //mymusic on // Adds a song to My Music for the provided map. Like SPB music, an optional label can be provided. //addmapmusic MAP01 LUMP "This is a My Music lump!" // Changes the default music lump for the provided map //setdefaultmapmusic MAP01 LUMP // Overrides the intermission music //overrideintermission LUMP // Adds voting music to randomize between //addvotemusic LUMP1 LUMP2 LUMP3 // Changes the default music lumps for voting //setdefaultvotemusic LUMP1 LUMP2 LUMP3 //// // VICTORY THEMES //// // Enables Victory Themes //victorythemes on // Adds victory music for the given skin. Like SPB music, an optional label can be provided. //addvictorytheme sonic LUMP "This is a victory theme!" // Adds a victory theme for top half finishes on the given skin. Supports labels. //addokayfinishtheme sonic LUMP "This is an okay finish theme!" //// // MEGAMIX THEMES //// // Enables Megamix Themes //megamixthemes on //Adds a invincibility theme for a given skin. //addinvincibilitytheme sonic LUMP "This is an invincibility theme!" //Adds a growth theme for a given skin. //addgrowththeme sonic LUMP "This is a growth theme!" //////////////// //// // COMMAND REFERENCE //// // These commands shouldn't be kept in your config, but are useful for changing music preferences on the fly or looking at your current choices. //// // DELETE COMMANDS //// // Removes a song from the SPB music list //delspbmusic LUMP // Removes a map from the encore music list //delencoremusic MAP01 // Removes final lap music from a music lump. //delflmusic KMAP01 // Clears final lap music from all lumps //clearflmusic // Removes a song from My Music for the specified map //delmapmusic MAP01 LUMP // Removes the victory theme for the given skin //delvictorytheme sonic // Removes character-specific SPB music //delcharspbmusic sonic // Removes custom default music from a map //delmapdefault MAP01 // Removes additional voting music //delvotemusic 1 // Removes overridden intermission music //delintermissionoverride //Deletes Megamix Themes from a given skin. //delmegamixthemes sonic //// // LIST COMMANDS //// // Lists the current SPB music table //listspbmusic // Lists the current encore music table //listencoremusic // Lists all final lap music currently defined for music lumps. //listflmusic // Lists the current My Music table for the given map //listmapmusic MAP01 // Lists character-specific SPB music //listcharspbmusic // Lists the current victory theme table //listvictorythemes // Lists the changed map music defaults //listmapdefaults // Lists voting music set by the player //listvotemusic //Lists the current Megamix Themes table //listmegamixthemes //// // OTHER //// // Queues a song to play. More than one lump can be used to create a playlist. //queue LUMP1 LUMP2 // Lists the current queue. //listqueue // Clears the queue. //clearqueue