https://github.com/EnderdracheLP/QuestSounds
QuestSounds allows the user to change sounds, just drop them into default path or your custom path!
https://github.com/EnderdracheLP/QuestSounds
beatsaber beatsaber-quest mod modding oculus-quest
Last synced: about 1 year ago
JSON representation
QuestSounds allows the user to change sounds, just drop them into default path or your custom path!
- Host: GitHub
- URL: https://github.com/EnderdracheLP/QuestSounds
- Owner: EnderdracheLP
- Created: 2021-02-24T15:06:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T20:08:40.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T19:41:39.122Z (over 1 year ago)
- Topics: beatsaber, beatsaber-quest, mod, modding, oculus-quest
- Language: C++
- Homepage:
- Size: 48.8 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuestSounds
Beat Saber mod for Meta Quest 1 and 2 and 3.
Quest sounds allows the users to change the sound effects to their own sounds,
drop them into specified folder Path!
## Features:
NEW: In-Game Menu for selecting sound files and enabling/disabling custom sounds.
Support for OGG, MP3, WAV, MP2 and AIFF file formats!
Creates QuestSounds folder at /sdcard/ModData/com.beatgames.beatsaber/Mods/
which contains the subfolders for the sounds.
AFTER YOU HAVE RAN THE MOD ONCE
Sounds you can change and their default folder Path:
- **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/
- **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/
## Credits:
### Original Mod author
* [Lillie](https://github.com/Rugtveit) - [QuestSounds](https://github.com/Rugtveit/QuestSounds)
### For making modding possible
* [zoller27osu](https://github.com/zoller27osu), [Sc2ad](https://github.com/Sc2ad) and [jakibaki](https://github.com/jakibaki) - [beatsaber-hook](https://github.com/sc2ad/beatsaber-hook)
* [raftario](https://github.com/raftario)