/***************************************************************************** File created by SCEA Sound Tool (Windows) This bank has included names. This means you can trigger the sounds using the snd_PlaySoundByName API. The beauty of this system is that you (and the sound designer) no longer need to worry about rebuilding the executable whenever the sound designer removes sounds from the bank. If you use straight sound indexes to trigger sounds, one removed sound could throw all the indexes off. If you use the name #defines below as u_long128s you will not have to worry about this. If the specified sound isn't in the bank you will get a plain text message telling you the name of the sound that couldn't be found. The other advantage is that you can treat these u_long128s as null terminated strings. This is very useful for tools (e.g. letting the artist tag animation frames with sound IDs that will be resolved at run-time.) Using this method, the sound designer can supply the artist with a list of names, the artist can tag frames with strings that you stuff into your animation data as u_long128s, and everyone can hear the result WITHOUT the need to recompile the game! These u_long128s are 15 character strings... guaranteed to be null terminated. The index defines are still provided should you still decide to go that route. *****************************************************************************/ #ifndef SND_BNK_ #define SND_BNK_ 0x0 #ifndef SND_BNK__NAME #define SND_BNK__NAME 0x0000000000000000 #endif #ifndef SND_INDX_RMUNDO_ATK_01 #define SND_INDX_RMUNDO_ATK_01 0 #define SND_NAME_RMUNDO_ATK_01 0x00000031305f6b74615f6f646e756d72LL // rmundo_atk_01 #endif #ifndef SND_INDX_RMUNDO_ATK_02 #define SND_INDX_RMUNDO_ATK_02 1 #define SND_NAME_RMUNDO_ATK_02 0x00000032305f6b74615f6f646e756d72LL // rmundo_atk_02 #endif #ifndef SND_INDX_RMUNDO_ATK_03 #define SND_INDX_RMUNDO_ATK_03 2 #define SND_NAME_RMUNDO_ATK_03 0x00000033305f6b74615f6f646e756d72LL // rmundo_atk_03 #endif #ifndef SND_INDX_RMUNDO_ATK_04 #define SND_INDX_RMUNDO_ATK_04 3 #define SND_NAME_RMUNDO_ATK_04 0x00000034305f6b74615f6f646e756d72LL // rmundo_atk_04 #endif #ifndef SND_INDX_RMUNDO_ATK_05 #define SND_INDX_RMUNDO_ATK_05 4 #define SND_NAME_RMUNDO_ATK_05 0x00000035305f6b74615f6f646e756d72LL // rmundo_atk_05 #endif #ifndef SND_INDX_RMUNDO_ATK_06 #define SND_INDX_RMUNDO_ATK_06 5 #define SND_NAME_RMUNDO_ATK_06 0x00000036305f6b74615f6f646e756d72LL // rmundo_atk_06 #endif #ifndef SND_INDX_RMUNDO_DAM_01 #define SND_INDX_RMUNDO_DAM_01 6 #define SND_NAME_RMUNDO_DAM_01 0x00000031305f6d61645f6f646e756d72LL // rmundo_dam_01 #endif #ifndef SND_INDX_RMUNDO_DAM_02 #define SND_INDX_RMUNDO_DAM_02 7 #define SND_NAME_RMUNDO_DAM_02 0x00000032305f6d61645f6f646e756d72LL // rmundo_dam_02 #endif #ifndef SND_INDX_RMUNDO_DAM_03 #define SND_INDX_RMUNDO_DAM_03 8 #define SND_NAME_RMUNDO_DAM_03 0x00000033305f6d61645f6f646e756d72LL // rmundo_dam_03 #endif #ifndef SND_INDX_RMUNDO_DAM_04 #define SND_INDX_RMUNDO_DAM_04 9 #define SND_NAME_RMUNDO_DAM_04 0x00000034305f6d61645f6f646e756d72LL // rmundo_dam_04 #endif #ifndef SND_INDX_RMUNDO_DAM_05 #define SND_INDX_RMUNDO_DAM_05 10 #define SND_NAME_RMUNDO_DAM_05 0x00000035305f6d61645f6f646e756d72LL // rmundo_dam_05 #endif #ifndef SND_INDX_RMUNDO_DAM_06 #define SND_INDX_RMUNDO_DAM_06 11 #define SND_NAME_RMUNDO_DAM_06 0x00000036305f6d61645f6f646e756d72LL // rmundo_dam_06 #endif #ifndef SND_INDX_RMUNDO_DAM_07 #define SND_INDX_RMUNDO_DAM_07 12 #define SND_NAME_RMUNDO_DAM_07 0x00000037305f6d61645f6f646e756d72LL // rmundo_dam_07 #endif #ifndef SND_INDX_RMUNDO_DAM_08 #define SND_INDX_RMUNDO_DAM_08 13 #define SND_NAME_RMUNDO_DAM_08 0x00000038305f6d61645f6f646e756d72LL // rmundo_dam_08 #endif #ifndef SND_INDX_RMUNDO_DAM_LNG1 #define SND_INDX_RMUNDO_DAM_LNG1 14 #define SND_NAME_RMUNDO_DAM_LNG1 0x0031676e6c5f6d61645f6f646e756d72LL // rmundo_dam_lng1 #endif #ifndef SND_INDX_RMUNDO_DAM_LNG2 #define SND_INDX_RMUNDO_DAM_LNG2 15 #define SND_NAME_RMUNDO_DAM_LNG2 0x0032676e6c5f6d61645f6f646e756d72LL // rmundo_dam_lng2 #endif #ifndef SND_INDX_RMUNDO_DAM_LNG3 #define SND_INDX_RMUNDO_DAM_LNG3 16 #define SND_NAME_RMUNDO_DAM_LNG3 0x0033676e6c5f6d61645f6f646e756d72LL // rmundo_dam_lng3 #endif #ifndef SND_INDX_RMUNDO_TNT_01 #define SND_INDX_RMUNDO_TNT_01 17 #define SND_NAME_RMUNDO_TNT_01 0x00000031305f746e745f6f646e756d72LL // rmundo_tnt_01 #endif #ifndef SND_INDX_RMUNDO_TNT_02 #define SND_INDX_RMUNDO_TNT_02 18 #define SND_NAME_RMUNDO_TNT_02 0x00000032305f746e745f6f646e756d72LL // rmundo_tnt_02 #endif #ifndef SND_INDX_RMUNDO_TNT_03 #define SND_INDX_RMUNDO_TNT_03 19 #define SND_NAME_RMUNDO_TNT_03 0x00000033305f746e745f6f646e756d72LL // rmundo_tnt_03 #endif #ifndef SND_INDX_RMUNDO_TNT_04 #define SND_INDX_RMUNDO_TNT_04 20 #define SND_NAME_RMUNDO_TNT_04 0x00000034305f746e745f6f646e756d72LL // rmundo_tnt_04 #endif #ifndef SND_INDX_RMUNDO_TNT_05 #define SND_INDX_RMUNDO_TNT_05 21 #define SND_NAME_RMUNDO_TNT_05 0x00000035305f746e745f6f646e756d72LL // rmundo_tnt_05 #endif #ifndef SND_INDX_RAI_SIG #define SND_INDX_RAI_SIG 22 #define SND_NAME_RAI_SIG 0x0000000000000000006769735f696172LL // rai_sig #endif #define SND_BNK__MAX_SOUND_ID 22 #define SND_BNK__TOTAL_SOUNDS 23 #endif