# HG changeset patch # User Wuzzy # Date 1518609970 0 # Node ID 2fe37599857f9f83002b975124640d6df6f07f92 # Parent a7030faac31e21bebc9fd83b432fec53aaf071c0 ThemeCfg: More fallback stuff diff -r a7030faac31e -r 2fe37599857f ThemeCfg.wiki --- a/ThemeCfg.wiki Wed Feb 14 00:19:58 2018 +0000 +++ b/ThemeCfg.wiki Wed Feb 14 12:06:10 2018 +0000 @@ -103,6 +103,8 @@ == `music` == Name of the music file to be played in the theme before Sudden Death, e.g. `Nature.ogg`. You find music tracks in `Data/Music` of the Hedgewars installation directory. The file name is case-sensitive! +If you choose a custom music (i.e. a music which does not come with Hedgewars by default, you should also set `fallback-music`. + Values: filename No music is played by default. @@ -110,6 +112,8 @@ == `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! +If you choose a custom music, you should also set `fallback-sd-music`. + Values: filename Default: `sdmusic.ogg` (only if `music` was specified, no music otherwise)