r1071 (probably earlier) gasp on DM respawn

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: r1071 (probably earlier) gasp on DM respawn

r1071 (probably earlier) gasp on DM respawn

by Enjay » Tue Jul 15, 2008 6:08 am

I guess this could be intentional, but I noticed it so here you go. I have defined a bunch of water-related player sounds (as detailed below). However, I noticed in a DM botmatch that whenever a player or bot spawns, their gasp sound gets played. I suppose it kind of makes sense but it also sounds a bit funny when you have a lot of players because there are gasps coming from all over the level, and it sounds vaguely sexual. :oops: Perhaps I should pick different gasp sounds. :lol:

Anyway, intentional or bug?

Code: Select all

$playersound player male *gasp       		dsmgasp
$playersound player male *dive       		dswtrin
$playersound player male *surface    		dswtrout
$playersound player male *pain-drowning1 	dsmgurp1
$playersound player male *pain-drowning2 	dsmgurp2
$playersound player male *death-drowning 	dsmdrown

$playersound player female *gasp       		dsfgasp
$playersound player female *dive       		dswtrin
$playersound player female *surface    		dswtrout
$playersound player female *pain-drowning1 	dsfgurp1
$playersound player female *pain-drowning2 	dsfgurp2
$playersound player female *death-drowning 	dsfdrown

$playersound player cyborg *gasp       		dscgasp
$playersound player cyborg *dive       		dswtrin
$playersound player cyborg *surface    		dswtrout
$playersound player cyborg *pain-drowning1 	dscgurp1
$playersound player cyborg *pain-drowning2 	dscgurp2
$playersound player cyborg *death-drowning 	dscdrown

Top