View Issue Details

IDProjectCategoryView StatusLast Update
0003624The Dark ModSoundpublic11.12.2013 01:28
Reportergrayman Assigned ToSpringheel  
PrioritynormalSeveritynormalReproducibilityalways
Status resolvedResolutionfixed 
Product VersionTDM 2.00 
Summary0003624: Missing sound
Descriptiontdm_ai_drunk_find_something_suspicious is not defined for tdm_ai_drunk.
TagsNo tags attached.

Activities

Springheel

Springheel

10.12.2013 21:04

administrator   ~0006311

This exists:
"snd_somethingSuspicious" "tdm_ai_drunk_find_suspicious"

I'm not clear about what's missing.
grayman

grayman

10.12.2013 22:13

viewer   ~0006312

2.01 is complaining about "tdm_ai_drunk_find_something_suspicious.wav" not being found.

That's different than "tdm_ai_drunk_find_suspicious".

It's as if the sound is being constructed on the fly.

I'll have to find some time at some point to dig through everything that's going on, with this thing pointing to that thing pointing to another thing pointing to ...
grayman

grayman

11.12.2013 00:11

viewer   ~0006313

Created a map with one AI in it: atdm:ai_citywatch_lesser.

His def_voice spawnarg is atdm:ai_vocal_set_drunk_citywatch_01.

At spawn time, I get a console warning:

WARNING: Couldn't load sound 'tdm_ai_drunk_find_something_suspicious.wav' using default

This is w/o having him do anything other than stand there.

tdm_ai_vocal_sets01.def includes the definition for atdm:ai_vocal_set_drunk_citywatch_01, and it includes this line:

"snd_foundBrokenItem" "tdm_ai_drunk_find_something_suspicious"

Since "tdm_ai_drunk_find_suspicious" is used for a couple other barks in that set, I'm guessing that it should also have been used for "snd_foundBrokenItem".

If you concur, that's the solution.

The typo might have come about because half the voice sets use "*_find_something_suspicious" and the other half use "*_find_suspicious". This was probably a copy/paste problem that wasn't caught.
Springheel

Springheel

11.12.2013 01:27

administrator   ~0006314

Yes, that looks like the problem; fixed in Revision: 13747

Issue History

Date Modified Username Field Change
06.12.2013 21:38 grayman New Issue
10.12.2013 21:04 Springheel Note Added: 0006311
10.12.2013 22:13 grayman Note Added: 0006312
11.12.2013 00:11 grayman Note Added: 0006313
11.12.2013 01:27 Springheel Note Added: 0006314
11.12.2013 01:28 Springheel Status new => resolved
11.12.2013 01:28 Springheel Resolution open => fixed
11.12.2013 01:28 Springheel Assigned To => Springheel