Description
If a mod depends on "default" of Minetest Game only to use the default sound effects included in Minetest Game, this mod provides all the default sound effects to be used in any game on the Luanti engine. Meaning, a mod that would otherwise depend on Minetest Game, simply to use it's sound effects, can be now used outside of Minetest Game, in other games. This makes such mods game agnostic. Using this mod assumes that "default" is not installed, and that you are playing some other game than Minetest Game. Don't use this if you are playing Minetest Game, as Minetest Game already comes with all of these sound effects in the included "default" module.
Releases
2025-04-11 12:55 UTC
1.0 - it works basically
All of the Minetest Game "default" module sound effects are included, no other Minetest Game module is used here. The source code is the section from the functions.lua in "default" that adds the sound effects that mods use. Mods of course may have a hard dependency on "default", this would require manual intervention, to make the "depends" on "default" in the mod's "mod.conf" file an "optional_depends" instead. If the mod depends on anything else than the sounds, from "default" using this will not be enough.
All releases
Threads
New thread
Information
Provides
default_sounds_for_other_games
Dependencies
- Required
-
No required dependencies
Information
- Type
- Mod
- Technical Name
- default_sounds_for_other_games
- Languages
-
English
- License
-
LGPL-2.1-or-later
for code,
CC-BY-SA-3.0
for media.
- Maintenance State
- As-Is
- Added
- 2025-04-11 12:51 UTC
- Maintainers
-
awuuwa
Used By
Useless
Any modder creating a game will have the sounds or know where to find them or the game isn't complete. Writing a mod for a game that is supposed to have default but doesn't sounds like a personal issue.