Just as the title says! You have to put the sounds_client in your clientmods folder (make sure loading sounds clientside is enabled in settings) and put sounds_server in the regular mods folder!
Download is attached. License: Public Domain (It's literally 15 lines of code with cc0 sounds)
A video: https://youtu.be/ZuEJ9DTnnDQ
[csm] simple hurt, die, and inventory sounds
-
- Member
- Posts: 139
- Joined: Mon Jan 28, 2019 13:12
- GitHub: oilboi
- IRC: oilboi
- In-game: oilboi
- Contact:
[csm] simple hurt, die, and inventory sounds
- Attachments
-
- sounds.zip
- (71.08 KiB) Downloaded 99 times
Last edited by Oil_boi on Tue Jan 29, 2019 16:04, edited 1 time in total.
This account is no longer active
-
- Member
- Posts: 452
- Joined: Thu Nov 16, 2017 18:18
- GitHub: Enrikoo
- IRC: Enrico - Enricoo - Enrlco
- In-game: Enrico - Enriko
- Location: Germany
- Contact:
Re: [csm] simple hurt, die, and inventory sounds
Sorry it does not work, and if you can't programm a Clientside Mod, then why you don't post it in mods section?
-
- Member
- Posts: 139
- Joined: Mon Jan 28, 2019 13:12
- GitHub: oilboi
- IRC: oilboi
- In-game: oilboi
- Contact:
Re: [csm] simple hurt, die, and inventory sounds
That was pretty rude.Enrikoo wrote:Sorry it does not work, and if you can't programm a Clientside Mod, then why you don't post it in mods section?
Do you have:
- *Minetest daily ppa or minetest github latest?
*A distro of Linux?
- *Install the clientside part into the clientmods section and enable mod sounds in the mod.conf in the clientmods folder?
*Install the server part into the mods section?
*Enable client mods in your client section?
*Edit: I found out something! You also need to add the line "load_mod_sounds_client = true" to the clientmods mod.conf for the mod to load or the client side of it will not load at all.
This account is no longer active
- Desour
- Member
- Posts: 1527
- Joined: Thu Jun 19, 2014 19:49
- GitHub: Desour
- IRC: Desour
- In-game: DS
- Location: I'm scared that if this is too exact, I will be unable to use my keyboard.
Re: [csm] simple hurt, die, and inventory sounds
@Oil_boi: Welcome to the minetest forums! (This might sound a bit ironic and pejorative after that rude comment… >_<)
Actually, there's another way of adding sounds client side. You can use sound packs. (See http://wiki.minetest.net/Sound_Packs.) This way, the users wouldn't have to add their sounds again if the mod is updated.
Public Domain is not in all countries a valid license.
Using git is better than only giving the zipped mod to download.
Actually, there's another way of adding sounds client side. You can use sound packs. (See http://wiki.minetest.net/Sound_Packs.) This way, the users wouldn't have to add their sounds again if the mod is updated.
Public Domain is not in all countries a valid license.
Using git is better than only giving the zipped mod to download.
he/him; Codeberg; GitHub; ContentDB; public personal TODO list; "DS" is preferred (but often too short)
- Lone_Wolf
- Member
- Posts: 2602
- Joined: Sun Apr 09, 2017 05:50
- GitHub: LoneWolfHT
- IRC: LandarVargan
- In-game: LandarVargan
Re: [csm] simple hurt, die, and inventory sounds
Nice CSM. Might want to use the method suggested above though
- paramat
- Developer
- Posts: 3700
- Joined: Sun Oct 28, 2012 00:05
- GitHub: paramat
- IRC: paramat
- Location: UK
Re: [csm] simple hurt, die, and inventory sounds
This is essentially a 'server-sent CSM mod' but done manually before that feature has been coded.
The server owner has to install the serverside stuff and convince all players to download and install the clientside stuff. Might work if you have a small number of well-informed players on a server.
So this mod will not work if only installed clientside and used when joining a server that isn't also using it.
The server owner has to install the serverside stuff and convince all players to download and install the clientside stuff. Might work if you have a small number of well-informed players on a server.
So this mod will not work if only installed clientside and used when joining a server that isn't also using it.