diff -r 43305c6af4bf -r 96db591c8e2e ThemeCfg.wiki --- a/ThemeCfg.wiki Tue Apr 17 01:22:07 2018 +0100 +++ b/ThemeCfg.wiki Tue Apr 17 01:25:25 2018 +0100 @@ -110,6 +110,9 @@ No music is played by default. +Example: +music = Nature.ogg + == `sd-music` == Name of the music file to be played in the theme while in Sudden Death, e.g. `hell.ogg`. If `music` was not specified, the Sudden Death has no default music as well. You find music tracks in `Data/Music` of the Hedgewars installation directory. The file name is case-sensitive! @@ -125,6 +128,10 @@ Note that if Hedgewars fails to find a music, it defaults to silence. +Example: +music = My_Custom_Music.ogg +fallback-music = Nature.ogg + == `fallback-sd-music` == Like `fallback-music`, except it's for `sd-music`.