Sniper's Paradise!


Basic Command Lines for Unreal
WIN32 - (95/98/NT/2000)

What is a Command Line?
A Command Line is just that, a line used to command or run a program a certain way. It can be from the MS-DOS Prompt or the little window that pops up when you click on the Start button and then the Run button located in the lower left hand portion of your DeskTop screen, which we will show as... Start | Run | (type in) ....It is used to run or execute programs. In the case of Unreal we use it to start a server using UCC.exe...based on such variables as maps,game types, mutators...

RUN WINDOW:

 

DOS PROMPT:

 

Common Command Lines Used to Start Unreal using UCC.exe:
***Note these Command Lines are one continuous line, even if the screen here shows two or three lines.

Command to start a basic Unreal DeathMatch Server
C:\Unreal\System\ucc server dmdeck16?game=UnrealShare.DeathMatchGame ini=server.ini log=server.log

Command to start a basic Unreal Coop Server
C:\Unreal\System\ucc server SpireVillage?game=UnrealShareCoopGame ini=server.ini log=server.log

Adding a mutator to your Coop server
C:\Unreal\System\ucc server SpireVillage?game=UnrealShareCoopGame?mutator=SPMonsterHunt.MHStrongerMonster ini=server.ini log=server.log

Adding multiple mutators to your Coop server
C:\Unreal\System\ucc server SpireVillage?game=UnrealShareCoopGame?mutator=SPMonsterHunt.MHStrongerMonster,SPMonsterHunt.RegenerateAmmo ini=server.ini log=server.log

Multiple NIC or ( IP addresses )

If you are running a server with more than one IP Address assigned to a NIC, then you will have to specify which IP Address to use. This is accomplished using the Multihome command. Example:
C:\Unreal\System\ucc server dmdeck16?game=UnrealShare.DeathMatchGame Multihome=24.65.888.333 ini=server.ini log=server.log


Other Command Line options

For a listing of Command Line Options available click here

Adding the CommandLine to a bat file

Checkout TheBatchFile.html for starting your Unreal Server from a commandline inside of a *.bat file.


Linux

What is a Command Line?
A Command Line is just that, a line used to command or run a program a certain way. It can be from the Terminal Screen Prompt ....It is used to run or execute programs. In the case of UT we use it to start a server using UCC...based on such variables as maps,game types, mutators

Common Command Lines Used to Start UT using UCC:

Command to start a basic Unreal DeathMatch Server
cd/Unreal/System ./ucc server dmdeck16?game=UnrealShare.DeathMatchGame ini=server.ini log=server.log

Command to start a basic Coop Server
cd/Unreal/System ./ucc server SpireVillage?game=UnrealShareCoopGame ini=server.ini log=server.log

Adding a mutator to your CTF server
cd/Unreal/System ./ucc server SpireVillage?game=UnrealShareCoopGame?mutator=SPMonsterHunt.MHStrongerMonster ini=server.ini log=server.log

Adding multiple mutators to your Coop server

cd/Unreal/System ./ucc server SpireVillage?game=UnrealShareCoopGame?mutator=SPMonsterHunt.MHStrongerMonster,,SPMonsterHunt.RegenerateAmmo ini=server.ini log=server.log

Multiple NIC or ( IP addresses )

If you are running a server with more than one IP Address assigned to a NIC, then you will have to specify which IP Adress to use. This is accomplished using the Multihome command. Example:
cd/Unreal/System ./ucc server dmdeck16?game=UnrealShare.DeathMatchGame Multihome=24.65.888.333 ini=server.ini log=server.log

Other Command Line options

For a listing of Command Line Options available click here

Adding the CommandLine to a shell script

Checkout TheShellScript.html for starting your Unreal Server from a commandline inside of a *.sh file.

By: MutantKiller



Spam Killer

Back To Top
2005 Sniper's Paradise
All logos and trademarks are properties of their respective owners.
Unreal™ is a registered trademark of Epic Games Inc.
Privacy Policy
Website by Softly
Powered by RUSH