-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add example explosion sound, update rl notes
- Loading branch information
1 parent
e67ae3d
commit 96277b0
Showing
3 changed files
with
23 additions
and
16 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |