Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T20:08:40.000Z (3 months ago)
- Last Synced: 2024-08-14T22:11:35.834Z (3 months 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 ONCESounds 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)