Other Things
ut2vlogo3
Features
Changes
Installation
General Config
Basic Config
Game Config
Mutator Config
Client Config
Other Things
Do's and Donots
Known Bugs

Other bits of information

[UT2Vote21.UT2VoteMapInfo]

In here the Admin will see 2 types of Map information but cannot do anything with them except delete them if wishes to do so.

RejectMap=(MapName="DM-Icetomb",GameClass="XGame.xDeathMatch")

When an Admin brings up the VoteMenu the About button becomes a Reject/Restore button and he can reject or restore maps.
These maps end up here

VotingMap=(MapName="DM-Ancient2003",GameClass="XGame.xDeathMatch",LevelCount=2)

If a game has a MapLimit set to it, once that map has been voted for and accepted it ends up here until its LevelCount has count down to 0

[UT2Vote21.UT2VoteVotedMaps]

This is where the top Voted and Opinion related maps end up for Admin viewing.
VotedMap=(Opinion=60,Voted=15,Map="DM-Antalus")

[UT2Vote21.UT2VoteKickBan]

This section is used internally and stores all the information from Players that have been kicked off, or voted off your server.
The only time you will set anything manually here is if you want to ban someone on a permanent basis.

BanPlayer=(NickName="Whatever",UniqueID="4230fjj7a6cafda49fed3f4200fa97kk",IPaddrs="123.123.123.123",Levels=5)

To do this change whatever the Levels= says, to Levels=111

MapList Command Lines

UT2Vote now recognises Commandlines added to a map in a MapList in UT2003.ini

[XInterface.MapListDeathMatch]
MapNum=0
Maps=DM-Antalus?Mutator=UnrealGame.MutLowGrav?Translocator=False
Maps=DM-Asbestos?Mutator=XGame.MutInstagib

If UseMapList=True in the GameType then the following is available to Admin.

Mutate UT2VoteLogin Password

Mutate UT2VoteMapList Add Mapname Mutator=UnrealGame.MutLowGrav?MaxPlayers=6

If the map already exists in the MapList the commandline will be replaced with this one.
If the map does not exist, the new map and commandline will be added to the maplist.

Mutate UT2VoteMapList Remove Mapname

This will remove the map and its commands if any from the MapList.

Mutate UT2VoteMapList Show Mapname

This will display the map and its commands in the console (if the map exists)

NB. If a Mutator is added to the Map then the Mutator(s) MUST come first in the string.
Maps=DM-Antalus?Mutator=UnrealGame.MutLowGrav,XGame.MutQuadJump?Translocator=False?WeaponStay=True

NB.
The MapList commands will take top priority so if you have a same command elsewhere like ServerMuts or the Game Commandstring, it will be ignored.

Mutator Priority Loading

Whenever a level or game is loading the Mutators will be loaded in the following order of priority:

1. MapName
2. Game Class
3. UT2Vote
4. GameType Mutators=
5. Voted Arenas
6. Mutator Voted
7. MapList Mutators
8. ServerMuts=
9. GameType Commands=
10. MapList Commands
11. ServerLine=

This means that the ServerMuts has the highest priority in Mutators and the ServerLine the highest for commands.

[Features] [Changes] [Installation] [General Config] [Basic Config] [Game Config] [Mutator Config] [Client Config] [Other Things] [Do's and Donots] [Known Bugs]