Skip to content

Releases: M-archand/RockTheVote-CSS

v2.1.10

Choose a tag to compare

@github-actions github-actions released this 08 Jul 14:47

Release v2.1.10

Full Changelog: v2.1.9...v2.1.10

v2.1.9

Choose a tag to compare

@github-actions github-actions released this 07 Jul 19:23

Release v2.1.9

Full Changelog: v2.1.8...v2.1.9

v2.1.8

Choose a tag to compare

@github-actions github-actions released this 07 Jul 03:39

Release v2.1.8

Full Changelog: v2.1.7...v2.1.8

v2.1.7

Choose a tag to compare

@github-actions github-actions released this 04 Jul 21:17

Release v2.1.7

Full Changelog: v2.1.6...v2.1.7

v2.1.6

Choose a tag to compare

@github-actions github-actions released this 22 Jun 21:30

Release v2.1.6

Full Changelog: v2.1.5...v2.1.6

v2.1.5

Choose a tag to compare

@github-actions github-actions released this 10 Jun 20:01

Release v2.1.5

Full Changelog: 2.1.4...v2.1.5

RockTheVote v2.1.4

Choose a tag to compare

@M-archand M-archand released this 22 Jan 20:05
7c3a41e

Fixes

  • Fix map validator rate limit error (for html), and add optional SteamApiKey for better checking functionality (bypass html & use api instead)
  • Fix erroneous sv_gameinstructor_enable/disable implementation
  • Always restart End of Map Vote timer when EventRoundStart/EventRoundAnnounceMatchStart occurs

Bump config 21->22

  • Add SteamApiKey to General section (leave blank to use basic slow html check instead)

RockTheVote v2.1.3

Choose a tag to compare

@M-archand M-archand released this 21 Dec 21:52
  • Improved AFK logic. Players will automatically be considered active again once they type !rtv and the required number of votes will be updated accordingly.
  • Fixed the AlwaysActiveReminder chat message saying there is an rtv in progress once the End of Map Vote has started.
  • Added HintType to config. Use "GameHint" or "csay"
image

Config - Bump version 20 -> 21 View updated sample config with descriptions

  • Added HintType to EndofMapVote section

RockTheVote v2.1.2

Choose a tag to compare

@M-archand M-archand released this 08 Dec 01:15
eb4c6f6

Fixes/Additions:

  • Fixed extensions from !voteextend/!extend not triggering the End of Map Vote at the correct time
  • Fixed certain rtv votes not being removed when a player disconnects
  • Added option to have !rtv always running once triggered, with optional chat reminder (Config.Rtv.AlwaysActive)
  • Added option to disable workshop map validation
  • Added !reloadmaps command to rebuild the map list mid-game (requires flag set in Config.General.AdminPermission)
  • Added a check that will force change the map to a random new one if the current map hasn't changed 45 seconds after the change map command has been executed (corrupted map, workshop issues, bugged endings, etc.)

Config - Bump version 19 -> 20 View updated sample config with descriptions

  • Added AlwaysActive true/false to Rtv section
  • Added AlwaysActiveReminder true/false to Rtv section
  • Added ReminderInterval integer to Rtv section
  • Added AdminPermission string to General section (for !reloadrtv/!reloadmaps commands)
  • Added EnableMapValidation true/false to General section

Added new localizers to accommodate the above features

RockTheVote v2.1.1

Choose a tag to compare

@M-archand M-archand released this 16 Sep 17:37
f19f4f1
  • Fixed an issue where the "Voting for the next map has started" message would be spammed in chat repeatedly instead of once
  • Added the ability to excluded spectators from the vote (currently !rtv only)
  • Added the ability to exclude AFK players from the vote (currently !rtv only). Set the interval for the check, and if the player hasn't moved between the current and last check then they will be marked as AFK, and removed from the number of required votes to pass
  • Added the ability to show a hud alert when the end of map vote has started
EnableHint

Config - Bump version 18 -> 19 View updated sample config with descriptions

  • Added EnableHint true/false to EndOfMapVote section
  • Added IncludeSpectator true/false to General section
  • Added IncludeAFK true/false to General section
  • Added AFKCheckInterval integer to General section

Added several new localizers to accommodate the above features