https://github.com/supermarcus/questparticletuner
Porting ParticleOverdrive to the Quest Beat Saber.
https://github.com/supermarcus/questparticletuner
beatsaber beatsaber-quest
Last synced: about 2 months ago
JSON representation
Porting ParticleOverdrive to the Quest Beat Saber.
- Host: GitHub
- URL: https://github.com/supermarcus/questparticletuner
- Owner: SuperMarcus
- License: isc
- Created: 2020-11-01T06:16:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T06:08:46.000Z (over 3 years ago)
- Last Synced: 2025-02-26T16:53:13.873Z (about 2 months ago)
- Topics: beatsaber, beatsaber-quest
- Language: C++
- Homepage:
- Size: 10.9 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quest ParticleTuner
===================
A partial port of the [ParticleOverdrive mod](https://github.com/Shadnix-was-taken/BeatSaber-ParticleOverdrive/commit/68f8eeb9100a88606faabdd875520654993fbcbc) from PC. Coded by [Marcus Zhou](https://github.com/SuperMarcus) for Beat Saber v1.16.4 and updated to BSQ 1.17.1 by [Mioki](https://github.com/okibcn) with fixed rainbow particles and speed optimizations.
## Features
* De/Activate Core particles
* De/Activate Clash effects
* De/Activate ambiend dust
* De/Activate Rainbow sparkles* customizable amount of sparkles
* customizable amount of explosion particles
* customizable lengh of effects explosions and sparkles
* customizable transparency of explosions and sparkles## Settings
The preferred way is to use the in-game UI for configuration.

## Credits
* ParticleOverdrive: [Shadnix-was-taken/BeatSaber-ParticleOverdrive](https://github.com/Shadnix-was-taken/BeatSaber-ParticleOverdrive) and [lolPants/BeatSaber-ParticleOverdrive](https://github.com/lolPants/BeatSaber-ParticleOverdrive)
* Libraries: [QuestUI](https://github.com/darknight1050/questui), [beatsaber-hook](https://github.com/sc2ad/beatsaber-hook), [codegen](https://github.com/sc2ad/BeatSaber-Quest-Codegen), [custom-types](https://github.com/sc2ad/Il2CppQuestTypePatching)