Advertisement
glitchdetector

RDR3 PlaySoundFrontend (decompiled)

Nov 17th, 2019
1,668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.34 KB | None | 0 0
  1. play_sound_frontend("REWARD_NEW_GUN", "HUD_REWARD_SOUNDSET", 1);
  2. play_sound_frontend("TITLE_SCREEN_EXIT", "DEATH_FAIL_RESPAWN_SOUNDS", 1);
  3. play_sound_frontend("BATHING_DOOR_KNOCK_MASTER", 0, 1);
  4. play_sound_frontend("Core_Full", "Consumption_Sounds", 1);
  5. play_sound_frontend("Core_Fill_Up", "Consumption_Sounds", 1);
  6. play_sound_frontend("REWARD_MORALE", "HUD_REWARD_SOUNDSET", 1);
  7. play_sound_frontend("HUD_DRAW", "HUD_DUEL_SOUNDSET", 1);
  8. play_sound_frontend("BET_MIN_MAX", "HUD_POKER", 1);
  9. play_sound_frontend("BET_AMOUNT", "HUD_POKER", 1);
  10. play_sound_frontend("Back", "HUD_Camp_Status_Sounds", 1);
  11. play_sound_frontend("Give_To_Gang", "HUD_Donate_Sounds", 1);
  12. play_sound_frontend("INFO_SHOW", "Ledger_Sounds", 1);
  13. play_sound_frontend("UNAFFORDABLE", "Ledger_Sounds", 1);
  14. play_sound_frontend("INFO_HIDE", "Ledger_Sounds", 1);
  15. play_sound_frontend("PURCHASE", "Ledger_Sounds", 1);
  16. play_sound_frontend("NAV_UP", "Ledger_Sounds", 1);
  17. play_sound_frontend("NAV_DOWN", "Ledger_Sounds", 1);
  18. play_sound_frontend("NAV_LEFT", "Ledger_Sounds", 1);
  19. play_sound_frontend("NAV_RIGHT", "Ledger_Sounds", 1);
  20. play_sound_frontend("SELL", "HUD_SHOP_SOUNDSET", 1);
  21. play_sound_frontend("READ", "HUD_SHOP_SOUNDSET", 1);
  22. play_sound_frontend("MONEY", "HUD_DOMINOS_SOUNDSET", 1);
  23. play_sound_frontend("YES", "HUD_DOMINOS_SOUNDSET", 1);
  24. play_sound_frontend("NO", "HUD_DOMINOS_SOUNDSET", 1);
  25. play_sound_frontend("NAV_UP", "HUD_DOMINOS_SOUNDSET", 1);
  26. play_sound_frontend("NAV_DOWN", "HUD_DOMINOS_SOUNDSET", 1);
  27. play_sound_frontend("NAV_RIGHT", "HUD_DOMINOS_SOUNDSET", 1);
  28. play_sound_frontend("NAV_LEFT", "HUD_DOMINOS_SOUNDSET", 1);
  29. play_sound_frontend("Craft_Items_Enter", "SSCRFT_Sounds", 1);
  30. play_sound_frontend("prison_shot", "gng3_CME_SoundSet", 1);
  31. play_sound_frontend("watchtower_shot", "gng3_CME_SoundSet", 1);
  32. play_sound_frontend("ITEM_TICKER_GENERIC", "HUD_REWARD_SOUNDSET", 1);
  33. play_sound_frontend("MAIL", "HUD_MAIL_SOUNDSET", 1);
  34. play_sound_frontend("BET_PROMPT", "HUD_POKER", 1);
  35. play_sound_frontend("PURCHASE", "HUD_SHOP_SOUNDSET", 1);
  36. play_sound_frontend("river_med", "rdch3_CME_SoundSet", 1);
  37. play_sound_frontend("river_fast", "rdch3_CME_SoundSet", 1);
  38. play_sound_frontend("EXIT", "DEATH_FAIL_RESPAWN_SOUNDS", 1);
  39. play_sound_frontend("TITLE_SCREEN_EXIT_OFF_MISSION", "DEATH_FAIL_RESPAWN_SOUNDS", 1);
  40. play_sound_frontend("JumpCut", "SAL1_Sounds", 1);
  41. play_sound_frontend("QUIT", "HUD_SHOP_SOUNDSET", 1);
  42. play_sound_frontend("SELECT", "HUD_SHOP_SOUNDSET", 1);
  43. play_sound_frontend("INFO", "HUD_SHOP_SOUNDSET", 1);
  44. play_sound_frontend("INFO_HIDE", "HUD_SHOP_SOUNDSET", 1);
  45. play_sound_frontend("BACK", "HUD_SHOP_SOUNDSET", 1);
  46. play_sound_frontend("Whistle", "Flex_Fight_Sounds", 1);
  47. play_sound_frontend("Horn", "Flex_Fight_Sounds", 1);
  48. play_sound_frontend("Exit", "HUD_Donate_Sounds", 1);
  49. play_sound_frontend("Give_Item_Enter", "HUD_Donate_Sounds", 1);
  50. play_sound_frontend("Give_Money_Enter", "HUD_Donate_Sounds", 1);
  51. play_sound_frontend("Amount_Increase", "HUD_Donate_Sounds", 1);
  52. play_sound_frontend("Amount_Decrease", "HUD_Donate_Sounds", 1);
  53. play_sound_frontend("Donate", "HUD_Donate_Sounds", 1);
  54. play_sound_frontend("Tithe_Donation_Large", "Tithe_Donation_Sounds", 1);
  55. play_sound_frontend("Tithe_Donation_Medium", "Tithe_Donation_Sounds", 1);
  56. play_sound_frontend("Tithe_Donation_Small", "Tithe_Donation_Sounds", 1);
  57. play_sound_frontend("LeavingColter6_Gust", "wnt2_CME_SoundSet", 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement