Skip to content

Releases: SupraEntertainment/RhythmicVR

v0.9 (r9) - Gamemode Flexibility

07 Aug 12:04
Compare
Choose a tag to compare
Pre-release

Versioning change, naming versions with a simple number now instead of v#.#.#.#... so you will get r### (revision) now. v#.# will stay for major versions.

Report any bugs, that are not listed here to me via issues or discord: Tayou#4820

Instructions for installing plugins

  • start the game once, close it
  • go into %appdata%\..\LocalLow\SupraEntertainment\RhythmicVR\plugins and add the desired plugins in that folder. (on linux it would be in ~/.config/unity3d/SupraEntertainment/RhythmicVR/)
  • start again and everything should work

Currently missing features:
there are no filters,
scoreboard only shows local player scores,

Changes

  • backend: plugins are unpacked in memory, no temp folder necessary
  • backend: core plugins are included in the build
  • backend: beatmap playing is handled by the gamemodes
  • fixed a bug with note despawning on song exit
  • fixed: when saving songs doesn't check for invalid characters, such as ?. Does however remove / (Uses Path.GetInvalidCharacters() now)
  • fixed: UI buttons, which should, don't stay selected (visual selection representation missing)

Known issues

  • all audio settings except for general and song volume (hit volume, song preview volume, etc..) don't do anything
  • the VR keyboard steals focus from input fields
  • input fields for typing don't accept keyboard input (idk why, gotta investigate.. probably an input focus issue aswell?)

for now change the config file manually, it is stored in %appdata%\..\LocalLow\SupraEntertainment\RhythmicVR

  • velocity score calculation is broken (currently disabled)... needs to be thought through properly still.

v0.8

28 Jul 15:52
Compare
Choose a tag to compare
v0.8 Pre-release
Pre-release

Report any bugs, that are not listed here to me via issues or discord: Tayou#4820

Instructions

  • download and extract the zip for your platform
  • start the game once, close it
  • go into %appdata%\..\LocalLow\SupraEntertainment\RhythmicVR\plugins and add the desired plugins (currently almost all in the zip below are necessary) in that folder. (on linux it would be in ~/.config/unity3d/SupraEntertainment/RhythmicVR/)
  • start again and everything should work

Currently missing features:
there are no filters,
scoreboard only shows local player scores,

Changes

  • backend: plugins are loaded via assetbundles, meaning they can be distributed separate to the game and added / removed afterwards at will.

Known issues

  • all audio settings except for general and song volume (hit volume, song preview volume, etc..) don't do anything
  • the VR keyboard steals focus from input fields
  • input fields for typing don't accept keyboard input (idk why, gotta investigate.. probably an input focus issue aswell?)

for now change the config file manually, it is stored in %appdata%\..\LocalLow\SupraEntertainment\RhythmicVR

  • when saving songs doesn't check for invalid characters, such as ?. Does however remove /
  • velocity score calculation is broken (disabled in current build)... needs to be thought through properly still.
  • when loading plugins (at startup) creates a temporary folder, but doesn't delete it

v0.7

19 Jul 17:07
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release

Report any bugs, that are not listed here to me via issues or discord: Tayou#4820

Currently missing features:
there are no filters,
only some settings save, none load, none have any effect,
scoreboard only shows local player scores,
there is no Player name to be used for scoreboard (may come when steam is through with validation, via steamworks, steam username)

Changes

  • Added support for local player name
  • Made settings load, hooked all core settings up for saving, made audio setting work (-> known issues)

Known issues

  • all audio settings except for general and song volume (hit volume, song preview volume, etc..) don't do anything
  • the VR keyboard steals focus from input fields
  • input fields for typing don't accept keyboard input (idk why, gotta investigate.. probably an input focus issue aswell?)

for now change the config file manually, it is stored in %appdata%\..\LocalLow\SupraEntertainment\RhythmicVR

  • when saving songs doesn't check for invalid characters, such as ?. Does however remove /
  • velocity score calculation is broken (disabled in current build)... needs to be thought through properly still.

v0.6

16 Jul 18:42
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release

Report any bugs, that are not listed here to me via issues or discord: Tayou#4820

Currently missing features:
there are no filters,
only some settings save, none load, none have any effect,
scoreboard only shows local player scores,
there is no Player name to be used for scoreboard (may come when steam is through with validation, via steamworks, steam username)

Other Changes

  • song audio doesn't get cleaned up after playing the first song (will continue playing the first song) -> fixed
  • when importing a or multiple song(s) the song list doesn't refresh, restart required -> fixed
  • beat saber gamemode colliders seem to not work correctly, meaning no score can be achieved with it -> colliders positioned correctly, works now
  • fixed role on controller objects not being set and only left hand targets being hittable

Known issues

  • when saving songs doesn't check for invalid characters, such as ?. Does however remove /
  • velocity score calculation is broken (disabled in current build)... needs to be thought through properly still.

v0.5

14 Jul 16:48
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release

This version is already much better than the previous ones, the main gameplay works and there are few features missing. However much is still in need of internal work.

Currently missing features:
there are no filters,
only some settings save, none load, none have any effect,
there is no scoreboard -> scoreboard only shows local player scores, there is no Player name

Other Changes

  • old target objects don't get deleted when quitting a song -> fixed

Known issues

  • song audio doesn't get cleaned up after playing the first song (will continue playing the first song)
  • when importing a or multiple song(s) the song list doesn't refresh, restart required
  • beat saber gamemode colliders seem to not work correctly, meaning no score can be achieved with it....
  • when saving songs doesn't check for invalid characters, such as ?. Does however remove /

v0.4

13 Jul 12:46
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

This version is already much better than the previous ones, the main gameplay works and there are few features missing. However much is still in need of internal work.

Currently missing features:
there are no filters,
only some settings save, none load, none have any effect,
there is no scoreboard,
score calculation is not tested and might be completely off or straight up broken, -> works
scores don't get saved anywhere, -> fixed

Other Changes

  • in game data is now displayed (score, multiplier, progress)
  • beat saber import plugin has bulk import function
  • beat saber bulk importing as well as song loading now use a progress bar and work in the background
  • song info display has slightly progressed (BPM is displayed there now, other things to come)

Known issues

  • song audio and note spawning behaves wierd after playing the first song (has to be cleaned up properly)
  • old target objects don't get deleted when quitting a song
  • when importing a or multiple song(s) the song list doesn't refresh, restart required
  • beat saber gamemode colliders seem to not work correctly, meaning no score can be achieved with it....
  • when saving songs doesn't check for invalid characters, such as ?. Does however remove /

v0.3

10 Jul 13:46
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

This version is still very feature incomplete:
there are no filters,
gamemode selection might not load all assets correctly, -> fixed
you can only play the hardest beatmap of a song, -> fixed
settings don't save,
there is no scoreboard,
score calculation is not tested and might be completely off or straight up broken,
scores don't get saved anywhere,
there are no bindings for vive or oculus (only index and trackers on feet and waist rn) -> all popular devices now have bindings (index, vive, oculus, wmr & cosmos),
old target objects don't get deleted when quitting a song.

v0.2

06 Jul 15:49
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

This version is still very feature incomplete:
sliders and scrollbars don't work, -> fixed
there are no filters,
the gamemode selection doesn't work, -> selection works, loading of all assets correctly might not
the songs audio doesn't play, -> fixed
you can only play the hardest beatmap of a song,
settings don't take any effect,
there is no scoreboard,
score calculation is not tested and might be completely off or straight up broken,
scores don't get saved anywhere,
there are no bindings for vive or oculus (only index and trackers on feet and waist rn)

v0.1 - first release (very incomplete)

29 Jun 11:39
Compare
Choose a tag to compare
Pre-release

This version is very feature incomplete:
sliders and scrollbars don't work,
there are no filters,
the gamemode selection doesn't work,
the songs audio doesn't play,
you can only play the hardest beatmap of a song,
settings don't take any effect,
there is no scoreboard,
score calculation is not tested and might be completely off or straight up broken,
scores don't get saved anywhere,
there are no bindings for vive or oculus (only index and trackers on feet and waist rn)