An open API service indexing awesome lists of open source software.

https://github.com/danrouse/bsq-qounters-minus

Spice up your Beat Saber HUD with a variety of configurable Qounters, which can display a wide variety of stats in an even wider variety of ways. This mod is an Oculus Quest port of Caeden117's Counters+ for PC.
https://github.com/danrouse/bsq-qounters-minus

beatsaber mod quest

Last synced: 4 days ago
JSON representation

Spice up your Beat Saber HUD with a variety of configurable Qounters, which can display a wide variety of stats in an even wider variety of ways. This mod is an Oculus Quest port of Caeden117's Counters+ for PC.

Awesome Lists containing this project

README

        

# Qounters-

Spice up your Beat Saber HUD with a variety of configurable ~~Counters~~ Qounters, which can display a wide variety of stats in an even wider variety of ways.
This mod is an Oculus Quest port of [Caeden117's *Counters+*](https://github.com/Caeden117/CountersPlus) for PC.

Configure your Qounters from the Mod Settings menu (Main menu → Settings (gear icon) → Mod Settings → Qounters-). After making changes, you can click the big blue _Test_ button to preview your configuration.

Settings can be loaded from a PC *Counters+* configuration file! Rename your `CountersPlus.json` to `qounters-minus.json` and upload it through BMBF after installing Qounters-.

Everything covered by the original base mod is supported, *except*:
- The settings menu is store brand
- Canvas/HUD settings are not yet supported

---

*Today's interface has been brought to you by the letter **Q***.

---

## Qounter types
All of the base modules included in *Counters+* are available.
| Qounter | Description |
|-|-|
| Cut | Average cut scores, optionally split between sabers and/or score components |
| Missed | Number of missed notes in the current song |
| Notes | Number of notes so far in the song, and how many you've hit |
| Notes Left | Number of notes remaining in the current song |
| Spinometer | How fast your Sabers are rotating |
| Speed | How fast your Sabers are moving |
| Score | Enhanced version of default score UI |
| PB | How your current play matches up to your personal best |
| Fail | How many times you've failed or restarted |
| Progress | Enhanced version of default song timer |
| PP | For ranked songs, how much PP you will get for your current performance |

## Custom Qounters

Mod developers can easily write Custom Qounters as standalone mods with Qounters- as a dependency. Creating, positioning, and configuring the Custom Qounters is all handled by Qounters-. For more details on writing your own Custom Qounter, see the [bsq-example-custom-qounter](https://github.com/danrouse/bsq-example-custom-qounter) repository.

## Credits

* [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)
* [Lauriethefish](https://github.com/Lauriethefish) and [danrouse](https://github.com/danrouse) for [this template](https://github.com/Lauriethefish/quest-mod-template)
* [Caeden117's original Counters+ for PC Beat Saber](https://github.com/Caeden117/CountersPlus)