Advertisement
Guest User

ut3adminstuff

a guest
May 24th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. 1. Open \My Documents\My Games\Unreal Tournament 3\UTGame\Config\UTGame.ini
  2. Do this by right clicking it and select OPEN WITH and select WORDPAD from the list.
  3. 2. ADD "AdminPassword=YOURPASSWORDHERE" under the "[Engine.AccessControl]" section as shown:
  4. [Engine.AccessControl]
  5. IPPolicies=ACCEPT;*
  6. AdminPassword=YOURPASSWORDHERE
  7.  
  8. Press tab to open console
  9. First off login with: AdminLogin <password>
  10. The you can use the following command:
  11. AdminLogin <password> - Logs you in as an admin
  12. AdminLogout - Logs you out of admin mode
  13. AdminRestartMap - Restarts the current map
  14. AdminChangeMap <MapName> - Loads a different map (gametype will change too, depending on map)
  15. Admin addbots <#> - Adds number of bots
  16. Admin killbots - Removes all bots
  17. AdminPlayerList - Shows PlayerID of players
  18. Adminkick <playername> - Kicks player from current game
  19. Adminkickban <playername> - Kicks player from current game and bans player from reconnecting (bans are stored in .ini file for later editing)
  20. AdminForceVoiceMute <playername> - Blocks a player from sending voip to others
  21. AdminForceVoiceUnMute <playername> - Allows a player to resume sending voip to others
  22. AdminForceTextMute <playername> - Blocks a player from sending text to others
  23. AdminForceTextUnMute <playername> - Allows a player to resume sending text to others
  24. AdminPublishMapList - Overrides the server's map list for the current game type with the one on the client that used the command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement