Skip to content

Releases: Deaod/VoteSys

VoteSys v17

11 Mar 11:23
Compare
Choose a tag to compare

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

10 Mar 10:24
Compare
Choose a tag to compare
Pre-release
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

23 Feb 23:13
Compare
Choose a tag to compare
Pre-release
Compress Player List

VoteSys Preview main-20250216110123

16 Feb 11:01
Compare
Choose a tag to compare
Pre-release
Fix ServerName Preset Setting

VoteSys Preview main-20250215230654

15 Feb 23:07
Compare
Choose a tag to compare
Pre-release
Correct Name Of Prereleases

VoteSys v16b

07 Dec 19:03
Compare
Choose a tag to compare

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

14 Oct 19:44
Compare
Choose a tag to compare

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

Map Lists Settings UI

Full Changelog: v15...v16

VoteSys v15

08 Sep 11:33
Compare
Choose a tag to compare

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
  • 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 is False, the vote menu will never open automatically. If it is True, the value for the currently active preset will determine behavior.
  • 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

image

VoteSys v14

30 May 16:34
Compare
Choose a tag to compare

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

image

VoteSys v13b

24 Mar 15:37
Compare
Choose a tag to compare

Changelog

  • Fixed bug where ServerActors were copied to DefaultActors unexpectedly