Skip to content

Releases: bookdude13/SRVoting

SRVoting v2.0.0

14 Oct 22:12
Compare
Choose a tag to compare
SRVoting v2.0.0 Pre-release
Pre-release

What's Changed

  • Switch to il2cpp mod format to match Synth Riders open beta
  • Voting options properly refresh after coming back from a song in both single player and multiplayer
  • Down vote button removed. You can still see the number of up/down votes, but you will need to go to the synthriderz site if you want to downvote maps. This is partially an experiment - if the community as a whole disagrees with this, I'm open to putting it back in. The idea for this is that it's still easy to promote maps you like, but harder to systematically down vote maps in bulk.

Tested with MelonLoader v0.6.5

Full Changelog: v1.3.0...v2.0.0

SRVoting v1.3.0

28 May 18:18
962ee05
Compare
Choose a tag to compare

What's Changed

  • Update to SRModCore 1.1.0 and MelonLoader v0.6.1 by @bookdude13 in #15

Full Changelog: v1.2.1...v1.3.0

SRVoting 1.2.1

15 Nov 23:03
4e9ec42
Compare
Choose a tag to compare

Fixes an issue where the steam auth ticket would expire (after playing a lot of OST). Now it retries up to 3 times to get a new ticket if it fails to use the existing one.

SRVoting v1.2.0

23 Aug 01:42
7cec6d7
Compare
Choose a tag to compare

What's Changed

Voting can now be done from multiplayer rooms! Arrows are at the bottom in the song info section.

  • Arrows will not be present if no song is selected (this happens if you create a lobby right when entering game), but will show up once the first song is selected
  • Arrows/votes update whenever you yourself (as host) or the remote host updates the selected song
  • Voting while selecting songs as host is still possible

Huge shout out to The_Zhad for helping test this out!

Full Changelog: v1.1.1...v1.2.0

SRVoting v1.1.1

11 Jun 23:20
86da165
Compare
Choose a tag to compare

No feature changes. I moved some common code to the new SRModCore repo and added that .dll as a dependency

SRVoting Version 1.1.0

25 Apr 22:16
b649dd5
Compare
Choose a tag to compare

What's Changed

Features

  • Vote count text is now darker for the vote options not selected by the player
  • Voting UI elements are now disabled when loading from Synthriderz instead of completely absent
  • Voting UI elements are now present for OST tracks, with the vote count text saying "N/A"

Bug fixes

  • Fixed issue where UI elements weren't visible when returning from a song

Full Changelog: v1.0.0...v1.1.0

SRVoting Version 1.0.0

23 Apr 14:46
65f176a
Compare
Choose a tag to compare

Synthriderz beatmap voting in-game!

Note: Requires your Synthriderz account to be linked with Steam.

What's Changed

Features

  • Up/Down vote buttons and vote counts added next to difficulty selection
  • Vote counts underlined corresponding to own vote
  • Auth with Steam to hit Synthriderz APIs, with automatic token refresh on 401 response
  • UI elements hidden for OST tracks
  • If any error occurs, UI elements are hidden. Check MelonLoader logs for more detailed error messages.

Full Changelog: https://github.com/bookdude13/SRVoting/commits/v1.0.0