diff --git a/releases/3.2.0/sound/misc/web_hit.wav b/releases/3.2.0/sound/misc/web_hit.wav new file mode 100644 index 00000000..c91fbc3c Binary files /dev/null and b/releases/3.2.0/sound/misc/web_hit.wav differ diff --git a/releases/3.2.0/sound/weapons/webspin1.wav b/releases/3.2.0/sound/weapons/webspin1.wav index c8b6dbf2..762280f7 100644 Binary files a/releases/3.2.0/sound/weapons/webspin1.wav and b/releases/3.2.0/sound/weapons/webspin1.wav differ diff --git a/releases/3.2.0/source/game_shared/voice_banmgr.cpp b/releases/3.2.0/source/game_shared/voice_banmgr.cpp index 34e8b5da..32582edb 100644 --- a/releases/3.2.0/source/game_shared/voice_banmgr.cpp +++ b/releases/3.2.0/source/game_shared/voice_banmgr.cpp @@ -21,7 +21,7 @@ unsigned char HashPlayerID(char const playerID[16]) unsigned char curHash = 0; for(int i=0; i < 16; i++) - curHash += ((unsigned char)playerID[i] & 0xFF); + curHash += (unsigned char)(playerID[i] & 0xFF); return curHash; } diff --git a/releases/3.2.0/source/mod/AvHAlienEquipmentConstants.h b/releases/3.2.0/source/mod/AvHAlienEquipmentConstants.h index 1e0f01f5..b3d6552a 100644 --- a/releases/3.2.0/source/mod/AvHAlienEquipmentConstants.h +++ b/releases/3.2.0/source/mod/AvHAlienEquipmentConstants.h @@ -72,6 +72,7 @@ const int kWebStrandLifetime = 50; #define kWebStrandBreakSound "misc/web_break.wav" #define kWebStrandHardenSound "misc/web_harden.wav" #define kWebStrandFormSound "misc/web_form.wav" +#define kWebStrandHitSound "misc/web_hit.wav" #define kAlienResourceTowerModel "models/ba_resource.mdl" diff --git a/releases/3.2.0/source/mod/AvHEvents.cpp b/releases/3.2.0/source/mod/AvHEvents.cpp index 5914bc1e..d98171e7 100644 --- a/releases/3.2.0/source/mod/AvHEvents.cpp +++ b/releases/3.2.0/source/mod/AvHEvents.cpp @@ -3286,7 +3286,8 @@ void EV_MetabolizeSuccess(struct event_args_s* inArgs) void WebHit(struct tempent_s* ent, struct pmtrace_s* ptr) { - gEngfuncs.pEventAPI->EV_PlaySound(ent->entity.index, ptr->endpos, CHAN_AUTO, kWebSpinSound1, 1, ATTN_NORM, 0, 94 + gEngfuncs.pfnRandomLong( 0, 0xf )); + gEngfuncs.pEventAPI->EV_PlaySound(ent->entity.index, ptr->endpos, CHAN_AUTO, kWebStrandHitSound, 1, ATTN_NORM, 0, 94 + gEngfuncs.pfnRandomLong( 0, 0xf )); + //gEngfuncs.pEventAPI->EV_PlaySound(ent->entity.index, ptr->endpos, CHAN_AUTO, kWebSpinSound1, 1, ATTN_NORM, 0, 94 + gEngfuncs.pfnRandomLong( 0, 0xf )); if(ptr && ent) { ent->die = gEngfuncs.GetClientTime(); diff --git a/releases/3.2.0/titles.txt b/releases/3.2.0/titles.txt index 862ab4a8..29812b64 100644 --- a/releases/3.2.0/titles.txt +++ b/releases/3.2.0/titles.txt @@ -3170,7 +3170,7 @@ Swipe - Deadly close-combat attack. Get close to your enemies and attack. Good Weapon8Help { -Webs - Shoot globules near each other and a web will be created between them. Wabes take 3 seconds to harden and become active. Webs slow enemies and prevent them from using their weapons for a time. Webs can be destroyed with the welder or by grenade fire +Webs - Shoot globules near each other and a web will be created between them. Wabes take 1.5 seconds to harden and become active. Webs slow enemies and prevent them from using their weapons for a time. Webs can be destroyed with the welder or by grenade fire } Weapon9Help