ThemeCfg.wiki
changeset 1194 d20d8214bb67
parent 1193 4e4e0725777d
child 1195 a7030faac31e
equal deleted inserted replaced
1193:4e4e0725777d 1194:d20d8214bb67
   109 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!
   109 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!
   110 
   110 
   111 <code>Values: filename</code>
   111 <code>Values: filename</code>
   112 
   112 
   113 Default: `sdmusic.ogg` (only if `music` was specified, no music otherwise)
   113 Default: `sdmusic.ogg` (only if `music` was specified, no music otherwise)
       
   114 
       
   115 == `fallback-music` ==
       
   116 Fallback music for the `music` setting. This setting should be added whenever you use a custom music which is not part of the official Hedgewars install. Otherwise you don't need to set this.
       
   117 If the music specified in `music` is missing, Hedgewars attempts to use this fallback music istead. **Only** use tracks which come with the official Hedgewars install.
       
   118 
       
   119 Note that if Hedgewars fails to find a music, it defaults to silence.
       
   120 
       
   121 Fallback music is not yet supported in 0.9.23, but it will be supported in 0.9.24. You can already add this setting safely, Hedgewars 0.9.23 (and earlier) will just ignore it.
       
   122 
       
   123 == `fallback-sd-music` ==
       
   124 Like `fallback-music`, except it's for `sd-music`.
   114 
   125 
   115 == `clouds` ==
   126 == `clouds` ==
   116 The number of clouds to create, before Sudden Death. Uses `Clouds.png`.
   127 The number of clouds to create, before Sudden Death. Uses `Clouds.png`.
   117 
   128 
   118 <code>Values: number</code>
   129 <code>Values: number</code>