ThemeCfg.wiki
changeset 1306 96db591c8e2e
parent 1305 43305c6af4bf
child 1307 6953b8800355
equal deleted inserted replaced
1305:43305c6af4bf 1306:96db591c8e2e
   108 
   108 
   109 <code>Values: filename</code>
   109 <code>Values: filename</code>
   110 
   110 
   111 No music is played by default.
   111 No music is played by default.
   112 
   112 
       
   113 Example:
       
   114 <code>music = Nature.ogg</code>
       
   115 
   113 == `sd-music` ==
   116 == `sd-music` ==
   114 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!
   117 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!
   115 
   118 
   116 If you choose a custom music, you should also set `fallback-sd-music`.
   119 If you choose a custom music, you should also set `fallback-sd-music`.
   117 
   120 
   122 == `fallback-music` ==
   125 == `fallback-music` ==
   123 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.
   126 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.
   124 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.
   127 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.
   125 
   128 
   126 Note that if Hedgewars fails to find a music, it defaults to silence.
   129 Note that if Hedgewars fails to find a music, it defaults to silence.
       
   130 
       
   131 Example:
       
   132 <code>music = My_Custom_Music.ogg
       
   133 fallback-music = Nature.ogg</code>
   127 
   134 
   128 == `fallback-sd-music` ==
   135 == `fallback-sd-music` ==
   129 Like `fallback-music`, except it's for `sd-music`.
   136 Like `fallback-music`, except it's for `sd-music`.
   130 
   137 
   131 == `clouds` ==
   138 == `clouds` ==