X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=Music.md;h=db447159ad47d4e26b6e376b4b0c409bf545a347;hb=62bb19402f037dabb35e5ea424623c8bfb508c57;hp=c362b5331a5288e33c7a2344fb1cb0d9214c296f;hpb=1ea8294d275519a15f9d1e502fe627826f61b508;p=xonotic%2Fxonotic.wiki.git diff --git a/Music.md b/Music.md index c362b53..db44715 100644 --- a/Music.md +++ b/Music.md @@ -24,7 +24,7 @@ Currently most contributions come in the format of a regular CD track, that is 3 In spite of having longer tracks its more than likely that a track gets played at two or more times during a match, for this is important that the end and beginning of the track can be matched without disruptions, giving a sense of continuity. -For this the ideal way is to find a start and end sample index, so that that region is perfectly (clickless) loopable. These can be set as LOOP\_START and LOOP\_END tags in the Vorbis file, and the engine will seek back to LOOP\_START when reaching LOOP\_END. +For this the ideal way is to find a start and end sample index, so that that region is perfectly (clickless) loopable. These can be set as LOOP\_START and LOOP\_END tags in the Vorbis file, and the engine will seek back to LOOP\_START when reaching LOOP\_END. Here's the [thread](http://forums.xonotic.org/showthread.php?tid=359&pid=5602#pid5602) with details, as well as a [video](https://www.youtube.com/watch?v=ZwWZH5cYTCU). ### Complexity @@ -80,11 +80,10 @@ How-To’s **How to add a sound track to Xonotic?** - Copy the track file to the `data/sound/cdtracks` folder -- Add the name of the track (without the extension) at the end of the cvar `g_cdtracks_remaplist`, on the file `defaultXonotic.cfg`. Count all tracks and remember the position of the added one, this information will be used on the following step. +- Add the name of the track (without the extension) at the end of the cvar `g_cdtracks_remaplist`, in the file `xonotic-common.cfg`. Count all tracks and remember the position of the added one, this information will be used on the following step. - Open the file `.mapinfo` (on `data/xonotic-maps.pk3dir/maps`) and add a line with the text `cd loop x`. This `x` should be the position of the track within the cvar `g_cdtracks_remaplist`. **How to add a sound track to a non official map?** - Copy the track to the folder `sound/cdtracks/` (inside the pk3 file) - Open the file `.mapinfo` and add a line with the text `cd loop ` -