X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=Music.md;h=db447159ad47d4e26b6e376b4b0c409bf545a347;hb=62bb19402f037dabb35e5ea424623c8bfb508c57;hp=c33620f5ee86c3034808971811fa737be7eec853;hpb=7109b8babe4774475435a44a66ef26539666d15f;p=xonotic%2Fxonotic.wiki.git diff --git a/Music.md b/Music.md index c33620f..db44715 100644 --- a/Music.md +++ b/Music.md @@ -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 ` -