]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Music.textile
(Commit created by redmine exporter script from page "Repository_Access" version 35)
[xonotic/xonotic.wiki.git] / Music.textile
index 9de9ade05d96ae39b58f0d21b7e873a7e1215f25..befef2019a74195f2448bc81fe9e1eabaa2c81ee 100644 (file)
@@ -53,15 +53,29 @@ Following tracks could be taken as a reference of the style that we want
 "Stairs":http://blkrbt.googlepages.com/stairs.ogg
 "Rabble Rouser":http://www.youtube.com/watch?v=ki71pm8yDKI&hd=1
 
-h2. References
+h2. Links
 
 * Licensing
 ** Our [[Legal]] wiki page
+** http://wiki.creativecommons.org/GarageBand
 * Tools
 ** OpenMPT http://www.lpchip.com/modplug
 ** LMMS http://www.lmms.sourceforge.net
 ** Ardour http://www.ardour.org
 ** Rosegarden http://www.rosegardenmusic.com/
 ** http://linux-sound.org/
+* Sound banks
+** "The Free Sound Project":http://www.freesound.org/tagsViewSingle.php?id=99
 
-* Howto's
+h2. Howto'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.
+* Open the file <name of map>.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 _<name of map>.mapinfo_ and add a line with the text "cd loop <track filename>"