Releases: M-archand/RockTheVote-CSS
Releases · M-archand/RockTheVote-CSS
Release list
v2.1.10
Release v2.1.10
Full Changelog: v2.1.9...v2.1.10
v2.1.9
Release v2.1.9
Full Changelog: v2.1.8...v2.1.9
v2.1.8
Release v2.1.8
Full Changelog: v2.1.7...v2.1.8
v2.1.7
Release v2.1.7
Full Changelog: v2.1.6...v2.1.7
v2.1.6
Release v2.1.6
Full Changelog: v2.1.5...v2.1.6
v2.1.5
Release v2.1.5
Full Changelog: 2.1.4...v2.1.5
RockTheVote v2.1.4
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
- 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"
Config - Bump version 20 -> 21 View updated sample config with descriptions
- Added HintType to EndofMapVote section
RockTheVote v2.1.2
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
- 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
Config - Bump version 18 -> 19 View updated sample config with descriptions
- Added
EnableHinttrue/false to EndOfMapVote section - Added
IncludeSpectatortrue/false to General section - Added
IncludeAFKtrue/false to General section - Added
AFKCheckIntervalinteger to General section
Added several new localizers to accommodate the above features