This mutator is called MM Switcher. It adds a admin console command that switches a specific player to another team. While switching it doesn't kill player, it doesn't erase his score, keeps inventory, but changes the skin and respawns on the suitable spawn point. The command, of course, is accessible only for admins.
By the way, mutator is fully serverside so players will not have download it.
The idea of this mutator came to me when i saw how easily admin on Counter Strike: Source server was switching players to balance teams.
Installation is simple as usually:
1. Place contents of .zip to DeusEx/System
2. Open DeusEx.ini file
3. Find the block called [DeusEx.DeusExGameEngine] and place the following line somewhere in that block
- Code: Select all
ServerActors=MMSwitcher100.SwitchMutator
How to use the mutator. You have to log in as administrator. Then you may type "playerlist" command to get an ID number of a player you need to switch. ID's also can be seen after names of players when they talk on DXMTL servers, for example:
Klop's ID is 1.
After you got the ID, type the following command
- Code: Select all
mutate switch ID
so if we wanted to switch klop, we would type:
- Code: Select all
mutate switch 1
If it succeeds it will inform the player, that he got switched and you, that you switched the player.
The mutator was protected by Nobody's mod protection tool.
In the end, I would like to say thanks to my friends Nobody and Alex for good unreal scripting support
I'm glad to hear any comments/suggestions