Raised This Month: $32 Target: $400
 8% 

[CS:GO/ANY?] Store Death sounds (v1.3 - 23/10/18)


Post New Thread Reply   
 
Thread Tools Display Modes
drespy
Member
Join Date: Jul 2018
Old 08-22-2018 , 23:12   Re: [CS:GO/ANY?] Store Death sounds (v1.1 - 22/08/18)
Reply With Quote #11

Quote:
Originally Posted by Miku View Post
You mean don't emit sound to player if he disabled sound?
Yes.
__________________
|Contact me via Steam|

drespy is offline
nguyenbaodanh
AlliedModders Donor
Join Date: Jun 2007
Location: HCMC, Vietnam
Old 08-22-2018 , 23:20   Re: [CS:GO/ANY?] Store Death sounds (v1.1 - 22/08/18)
Reply With Quote #12

Can we have a version work without store please ? using flag and clientpref
__________________
nguyenbaodanh is offline
HvG Community
AlliedModders Donor
Join Date: Sep 2012
Old 08-31-2018 , 18:29   Re: [CS:GO/ANY?] Store Death sounds (v1.1 - 22/08/18)
Reply With Quote #13

[SM] Failed to load plugin "store_deathsound.smx": Unable to load plugin (no debug string table).

I have tried recompiling it myself still the same error.
HvG Community is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 09-01-2018 , 14:01   Re: [CS:GO/ANY?] Store Death sounds (v1.1 - 22/08/18)
Reply With Quote #14

Quote:
Originally Posted by HvG Community View Post
[SM] Failed to load plugin "store_deathsound.smx": Unable to load plugin (no debug string table).

I have tried recompiling it myself still the same error.
My mistake. I compiled this with sourcemod 1.10. when your server runs 1.9 or below the error appears. Maybe you compiled them also with higher version as on server.

I updated the post with binaries compiled with sm.1.9.

edit:
Quote:
Originally Posted by drespy View Post
It's possible add a option to players disable death sounds?
I think some would bother about it, but most would like ;)
Sounds good, but from me not in the near future.
A "workaround" would be to put the sound files eg 'sound/deathsound/file.mp3' in the 'sound/music' subfolder (like 'sound/music/deathsound/file.mp3').
Files in 'music' folder are controlled by the client music volume.

Quote:
Originally Posted by nguyenbaodanh View Post
Can we have a version work without store please ? using flag and clientpref
I'm sorry not from my side. At least not in the near future.
__________________
coding & free software

Last edited by shanapu; 09-01-2018 at 14:16.
shanapu is offline
HvG Community
AlliedModders Donor
Join Date: Sep 2012
Old 09-01-2018 , 18:12   Re: [CS:GO/ANY?] Store Death sounds (v1.1 - 22/08/18)
Reply With Quote #15

I am still getting the same error after removing everything and doing clean install.

Parachutes work fine though.

However this time it does show up in store (after I have added paths correctly like this "sound/store/die.mp3", previously I did without sound/ and it wouldn't recognize it)
and now I am able to buy it but not all functionalities work.
If I restart the server, I will have to buy them again, they don't stay saved.
The sound doesn't play even though it successfully blocks the default server death sound.
HvG Community is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 10-10-2018 , 12:44   Re: [CS:GO/ANY?] Store Death sounds (v1.1 - 22/08/18)
Reply With Quote #16

Same issue as HvH.

I've added some sounds and it wasn't showing up on store, so i've read that HvH had to add in the path "sound/" (for example "sound/store/die.mp3") to make it show up on the store. Now it shows up but it doesn't play any sound, i don't even get a message on console saying that it failed to play or something, it shows nothing like is not even trying to play it.

I wonder if you could take a look at this Shanapu? thanks in advance!
Lannister is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 10-10-2018 , 14:56   Re: [CS:GO/ANY?] Store Death sounds (v1.1 - 22/08/18)
Reply With Quote #17

hi, somehow I missed HvGs post.
I will take a look at this when back home.
__________________
coding & free software
shanapu is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 10-11-2018 , 13:11   Re: [CS:GO/ANY?] Store Death sounds (v1.1 - 22/08/18)
Reply With Quote #18

Quote:
Originally Posted by HvG Community View Post
However this time it does show up in store (after I have added paths correctly like this "sound/store/die.mp3", previously I did without sound/ and it wouldn't recognize it)
and now I am able to buy it but not all functionalities work.
If I restart the server, I will have to buy them again, they don't stay saved.
The sound doesn't play even though it successfully blocks the default server death sound.
sorry for this issue, I don't understand how I could miss that on testing.
path must be without path "sound/", like "store/die.mp3"

I pushed a fix to github. Also added to op.
__________________
coding & free software
shanapu is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 10-12-2018 , 10:48   Re: [CS:GO/ANY?] Store Death sounds (v1.2 - 11/10/18)
Reply With Quote #19

Thanks for your reply Shanapu, I'm still trying to make it work but no luck.

My sounds are located inside sound/deaths/ and i've got 2 sounds there to test
Code:
sound/deaths/death1.mp3
sound/deaths/death2.mp3
My store txt looks like this.
Code:
	"Death sounds"
	{
		"Death1"
		{
			"path" "deaths/death1.mp3"
			"origin" "1"  // 1 - global (map)/ 2 - local (player)/ 3 - player voice
			"volume" "2.0"
			"price" "1000"
			"block" "1"   // 1 - block orignal death voice
			"type" "death_sound"
		}
		"Death2"
		{
			"path" "deaths/death2.mp3"
			"origin" "1"  // 1 - global / 2 - local / 3 - player voice
			"volume" "1.0"
			"price" "1000"
			"block" "1"   // 1 - block orignal death voice
			"type" "death_sound"
		}
	}
I also tried some variants just in case, i've changed the "origin" from "1" to "2" and "3" and also tried to put the sounds on other paths as sound/sourcemod and just sound/ (and i added the correct paths on the store.txt too)

And still nothing sounds when i die (with the item equipped), the plugin itself blocks the default dead sound with success, but it doesn't play the one that i equip. When i look at the console it doesn't show any error like the most common one that says "Failed to load sound" it doesn't show up anything.

I wonder if i'm doing something wrong?

Last edited by Lannister; 10-12-2018 at 10:51.
Lannister is offline
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 10-12-2018 , 12:09   Re: [CS:GO/ANY?] Store Death sounds (v1.2 - 11/10/18)
Reply With Quote #20

Quote:
Originally Posted by shanapu View Post
"Death sounds"
{
"Tribute"
{
"path" "hg/cannon.mp3"
"origin" "1" // 1 - global (map)/ 2 - local (player)/ 3 - player voice
"volume" "1.0"
"price" "100"
"block" "1" // 1 - block orignal death voice
"type" "death_sound"
}
"I'm dying!"
{
"path" "player/dying.mp3"
"origin" "2" // 1 - global / 2 - local / 3 - player voice
"volume" "0.5"
"price" "100"
"block" "0" // 1 - block orignal death voice
"type" "death_sound"
}
"Argh"
{
"path" "player/argh.mp3"
"origin" "2" // 1 - global / 2 - local / 3 - player voice
"volume" "1.0"
"price" "100"
"block" "1" // 1 - block orignal death voice
"type" "death_sound"
}
where can i find these sounds?

Last edited by NanoC; 10-12-2018 at 12:12.
NanoC is offline
Send a message via Skype™ to NanoC
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:34.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode