PDA

View Full Version : Dedicated server command line



lolli11
11-22-2007, 10:59 AM
Hi,
I'm working on setting up my UT3 Server since 5hours now... My problem is the command line.
Could someone give me an command line for:

Game-Mode: Warfare
Map: All warfare maps and Vote
Player: 12 Players
Bots: 4Botts @ Diff 3

and -multihome=123.123.123.123 -unattended

Dubious
11-22-2007, 11:32 AM
First, you will want to follow the instructions in this thread to enable mapvote:
- http://gearsforums.epicgames.com/showthread.php?t=586353

Second, here is a commandline that I would start with:

ut3.exe server WAR-Downtown?Game=UTGameContent.UTOnslaughtGame_Conten t?GameMode=2?numplay=4?maxplayers=12?NumPublicConn ections=12?NumPrivateConnections=0?NumOpenPublicCo nnections=12?NumOpenPrivateConnections=0?bShouldAd vertise=True?bIsDedicated=True?PureServer=1?timeli mit=20?goalscore=1?botskill=3?AdminPassword=MyAdmi nPassword -log=server.log -login=MyGamespyLogin -password=MyGamespyPassword -multihome=123.123.123.123 -nohomedir -unattended
That should give you a 12 player server with 4 bots, a 20min time limit, and a 1 score victory. Obviously you will have to change the logins and passwords and IP address.

lolli11
11-22-2007, 11:51 AM
Hmm, I also got an error using this command line:


Log: Flushing async loaders.
Log: Family Asset Package Loaded: CH_IronGuard_Male_SF
Log: CONSTRUCTIONING: LoadFamilyAsset (IRNM) Took: 3.37 secs
ScriptLog: CUSTOMCHAR Start: UTPlayerReplicationInfo_0 Cain V01
Log: StartCustomCharMerge: 0.113424 ms initializing, 0.434693 ms texture streaming
Log: === Critical error: ===
General protection fault!

History: Address = 0x970340 (filename not found) [in UT3.exe]

Exit: Executing UObject::StaticShutdownAfterError
Exit: Executing UWindowsClient::ShutdownAfterError
Log: Shutting down FaceFX...
Log: FaceFX shutdown.
Exit: Exiting.
Exit: Name subsystem shutting down
Uninitialized: Log file closed, 11/22/07 16:21:06

Dubious
11-22-2007, 12:02 PM
I'm fairly convinced by now that there is a bug in the code that is causing the game to exit because it is unable to bind itself to the IP address. This seems to only be happening with people who are operating servers behind NAT and are attempting to bind the server to the external IP address using the '-multihome=123.123.123.123' command. You are seeing the same thing that others are seeing.

At this point I do not know of a workaround for you. The first patch (due early next week due to the holiday in the USA) has some new features which should fix this problem for you.


- Implemented STUN support (Simple Traversal of UDP Through Network Address Translators) to enable clients and servers to connect from behind a NAT.