Kxnrl / Mapchooser-Redux

Mapchooser - Redux
GNU General Public License v3.0
32 stars 10 forks source link

Doubt with the mapchooser redux plugin #32

Closed crashzk closed 4 years ago

crashzk commented 4 years ago

I currently have the following plugins enabled:

101 "MapChooser Redux" (2.0.196) by Kyle
102 "Nominations Redux" (2.0.196) by Kyle
103 "Rock The Vote Redux" (2.0.196) by Kyle

I would like to know, how can I control how many maps go in the map vote, and delete the maps that have been previously.

In other words, I want to exclude the last two maps that have already been played, and include 6 maps in the vote in total, would I do that? I didn't find in the mapchooser_redux.cfg config

Kxnrl commented 4 years ago

map pool or map cooldown pool?

crashzk commented 4 years ago

I believe it is the map pool.

What I want is to add more maps as an option at the time of voting, and always delete the maps that were played before, that is, I add 6 maps to the total, but of those 6 excludes 3 maps that were played before.

Kxnrl commented 4 years ago

edit each map's cooldown in mapdata.kv

crashzk commented 4 years ago

Worked, thank you.