• UCC.exe is the command line UnrealTournament launcher. It launches a number of "commandlets". UCC help will give you a list of available commandlets.

    Ucc make

    -h Rebuilds all .u files from their source .uc files and generate a C++ header for each package.

    -nobind
    Don't treat UnrealScript/C++ binding errors as critical, for rebuilding scripts and avoiding the chicken-and-egg binding problem.

    -strict
    Treat all script warnings as critical errors; useful for tracking down the call stack when debugging scripts.

    Ucc server

    Usage: ucc server URL [parameters]
    Most of the parameters valid for unrealtournament.exe are valid for ucc server. The URL parameter is usually just a map name, but can include a number of options:

    ?alladmin - give all players administration access
    ?game= -specify the game class
    ?mutator= - specify a list of mutator classes (comma separated)

    General console commands

    MENUCMD « menu » « menuitem »
    Perform an UnrealTournament menu item. For example, MENUCMD 1 0 brings up the Unreal Tournament server browser
    SAY « message string » » Broadcast a message to other players in the game.
    SETNAME « newname » » Change your name (works in network play too).
    SETTEAM « newname » » Change your team (works in network play only when the rules allow).
    SUICIDE » Commit Suicide
    TEAMSAY « message string » » Broadcast a message to your teammates.


    Practice session console commands/cheats. Most of these will change.

    ADDBOTS « number » » Adds more bots to the game.
    ALLAMMO » Gives you all the ammo for your current weapons.
    FLY » Fly around (instead of walking). See WALK.
    GHOST » Fly around and go through walls (see WALK).
    GOD » Makes you invincible.
    KILLALL « class name » » Kills all actors of a certain class, for example "KILLALL WARHEADLAUNCHER".
    KILLPAWNS » Kills all bots
    PLAYERSONLY » Pauses all non-player actors in the game. Cool for debugging scripts, taking screenshots.
    SLOMO « number » » Sets the game speed, 1.0 is normal.
    SUMMON « class name » » Spawns an actor of the specified class (for example, SUMMON BOTPACK.WARHEADLAUNCHER) in front of the player.
    VIEWCLASS « class name » » Cycle through actors of this class, viewing from their locaton. eg VIEWCLASS BOT
    WALK » Walk around normally (see FLY, GHOST).


    Admin console commands. Some of the above practice session cheats are available in network play when you're logged in as an administrator.

    ADMIN « command »

    Perform a console command on the server's console

    ADMIN SERVERTRAVEL « new level URL » » Causes the server to switch to a new level.
    ADMIN SET UWeb.Webserver bEnabled True » Enable the remote admin webserver (requires a level change to take effect)
    ADMIN SET UWeb.Webserver bEnabled False » Disable the remote admin webserver (requires a level change to take effect)
    ADMINLOGIN password » Login as an administrator
    ADMINLOGOUT » Drop administrator access
    KICK « playername »Kick a player
    KICKBAN « playername »Kick a player and ban his/her IP.
    You'll need to edit your ini file or use the WWW remote admin to unban their IP

    Copyright © 1996 Epic Games