Thread: Death Sound
View Single Post
Author Message
Keksmampfer
Junior Member
Join Date: Apr 2009
Old 09-08-2009 , 13:09   Death Sound
Reply With Quote #1

Death Sound
This is my first Plugin.

Description:

This plugin plays a random sound to specific group of players or play a sound to a specific group of players on a specific map position.

The plugin adds the sounds to the DownloadTable and prechaches them.

Features:
Full control about who can here sounds.
Emit on map or play directly to a player.
Player on / off option.
Force deathsounds.
Announcement how to switch on / off.
...

Installation:


  1. Download and paste the deathsound.smx to /sourcemod/plugins/
  2. On updating delet "cfg/sourcemod/plugin.deathsound.cfg"
  3. Put the deathsound.txt into your "/sourcemod/configs" folder.
  4. Load the plugin with a mapchange or "sm plugins load deathsound".
  5. Edit the configfile"cfg/sourcemod/plugin.deathsound.cfg" and the soundlist "/sourcemod/configs/deathsound.txt". 10 sounds are maximum.
  6. Upload the sounds to the server and optionally to the fast download server.=)
  7. Reload the plugin with a mapchange or "sm plugins reload deathsound".
Important CVAR's:

sm_deathsound_playto: summ up the values of the groups (e.g: All playing players = 12 (4+8))
Groups:
+1 :the victim
+2 :the attacker
+4 :the team of victim
+8 :the team of the attacker
+16 :all dead players (i think this includes spectators)
+32 :all alive players

sm_deathsound_emit:
1: Emit a sound on the map at the position where a plaer died
0: Play all sounds diret to the players.

...

Changelog:
Code:
* V0.5.3
* Fixed bug with the spamming announce
* Fixed bug with on/ off option
* Fixed logic bug -.--.-.-.-.-.-.-.-.-.-.-.-.-
* Code optimization
* 
* V0.5
* Changed cvar soundlist to keyvaluesoundlist
* Added more options for sm_deathsound_playto 
* Added On/off option for Players
* Added announce
* +Cvar to control the announce
* +Cvar to emit a sound on the map or play a sound direct to a player
* +Cvar to disable the player on / off option
* 
* V0.4.2
* Added some code
* 
* V0.4
* +Cvar to control who can hear sound
* +Cvar to control which sound the players hear
*
* V0.3.1
* Fixed bug with client index
*
* V0.3
* +cvar plugin on/off: sm_deathsound_enable
* +cvar soundlist: sm_deathsound_soundlist
* +autoconfigfile:cfg/sourcemod/plugin.deathsound.cfg
* Recoded the [CSS]RoundSound part.
*
* V 0.2:
* Added singel soundfile check.
*
* V 0.1:
* Basic Plugin, based on [CSS]RoundSound.
To Do:
*Admin executes sound on player
*The settingsmenu
*Translationfile.
*Option to disable the standard sound

Credits:
I used [CSS]RoundSound for help.
THX to Black Haze.

I'm searching for good sounds. Please help me.
Attached Files
File Type: txt deathsound.txt (199 Bytes, 1830 views)
File Type: sp Get Plugin or Get Source (deathsound.sp - 3934 views - 8.7 KB)
File Type: rar Deathsound Sample.rar (820.2 KB, 3454 views)
__________________
My Plugins: Death Sound

Last edited by Keksmampfer; 10-22-2009 at 02:27.
Keksmampfer is offline