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.19 by root, Sat Sep 8 08:37:10 2007 UTC vs.
Revision 1.24 by pippijn, Tue Dec 23 18:52:55 2008 UTC

1{ 1{
2 # compat sounds must stay in this order with exactly these keys (thats why it is 2 # compat sounds must stay in this order with exactly these keys (that's why it is
3 # an array. they are used to reverse-map sound names to gcfclient-comaptible sound indices. 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. 4 # they are also inserted into the sound face map.
5 "compat": [ 5 "compat": [
6 ["new_player" , "cf/magic"], 6 ["new_player" , "cf/magic"],
7 ["fire_arrow" , "cf/fwoomp"], 7 ["fire_arrow" , "cf/fwoomp"],
193 "blocked_gate" : "ss/puncher", 193 "blocked_gate" : "ss/puncher",
194 "trigger_gate" : "misc/grate", 194 "trigger_gate" : "misc/grate",
195 "trigger_hole" : "misc/grate", 195 "trigger_hole" : "misc/grate",
196 "god_intervention" : "ss/churchbell", 196 "god_intervention" : "ss/churchbell",
197 "spell_success" : "ss/evilnote1", 197 "spell_success" : "ss/evilnote1",
198 "eat_food" : "ss/biting-celery2",
199 #"eat_drink" : "",
198 #"trigger_altar" : "", 200 #"trigger_altar" : "",
199 #"quest_progress" : "", # hypothetical "you made some progress" quest sound 201 "quest_progress" : "fx/signature-29", # hypothetical "you made some progress" quest sound
200 #"quest_success" : "", # you succeeded in a quest 202 "quest_success" : "fx/signature-30", # you succeeded in a quest
201 #"quest_failure" : "", # you failed a quest 203 "quest_failure" : "fx/signature-26", # you failed a quest
204 "msg_voice" : "ss/swhistle", # auto-apply sign, magic_ear etc.
205 "msg_tell" : "wn/arrive", # tell received
206 "msg_say" : "ss/swhistle", # say received
207 "msg_chat" : "ss/swhistle", # chat received
208 "msg_shout" : "ss/announce_bass",# shout received
202 }, 209 },
203} 210}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines