View Issue Details

IDProjectCategoryView StatusLast Update
0004337The Dark ModSoundpublic26.12.2020 11:15
Reportergrayman Assigned Tograyman  
PrioritynormalSeveritynormalReproducibilityalways
Status resolvedResolutionfixed 
Product VersionTDM 2.04 
Target VersionTDM 2.04Fixed in VersionTDM 2.04 
Summary0004337: Locked door sounds are softer on a hatch in Betrayal
DescriptionBy design, the lockpicks don't work on the door named "func_static_95".

In 2.03, the "locked" sound is louder than it is in 2.04.

Why?
TagsNo tags attached.

Relationships

related to 0004130 resolvedgrayman Doors w/o handles can be heard opening for a time at mission start 
related to 0003165 resolvedangua Rightful Property Doors completely silent 
related to 0005462 resolvedstgatilov Creeps: sound loss when frobbing closed horizontal door from above 

Activities

grayman

grayman

06.06.2016 13:23

viewer   ~0008196

Last edited: 06.06.2016 13:36

The fix for issue 0004130 caused this to happen. By redesigning the fix, both that issue and this issue are fixed. The problems only appear on doors that have no handles. Usually, door sounds are played by the handles, to make sure they’re on the same side of the visportal as the player, so the visportal’s sound occlusion doesn’t affect the sound volume. For a handle-less door, a point has to be found on the player’s side of the door that’s still between him and the visportal. Using the bounding box to provide a point was causing the point to sometimes be inside the wall adjoining the door, which made the sound hearable by the player wherever he was. By pulling the point slightly toward the door, the sound can be heard when it should be heard.

Rev. 6591:

Entity.cpp
Entity.h
Weapon.cpp
FrobDoor.cpp

Issue History

Date Modified Username Field Change
05.06.2016 03:42 grayman New Issue
06.06.2016 13:09 grayman Assigned To => grayman
06.06.2016 13:09 grayman Status new => assigned
06.06.2016 13:23 grayman Note Added: 0008196
06.06.2016 13:23 grayman Status assigned => resolved
06.06.2016 13:23 grayman Resolution open => fixed
06.06.2016 13:23 grayman Fixed in Version => TDM 2.04
06.06.2016 13:23 grayman Relationship added related to 0004130
06.06.2016 13:36 grayman Note Edited: 0008196
26.12.2020 11:11 stgatilov Relationship added related to 0003165
26.12.2020 11:15 stgatilov Relationship added related to 0005462