Commit Graph

17 Commits

Author SHA1 Message Date
082c3b53fa Update README.md 2025-01-26 13:00:23 +01:00
db51da8dba Update README.md
Fix typo and improve wording
2024-02-19 16:48:56 +01:00
135484af7a Update README.md
Add comments to make default values for maps and modes easily readable
2024-02-17 13:21:07 +01:00
6d193c560c Update README.md
Removed the Default value column in the dvars section

Moved the Configuration section above the Dvars section
2024-02-17 13:14:56 +01:00
5f9a46c511 mapvote 1.1.5
Small change with no impact to match an update that fixed a bug on the T6 version. This bug didn't exist on the IW5 version.
525d50dfc0
2023-10-09 20:38:14 +02:00
87486829b9 mapvote 1.1.4
Added logic to hide the map when there is only one map players can vote, just like how modes work (forgot to implement maps as well)
2023-08-21 16:46:03 +02:00
9e8ec809f9 mapvote 1.1.3
The mapvote is now enabled by default (mapvote_enable set to 1 by default instead of 0)

The default rotation system now has an additional dvar dedicated to enabling/disabling it, it no longer relies on the player count dvar to be enabled or disabled which allows it to work with the min and max dvars set to 0 (only rotate the default rotation if there's no human player)
2023-08-06 21:51:28 +02:00
8d347b0cb2 mapvote 1.1.2
Stupid mistake that was throwing an error
2023-02-01 16:21:01 +01:00
3d3a9c84bb mapvote 1.1.1
Code refactor
Doesn't add or change anything
2023-01-26 02:59:26 +01:00
ecf68810d2 mapvote 1.1.0
Made it possible to have a default randomized map and mode from a user defined list when the human players count is between two values defined by the user

Added dvar mapvote_default_rotation_maps
Added dvar mapvote_default_rotation_modes
Added dvar mapvote_default_rotation_min_players
Added dvar mapvote_default_rotation_max_players
2023-01-21 15:47:56 +01:00
9a875b2669 Update README.md 2022-12-24 18:54:16 +01:00
12fbe10be8 mapvote 1.0.2
Added the possibility to have no maps at all in the mapvote_maps dvar.
This is useful for when you want to organise your maps dvar and you don't want any MW3 map for example
2022-12-23 11:22:52 +01:00
2eaaeac6ff mapvote 1.0.1
Handling of disconnecting players added
Now whenever a player disconnects his votes will be removed (both in the vote logic and in the HUD)
2022-12-01 19:07:05 +01:00
1bf59c0f8e Update README.md 2022-11-30 11:59:50 +01:00
91c99f3315 Update README.md 2022-11-30 11:57:38 +01:00
d1d6d1f418 Update README.md 2022-11-28 16:15:24 +01:00
9749069510 Create mapvote 2022-11-28 13:12:25 +01:00