|
-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. 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) MENUCMD Perform an UnrealTournament menu item. For example, MENUCMD 1 0 brings up the Unreal Tournament server browser SAY SETNAME SETTEAM SUICIDE » Commit Suicide TEAMSAY Practice session console commands/cheats. Most of these will change. ADDBOTS 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 KILLPAWNS » Kills all bots PLAYERSONLY » Pauses all non-player actors in the game. Cool for debugging scripts, taking screenshots. SLOMO SUMMON VIEWCLASS 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. Perform a console command on the server's console ADMIN SERVERTRAVEL 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 KICKBAN You'll need to edit your ini file or use the WWW remote admin to unban their IP |