Urban Terror Forums: Trouble starting a dedicated server. - Urban Terror Forums

Jump to content

 Login | Register 
Advertisement
  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • This topic is locked

Trouble starting a dedicated server. Rate Topic: -----

#1 User is offline   5NYP3R_74R637 (old) Icon

  • Joined: 18-June 04
  • Posts: 46

Posted 18 June 2004 - 03:41 AM

"C:Program FilesQuake III Arenaquake3.exe" +set fs_game q3ut3 +set dedicated 2 +exec server.cfg +set net_ip 68.49.0.33 +set net_port 27961 +set com_hunkmegs 64


There is the start up tag I am using in my shortcut.

here is my server.cfg

//*** Administrator Info ***
sets Admin "or| 5NYP3R 74R637"
sets Email "djmoebius@hotmail.com"

//*** Server Name and Daily Message ***
set sv_hostname "Organic Test Server"
set g_motd "www.electronicmusic.us"// This is the message that will be displayed during loading.

//*** General Game Settings ***
set sv_maxclients "16" // The maximum number of connected clients allowed.
// set g_maxGameClients "" // The maximum number of players that can actually join into the game. All other connected clients can only Spectate.
// set sv_privateClients "4" // sv_privateClients and sv_privatePassword allow for private slots on the server. Example: If sv_maxclients = 16 and sv_privateClients = 2 then there will be 14 public slots and 2 private.
set g_gametype "4" // 0 = Free-For-All, 1 = Single Player, 3 = Team Deathmatch, 4 = Team Survivor, 5 = Follow the Leader, 6 = Capture and Hold, 7 = CTF
set timelimit "20" // 0 = none
set fraglimit "50" // 0 = none
set g_referee "0" // Enable referee, 1 = enable, 0 = disable
set g_refnoBan "1" // If 1 ref will not be able to ban users
set g_aries "1" // 0 disables aries damage system - not advised

//*** Team Game Settings ***
set g_friendlyFire "1" // 0 = off, 1 = on
set g_maxteamkills "3" // Number of team kills allowed before kick.
set g_teamkillsforgivetimer "0" // Determines the number of minutes to forgive a tk. 0 is never.
set g_maintainTeam "1"
set g_followEnemy "1" // 0 prevents players from following members of opposing team.
set g_teamForceBalance "0" // Prevent users from joining lopsided teams.

//*** Survivor Specific Settings ***
set roundtimelimit "20" // 0 = none
set g_survivorRoundDelay "5" // Delay between rounds in team survivor.
set g_survivorRoundTime "4" // Length of a round in team survivor.

//*** CTF Specific Settings ***
set capturelimit "10" // 0 = none

//*** Passwords ***
set rconpassword "********" // Remote administration password.
set g_refPass "*********" // Set referee password
//set sv_privatePassword "********" // Password for private slots on server. Client enters password by typing "set password -----" at the console.
set g_password "***********" // Used to password protect the server. Client enters password by typing "set password -----" at the console.

//*** Warmup ***
set g_doWarmup "0" // 0 = off, 1 = on
set g_warmup "3" // Warmup time in seconds.
set g_respawnDelay 7
set g_respawnProtection "7" // Protects players for X seconds after respawn
set g_precipAmount 256
set g_enablePrecip 2

//*** Bot Setup ***
set bot_enable "0" // 0 = off, 1 = on
set g_spskill "3" // Determines the skill level of the bots on a server variables 1-5, 1 being lowest and 5 being nightmare.
set bot_minplayers "4" // This command manages the addition/removal of autobots. Bots will leave if there is not enough room on the server. As people join, the bots remove themselves one at a time to allow room for the addition of players.

//*** Server Settings ***
set sv_pure "1" // A Pure server will only let users connect if they have the exact same .pk3 files in their q3ut directory as the server does. Helps stop cheaters from using modified code.
set g_allowvote "0" // 0 = off, 1 = on
set sv_allowdownload "0" // 0 = off, 1 = on
set gamename "Q3UT3"
set sv_maxRate "8000" // Sets the maximum allowable rate a client may have set when connected to the server. A suggested setting is 8000 or 10000 so server bandwidth is not used up by high speed clients, thus allowing modem players to have a smoother game.
set logfile "0" // Turn logging on/off
set g_log "server.log" // This is to set the name of the output file. By default it's "games.log".
set g_logsync "1" // Enable buffered logging
set g_logroll "1" // Roll over logs to prevent any one from getting too large
set g_inactivity 3000 // Number of seconds before an inactive player is kicked.
seta cl_allowDownload "0"

//*** Map Rotation ***
set g_mapcycle "mapcycle.txt"
map ut_casa





finaly here is my mapcycle.txt



ut_dam
ut_ricochet
ut_revolution
ut_rommel
ut_docks
ut_streets2
ut_abbey
ut_alleys
ut_sands
ut_riyadh
ut_swim
ut_uptown
ut_austria



Now the problem I am having is the server is starting on port 60011.

Also, it gives me wierd errors when I try to join it.

Somthing about a text file.

here is teh ip if you want to try it 68.49.0.33

It is sitting at my house now, I will be moving it to a t1 as soon as it is working properly.


also, it is saying this in the startup console..

Searched for MapSkins List: FOUND 12
Checking mapskins/set_ut_docks.txt - Negatory.
Checking mapskins/set_ut_algiers.txt - Negatory.
Checking mapskins/set_ut_siberia.txt - Negatory.
Checking mapskins/set_ut_precinct.txt - Negatory.
Checking mapskins/set_ut_village2.txt - Negatory.
Checking mapskins/set_ut_crenshaw.txt - Negatory.
Checking mapskins/set_ut_druglord3.txt - Negatory.
Checking mapskins/set_ut_golgotha2.txt - Negatory.
Checking mapskins/set_ut_rommel.txt - Negatory.
Checking mapskins/set_ut_sanc.txt - Negatory.
Checking mapskins/set_ut_casa.txt Set for: ut_casa is 00

what ever that means?


here is another message that looked wierd to me


Winsock Initialized
Opening IP socket: 68.49.0.33:27961
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 68.49.0.33:27962
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 68.49.0.33:27963
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 68.49.0.33:27964
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 68.49.0.33:27965
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 68.49.0.33:27966
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 68.49.0.33:27967
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 68.49.0.33:27968
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 68.49.0.33:27969
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 68.49.0.33:27970
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
WARNING: Couldn't allocate IP port

#2 User is offline   illogical Icon

  •   verified user   
    Retired Master Server Administrator
  • Account: illogical
  • Main tag: 6th|
  • Country:
  • Joined: 08-March 10
  • Posts: 2,349

Posted 17 June 2004 - 11:38 PM

Are you running any kind of firewall on the system? Have you tried closing all programs and then running Q3? When I say all, I mean all, virus scan, firewall, AIM, ICQ, anything and everything that you can close.

#3 User is offline   5NYP3R_74R637 (old) Icon

  • Joined: 18-June 04
  • Posts: 46

Posted 18 June 2004 - 05:26 PM

OK, yes I am behind a fire wall, but the 27961 port is open. As I said before I will remove the set_ip. Is this the correct thing to do?


There was a useful post that has vanished.

????

:?: :?:

#4 User is offline   illogical Icon

  •   verified user   
    Retired Master Server Administrator
  • Account: illogical
  • Main tag: 6th|
  • Country:
  • Joined: 08-March 10
  • Posts: 2,349

Posted 18 June 2004 - 01:33 PM

I see the problem, you need to set net_ip to your private IP, not the public one.

#5 User is offline   5NYP3R_74R637 (old) Icon

  • Joined: 18-June 04
  • Posts: 46

Posted 18 June 2004 - 05:59 PM

Oh shit, I thought I needed to set it to the public IP.

Thank you. I must not have read the documentation correctly. If I have anymore issues, I will post them in here.


I am not at a machine that can game right now, can someone look at the ip and see if you can connect?

it will be a bit slow right now, I have not put it on the t1 yet.

68.49.0.33:27961

bullet_loaderAdvertisement

#6 User is offline   5NYP3R_74R637 (old) Icon

  • Joined: 18-June 04
  • Posts: 46

Posted 18 June 2004 - 06:07 PM

Now when you connect it is saying


menu file not found


Does anybody know what this is?

#7 User is offline   illogical Icon

  •   verified user   
    Retired Master Server Administrator
  • Account: illogical
  • Main tag: 6th|
  • Country:
  • Joined: 08-March 10
  • Posts: 2,349

Posted 18 June 2004 - 02:00 PM

Server is 3.6, with all supporting versions, right?

#8 User is offline   Aarsbuds0r (old) Icon

  • Joined: 21-January 04
  • Posts: 1,334
  • LocationNetherlands, The

Posted 18 June 2004 - 06:11 PM

ye, It does that. Do you have all needed files on there?

#9 User is offline   5NYP3R_74R637 (old) Icon

  • Joined: 18-June 04
  • Posts: 46

Posted 18 June 2004 - 06:16 PM

Well, I took the q3 cd,

Installed it

Then I installed the 1.32 point release

Then I installed q3ut3 patch
then all the subsiquent patches
3.1 - 3.6





I will do it again when I get home.

#10 User is offline   illogical Icon

  •   verified user   
    Retired Master Server Administrator
  • Account: illogical
  • Main tag: 6th|
  • Country:
  • Joined: 08-March 10
  • Posts: 2,349

Posted 18 June 2004 - 02:07 PM

Yeah, save your config, then give it a quick re-install. Hopefully that solves it.

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Advertisement


Copyright © 1999-2024 Frozensand Games Limited  |  All rights reserved  |  Urban Terror™ and FrozenSand™ are trademarks of Frozensand Games Limited

Frozensand Games is a Limited company registered in England and Wales. Company Reg No: 10343942