Difference between revisions of "Sound Packs"

From Minetest Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
eg. <code>/usr/share/minetest/testsounds/craw.ogg</code><br/>
 
eg. <code>/usr/share/minetest/testsounds/craw.ogg</code><br/>
 
The sound pack path might be configurable soon.
 
The sound pack path might be configurable soon.
 +
 +
Of course, you can also link the testsounds folder that you don't need to change the rights of your global minetest folder.<br/>
 +
e.g.<br/>
 +
$ sudo ln -r -s ~/.minetest/testsounds /usr/share/minetest/testsounds
 +
  
 
{{Incomplete}}
 
{{Incomplete}}
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Revision as of 13:50, 16 September 2014

Description

Sound Packs can be used to reduce the amount of Media which needs to become loaded. If the server does not have specific sounds, the sounds in the testsounds folder instead of the ones of the server are used, so the sounds do not need to become loaded from the server.

Installation

Currently sound packs can be stored at the shared path of minetest, not at the user path. And the sounds need to be put into a folder called "testsounds".
eg. /usr/share/minetest/testsounds/craw.ogg
The sound pack path might be configurable soon.

Of course, you can also link the testsounds folder that you don't need to change the rights of your global minetest folder.
e.g.
$ sudo ln -r -s ~/.minetest/testsounds /usr/share/minetest/testsounds


Mbox important.png This article is incomplete.
Please help expand this article to include more useful information.