Thread: 2 Questions
View Single Post
  #2  
Unread 11th February, 2007, 02:41 PM
b][rch.Co30's Avatar
b][rch.Co30 b][rch.Co30 is offline
Godlike
 
Join Date: Sep 2004
Location: Canada Eh!
Posts: 348
Default

Quote:
First question is how to get my server from starting on CTF when the server is restarted. I would like it to default to either Onslaught or Assault.
You need to change the server startup command line, either through your service providers web gui (not ut2004 web admin), or possible submitting a ticket to get it changed.

http://wiki.unrealadmin.org/Server_Setup_(UT2004)

Instead of something like
ucc server CTF-BridgeOfFate?game=XGame.xCTFGame ini=ut2004.ini
you need
ucc server ONS-Torlan?game=Onslaught.ONSOnslaughtGame ini=UT2004.ini


Quote:
have noticed that lately when the server is empty and I jump in the game it will not let me enter as a player is just gives me the awaiting game play countdown and it is stuck on 3 so it never counts down.
Your min net players maybe set at 2. Look in the UT2004 web gui
--> Defaults
--> server
Min. Net Players 1 (0 - 32) 100
or in the INI file

[UnrealGame.DeathMatch] <---if set to 2, then why you get stuck.
MinNetPlayers=1


[UnrealGame.UnrealMPGameInfo] <---for playing with a single bot
MinPlayers=2

Last edited by b][rch.Co30 : 11th February, 2007 at 02:45 PM.
Reply With Quote