Skip to content

Commit

Permalink
Add example explosion sound, update rl notes
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Jul 28, 2024
1 parent e67ae3d commit 96277b0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 deletions.
Binary file added Examples/BombHitExplosion.ogg
Binary file not shown.
4 changes: 4 additions & 0 deletions mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
{
"name": "OsuMiss.ogg",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/BadHitSounds/Osu Miss.ogg"
},
{
"name": "BombHitExplosion.ogg",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/BombExplosionSounds/BombHitExplosion.ogg"
}
],
"copyExtensions": []
Expand Down
35 changes: 19 additions & 16 deletions rl-notes.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
**READ ENTIRE POST BEFORE OPENING AN ISSUE**
Description:
## READ ENTIRE POST BEFORE OPENING AN ISSUE
### Description:
QuestSounds or short QSounds allows you to add Custom Hit Sounds and other sounds as well as adding new sounds,
just drop them into the folder and select them in-game!

__**Changelog:**__
- Updated for Beat Saber version 1.28.0_4124311467
- Updated for Beat Saber version 1.37.0_9064817954
- Rewritten UI from scratch
- **NEW Feature:** Added support for BombExplosionSounds
- Internal changes to improve performance and stability
- Fixed freezing on loading with MP3 and MP2 files by streaming audio (except for HitSounds)

Features:
### Features:
In-Game Menu for selecting sound files and enabling/disabling custom sounds.
Support for OGG, MP3, WAV, MP2 and AIFF/AIF file formats!
Creates QuestSounds folder at /sdcard/ModData/com.beatgames.beatsaber/Mods/
Creates QuestSounds folder at **/sdcard/ModData/com.beatgames.beatsaber/Mods/**
which contains the sub-folders for the sounds.
AFTER YOU HAVE RAN THE MOD ONCE

**Avoid using any files that use MPEG format like MP3 or MP2 unless you don't mind brief freezing upon loading**

Sounds you can change and their default folder Path:
- HitSounds: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/HitSounds/
- BadHitSounds: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/BadHitSounds/
- NoteMissedSounds: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/NoteMissedSounds/
- MenuMusic: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/MenuMusic/
- MenuClicks: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/MenuClicks/
- Firework: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/Fireworks/
- LevelCleared: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/LevelCleared/
- LevelFailed: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/LevelFailed/
- LobbyMusic: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/LobbyMusic/
- **MenuMusic**: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/MenuMusic/
- **LobbyMusic**: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/LobbyMusic/
- **MenuClicks**: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/MenuClicks/
- **HitSounds**: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/HitSounds/
- **BadHitSounds**: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/BadHitSounds/
- **NoteMissedSounds**: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/NoteMissedSounds/
- ***NEW:*** **BombExplosionSounds**: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/BombExplosionSounds/
- **LevelCleared**: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/LevelCleared/
- **LevelFailed**: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/LevelFailed/
- **Firework**: sdcard/ModData/com.beatgames.beatsaber/Mods/QuestSounds/Fireworks/

0 comments on commit 96277b0

Please sign in to comment.