Difference between revisions of "Sound Packs"

From Minetest Wiki
Jump to navigation Jump to search
(→‎See also: thats now at another place)
Line 3: Line 3:
  
 
== Installation ==
 
== 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".<br/>
+
Currently sound packs can be stored at the [[Folder_structures#global_path | shared path]] of minetest, not at the user path. And the sounds need to be put into a folder called "testsounds".<br/>
 
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.

Revision as of 11:53, 22 November 2015

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

See also

Is the folder still called "testsounds"?


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