Puts the power back into Admins' hands in Online Games
Help - displays the list of commands in the console GodOn - * Turn God Mode On GodOff - * Turn God Mode Off InvisOn - * Turn On Invisibility Mode InvisOff - * Turn Off Invisibility Mode Loaded - * Give All Weapons Help - * Access This Help Message Ghost - * Turn On Ghost Mode Fly - * Turn On Fly Mode Spider - * Turn On Spider Mode Walk - * Return To Normal Walk Mode Fatality - * Take Revenge On a Player CauseEvent - Trigger an In-Game Event CustomLoaded1 - * Loads Custom Weapons that you set in the server ini file (WeaponBase1=) CustomLoaded2 - * Loads Custom Weapons that you set in the server ini file (WeaponBase2=) CustomLoaded3 - * Loads Custom Weapons that you set in the server ini file (WeaponBase3=) TempAdmin - * Grants Temporary Admin Status (Only Works on Single Admin Systems TempAdminOff - * Removes Temporary Admin Status (Only Works on Single Admin Systems ChangeName - * Changes a person's name to a name you choose usage (admin ChangeName bob jim) changes the name bob to jim HeadSize - * Changes HeadSize of the person you choose (1=default size) usage (admin HeadSize john 3.5) changes john's head size to 3.5 GiveItem - * Give a weaponclass or full adrenaline to the person you choose usage (admin GiveItem xweapons.redeemer) or (admin GiveItem adrenaline) Summon - Allows You To Summon Actor Classes AdvancedSummon - Allows You To Summon Actor Classes To A Given Player's Location usage (admin AdvancedSummon classname username) SloMo - Lets You Modify The GameSpeed of the Current Game (1=normal speed) SetGravity - Lets You Modify The Gravity of the Current Game (-950=normal grav) Teleport - Allows You to Teleport to the Surface (Wall) In Your Crosshairs PrivMessage - Allows Admins to send private messages to separate players DNO - Disables Next Objective In Assault Games You May Issue Commands with a * to Other Players: (i.e. admin ghost Brock) You May also use partial names for matching (i.e. admin ghost bro will match Brock) Warning, it will issue to all players that match the partial name you enter You May Also Issue These Commands to ALL Players: (i.e. admin ghost all)
Kinda like adminmod for Half-Life servers.
====================================================================== AdminPlus -- Mutator -- Unreal Tournament 2004 ====================================================================== Title : AdminPlus Version : 1.0 Release Date : September 06, 2004 (09/06/2004) Filename(s) : AdminPlus.u, AdminPlus.ucl Authors : Rythmix Armagon's email : Rythmix@hotmail.com Add'l Resources : mkhaos7 - ClanUED Technical Director of Scripting - Original design of admincheats mutator James M. Poore Jr. - ataricommunity - admincheats progresser with AdminUtils mutator jb - ChaosUT Development Team - Code assistance ====================================================================== --- Mutator Information --- Game : Unreal Tournament 2004 (tested with 3270 patch) Level Name : AdminPlus Type: : Mutator New Sounds : No New Music : No New Textures : Mo New StaticMeshes/Models : No NewUnrealScript : Yes Description : Puts the power back into Admins' hands in Online Games Known bugs : Will not work on spectators or dead players. There can currently only be one SuperAdmin After using tempadminoff on an person that was previously logged in as admin will not be able to relog in without reconnecting Or if another admin makes him a tempadmin. To Do : Enable multiple SuperAdmins, Add more commands --- Construction --- Editor(s) used : Notepad Base : admincheats/adminutils Construction Time : Several hours --- Installation --- AdminPlus.u --> UT2004/System directory AdminPlus.ucl --> UT2004/System directory AdminPlus-readme.txt --> UT2004/Help directory AdminPlus.uz --> http:// redirect directory AdminPlus.ucl.uz2 --> http:// redirect directory --- How to Use --- Put this line in your Server ini file under the [Engine.GameEngine] section: --------------------------------------------- ServerPackages=AdminPlus --------------------------------------------- This is a complete list of commands. You may not have access to every one." Always put admin in front of the command you want. For example - admin ghost ." -----------------------------------------------------------" Help - displays the list of commands in the console GodOn - * Turn God Mode On GodOff - * Turn God Mode Off InvisOn - * Turn On Invisibility Mode InvisOff - * Turn Off Invisibility Mode Loaded - * Give All Weapons Help - * Access This Help Message Ghost - * Turn On Ghost Mode Fly - * Turn On Fly Mode Spider - * Turn On Spider Mode Walk - * Return To Normal Walk Mode Fatality - * Take Revenge On a Player CauseEvent - Trigger an In-Game Event CustomLoaded1 - * Loads Custom Weapons that you set in the server ini file (WeaponBase1=) CustomLoaded2 - * Loads Custom Weapons that you set in the server ini file (WeaponBase2=) CustomLoaded3 - * Loads Custom Weapons that you set in the server ini file (WeaponBase3=) TempAdmin - * Grants Temporary Admin Status (Only Works on Single Admin Systems TempAdminOff - * Removes Temporary Admin Status (Only Works on Single Admin Systems ChangeName - * Changes a person's name to a name you choose usage (admin ChangeName bob jim) changes the name bob to jim HeadSize - * Changes HeadSize of the person you choose (1=default size) usage (admin HeadSize john 3.5) changes john's head size to 3.5 GiveItem - * Give a weaponclass or full adrenaline to the person you choose usage (admin GiveItem xweapons.redeemer) or (admin GiveItem adrenaline) Summon - Allows You To Summon Actor Classes AdvancedSummon - Allows You To Summon Actor Classes To A Given Player's Location usage (admin AdvancedSummon classname username) SloMo - Lets You Modify The GameSpeed of the Current Game (1=normal speed) SetGravity - Lets You Modify The Gravity of the Current Game (-950=normal grav) Teleport - Allows You to Teleport to the Surface (Wall) In Your Crosshairs PrivMessage - Allows Admins to send private messages to separate players DNO - Disables Next Objective In Assault Games You May Issue Commands with a * to Other Players: (i.e. admin ghost Brock) You May also use partial names for matching (i.e. admin ghost bro will match Brock) Warning, it will issue to all players that match the partial name you enter You May Also Issue These Commands to ALL Players: (i.e. admin ghost all) --- INI File Settings --- Copy and paste this at the bottom of your server ini file: there are 3 weaponBases (WeaponBase1, WeaponBase2, WeaponBase3) Each of the WeaponBases correspond to the CustomLoaded1, CustomLoaded2, and CustomLoaded3 Add as many weapons that you need for each of the three WeaponBases by using the class found in the U file of the mod that contains the weapon classes (default ut2k4 is xweapons) (i.e. weaponbase1=xweapons.flakcannon) Add one name to the SuperAdmin= that will be protected if tempadmins try to disable your admin status. [Adminplus.MutAdminPlus] bAllowSummon=True bAllowAdvLoaded=True bAllowLoaded=True bAllowGod=True bAllowGhost=True bAllowFly=True bAllowInvis=True bAllowFatality=True bAllowTempAdmin=True bAllowCauseEvent=True bAllowDNO=True bAllowSpider=True bAllowSloMo=True bAllowChangeName=True bAllowAdvancedSummon=True bAllowTeleport=True bAllowSetGravity=True bAllowChangeHeadSize=True bAllowGiveItem=True bAllowCustomLoaded=True bAllowHeadSize=True SuperAdmin= WeaponBase1= WeaponBase2= WeaponBase3= --- Author's Notes --- After rampantly waiting and searching for a mutator that would re-enable Admin commands for UT2004, I finally came across the admincheats mutator created by mkhaos7. This Mutator Enabled: Summon - God - Slap - Loaded enabled/disabled from INI file Original admincheats thread: http://www.ataricommunity.com/forums/showthread.php?s=&threadid=374766&highlight=adminutils Not too long after, the AdminUtils mutator was released by James M. Poore Jr, aka jamie1224 at www.ataricommunity.com, based off the original admincheats mutator, but enabling more commands: Summon - God - Loaded - AdvancedSummon - Fatality - Spider - SloMo - DNO - TempAdmin CauseEvent - Ghost - Fly - Teleport - Invisi Also the ability to issue these commands to other players. (i.e admin loaded someplayer) Original AdminUtils thread: http://www.ataricommunity.com/forums/showthread.php?s=&threadid=406231&highlight=adminutils I loved it, but thought there needed to be a few more commands and control, so the project was handed off to me and I've taken it up a few notches. Now this tool, under its new name, does the following: Summon - God - Loaded - AdvancedSummon - Fatality - Spider - SloMo - DNO - TempAdmin - TempAdminoff - ChangeName - Change Head Size - CauseEvent - Ghost - Fly - Teleport - Invisi CustomLoaded1,2,3 - SetGravity - GiveItem The ability to issue these commands to other players. The ability to use Partial Name matching. The ability to use the command with "all" to issue to all players with one command (i.e. admin loaded all) CustomLoaded reads weapons from the INI file so admins can choose weapons from other weapon mods they have installed on the server. SuperAdmin - Disables the ability for tempadmins to disable the master admin. Original AdminPlus thread: ============================================= Some things to note: 1. All Commands with the exception of Help can be enabled/disabled in the mutator configuration menu. 2. The TempAdmin command will only work properly on single admin servers. I'm hoping to add functionality for multi-admin servers in the future, along with different access levels for each command. 3. An issue has been noticed when this mutator is combined with ChaosUT for UT2004. After using the SloMo command, there is a differential of speed return that may or may not beincreased by about 20%. You may notice some jerking action, jumping problems or the speed is a little off. Try a range of slomo .85 - slomo 1.0 to see if you can find a happy return speed that works or wait for map change. 4. Commands will not work on spectators or dead players. --- Thanks --- mkhaos7 & James M Poore Jr for original Ideas jb from ChaosUT Dev team for the help getting the program to read the ini file. Mychaeel from beyondunreal forums for giving me the hints I needed to get this done right. Copyright / Permissions ----------------------- You are NOT allowed to commercially exploit this mutator for profit in any way, including but not limited to, putting it on a CD ROM or any other medium that is sold in or out of retail channels, for any amount of money. You must obtain written permission from me to exploit this level commercially. You MAY distribute this level through any electronic network (Internet, FIDO, local BBS etc.), provided you include this file, leave the archive intact, and do not charge a fee for access to this file. ---------------------- UNREAL (c)1998 Epic Games, Inc. All Rights Reserved. Distributed by GT Software, Inc. under license. UNREAL and the UNREAL logo are registered trademarks of Epic Megagames, Inc. All other trademarks and trade names are properties of their respective owners.
There are no comments yet. Be the first!