Releases: Deaod/VoteSys
Releases · Deaod/VoteSys
VoteSys v17
Changelog
- Add setting
ServerName
to presets- Allows changing server's name depending on the preset
- Known to be incompatible with Nexgen
- Add button to restore logo
- Only visible after dismissing the logo
- Enable selecting text within chat area
- Selected text will be copied to the clipboard
- Reload server config files after switching maps
- Requires server version ≥469d
- Reload client config file after joining server
- Requires client version ≥469d
- Prevent scrolling while hovering over UI elements from focusing them
- Slightly compress player list
- Fixed "Player X was kicked" appearing multiple times
- Allow admins to kick players using VoteSys even if kick-voting is disabled
- Fixed VoteSys windows not giving back mouse control when closed while used in combination with mods derived from UTPure (including various forms of NewNet)
- Fixed a few error messages
VoteSys v20250310102428-main
Fix Windows Not Giving Back Mouse Control Some mods replace the games console with their own (UTPure, NewNet, UltimateNewNet, ...). The replacement consoles dont make use of states, and instead have their own variable ("zzMyState") to keep track of the state. This commit introduces a check of the variable in addition to the state name when deciding whether to automatically close menuing.
VoteSys Preview main-20250223231315
Compress Player List
VoteSys Preview main-20250216110123
Fix ServerName Preset Setting
VoteSys Preview main-20250215230654
Correct Name Of Prereleases
VoteSys v16b
Changelog
- Fix random map selection sometimes selecting maps that could not be voted for manually
- When VoteSys is configured to not show automatically, avoid countdown announcements as well if nobody has voted for a candidate
- Fix the favorites star in the map list disappearing if the maps name is long
VoteSys v16
Changelog
- Added Map Lists Settings UI
- Added Setting bEnableKickVoting
- Controls whether players can vote to kick other players
- Added Client Setting bShowPlayerList
- If False, hides the player list and gives more space to the chat/logo area
- VoteSys now captures Team messages
- Fixed slow map switching with certain maps
- Added horizontal scroll bars to relevant UI elements
- Presets list in admin UI
- Map list
- Player list
Map Lists Settings UI
Full Changelog: v15...v16
VoteSys v15
Changelog
New Features
- Allow Players to mark individual maps as favorites
- Favorites apply across presets
- Marking a map as a favorite in one presets map list will mark that map as a favorite in all other presets' map lists
- Favorites apply across servers
- Marking a map as a favorite on one server will mark that map on all other servers as a favorite as well
- Map list can be sorted such that favorites are always at the top
- Favorites apply across presets
- Added server and preset setting
bOpenVoteMenuAutomatically
- If
True
(the default), the vote menu gets opened automatically when the vote countdown starts - If
False
, the vote menu never gets opened automatically, but can be opened manually - If the server setting
bOpenVoteMenuAutomatically
isFalse
, the vote menu will never open automatically. If it isTrue
, the value for the currently active preset will determine behavior.
- If
- Preset List in Admin UI now has a horizontal scrollbar
Bugfixes
- No longer creates objects in the Transient package
- No longer writes scary message about failed texture load to log if no logo is configured
- Logo will no longer appear in front of logo buttons
- Suggest button will now be disabled if no preset is selected
- Aligned SettingState label in Admin UI with button labels
- Settings window will now remember its position
- Banned players will now be kicked as soon as possible instead of waiting up to 30 seconds
- Bans will now be saved to disk eagerly
- Players with an empty ACE HWID can no longer be banned
Overview
VoteSys v14
Changelog
- Added "Suggest" Button between "Vote" and "Random"
- Automatically votes for a random map from the current map list
- Added context menu to map list
- You can change how the map list is sorted in that menu
- Added presets settings menu
- Added setting LogoDrawRegion
- Added setting bEnableACEIntegration
- If true and ACE is running, use ACE to identify players for the purposes of enforcing bans
- Defaults to false
- Fixed size of logo area
- Logo buttons are always clickable
- VoteSys now closes automatically when travelling due to logo button click
Admin Presets Settings UI
VoteSys v13b
Changelog
- Fixed bug where ServerActors were copied to DefaultActors unexpectedly