-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf48132
commit c40d60a
Showing
6 changed files
with
32 additions
and
41 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
|
||
# MVE - Map Vote Extended | ||
|
||
Map votings system for UT99 | ||
MapVote lets players to choose the next gametype and map when a match ends. | ||
|
||
![Screeshot of MapVote](./docs/map-vote-screen.png) | ||
|
||
Map management: | ||
- include/exclude filters | ||
- map prefix filter | ||
- map tags filter | ||
- premade lists | ||
|
||
Compatible with: | ||
- Assault (including LeagueAssault) | ||
- Jailbreak (fixed spectator bug) | ||
- Coop campaigns with fixed map order | ||
- DeathMatch, CTF & Domination | ||
- MonsterHunt | ||
- BunnyTrack | ||
|
||
Important Features: | ||
- ServerPackages set per gametype, players only download what's needed for | ||
the current gametype. | ||
- Mutators, ServerActors, settings are all configurable individually | ||
for every gametype. |