ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/res/sound.conf.res
(Generate patch)

Comparing deliantra/arch/res/sound.conf.res (file contents):
Revision 1.13 by root, Thu Aug 16 11:34:51 2007 UTC vs.
Revision 1.14 by root, Mon Aug 27 02:15:11 2007 UTC

1{ 1{
2 # compat sounds must stay in this order with exactly these keys (thats why it is
3 # an array. they are used to reverse-map sound names to gcfclient-comaptible sound indices.
4 # they are also inserted into the sound face map.
2 "compat": [ 5 "compat": [
3 ["new_player" , "cf/magic"], 6 ["new_player" , "cf/magic"],
4 ["fire_arrow" , "cf/fwoomp"], 7 ["fire_arrow" , "cf/fwoomp"],
5 ["learn_spell" , "fx/signature-22"], 8 ["learn_spell" , "fx/signature-22"],
6 ["fumble_spell" , "cf/missed"], 9 ["fumble_spell" , "cf/missed"],
22 ["sound_clock" , "cf/towerclock"], 25 ["sound_clock" , "cf/towerclock"],
23 ["turn_handle" , "cf/boink2"], 26 ["turn_handle" , "cf/boink2"],
24 ["fall_hole" , "cf/rocks-falling"], 27 ["fall_hole" , "cf/rocks-falling"],
25 ["drink_poison" , "cf/puke"] 28 ["drink_poison" , "cf/puke"]
26 ], 29 ],
30 # similar to compat, above, this is for mapping from spell faces to
31 # spell numbers as required by gcfclient.
27 "spell_compat": [ 32 "spell_compat": [
28 ["magic bullet" , "cf/swish"], 33 ["magic bullet" , "cf/swish"],
29 ["small fireball" , "cf/swish"], 34 ["small fireball" , "cf/swish"],
30 ["medium fireball" , "cf/swish"], 35 ["medium fireball" , "cf/swish"],
31 ["large fireball" , "cf/swish"], 36 ["large fireball" , "cf/swish"],
159 ["cause serious wounds" , "cf/magic"], 164 ["cause serious wounds" , "cf/magic"],
160 ["charm monsters" , "cf/magic"], 165 ["charm monsters" , "cf/magic"],
161 ["banishment" , "cf/choir"], 166 ["banishment" , "cf/choir"],
162 ["create missile" , "cf/magic"] 167 ["create missile" , "cf/magic"]
163 ], 168 ],
169 # these are "event"-type mappings from event name to
170 # face path. events are simply inserted into the sound
171 # face map, and the rule of thumb is: face names
172 # containing "/" are sound files paths, otherwise
173 # they are event names either form here or the compat
174 # sectipns, above.
164 "event": { 175 "event": {
165 "level_up" : "fx/signature-01", 176 "level_up" : "fx/signature-01",
166 "skill_up" : "fx/signature-02", 177 "skill_up" : "fx/signature-02",
167 "nimbus_win" : "fx/signature-18", 178 "nimbus_win" : "fx/signature-18",
168 "nimbus_loss" : "fx/signature-26", 179 "nimbus_loss" : "fx/signature-26",
176 "inscribe_success" : "wn/receive", 187 "inscribe_success" : "wn/receive",
177 "inscribe_fail" : "cf/missed", 188 "inscribe_fail" : "cf/missed",
178 "chest_open" : "wn/open-chest", 189 "chest_open" : "wn/open-chest",
179 "chest_close" : "wn/open-chest", 190 "chest_close" : "wn/open-chest",
180 "skill_learn" : "fx/signature-22", 191 "skill_learn" : "fx/signature-22",
181 "generic_failure" : "cf/missed" 192 "generic_failure" : "cf/missed",
193 "trigger_gate" : "misc/grate",
194 "trigger_hole" : "misc/grate",
195 "trigger_altar" : "misc/knarz",
182 } 196 },
183} 197}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines