| 
   
		
            
             
				
            
          
		
		
				
		
				01-22-2002, 07:39 AM
			
			
			
		 
               
 Hello all.  I have been scouring the boards here for any info on how to get a dedicated server to run, and I haven't been having much luck.  My shortcut says "C:Program FilesEA GAMESMOHAAMOHAA.EXE" +set dedicated 2 +set net_port 12203 +exec server.cfg +set ui_console 1
 My server.cfg says:
 
 seta sv_hostname "servername"
 sets .URL "URL"
 sets .CPU "Intel PIII 800 Qual Xeon / 2Gb RAM"
 sets .Connection "OC-192"
 sets .Admin "administrator"
 seta .g_motd "If it moves, frag it."
 
 seta sv_maplist "obj/obj_team1 obj/obj_team2  obj/obj_team3 obj/obj_team4"
 seta sv_hostname "servername"
 seta sensitivity "5.000000"
 seta ui_hostname "servername"
 seta ui_maplist_obj "obj/obj_team1 obj/obj_team2  obj/obj_team3 obj/obj_team4"
 seta ui_inactivespectate "300"
 seta ui_teamdamage "1"
 seta ui_timelimit "15"
 seta ui_fraglimit "5"
 
 seta rconpassword "rcon"
 seta g_minGameClients "1"
 seta sv_maxclients "16"
 seta g_inactivity "180"
 
 seta sv_allowDownload "0"
 seta timelimit "15"
 seta g_log "mohaa.log"
 
 set g_gametype 4
 map obj/obj_team3
 
 
 The console launches and the game seems to start.  However, it doesn't show in my lan browser from the other computer.  After doing a little investigative work, I found that when launching the dedicated server from within the game the server is bound to port UDP12201 UDP12203 (by doing a netstat /a from the command prompt).  However if I use the shortcut from above, the only port bound is UDP12201.
 
 Any ideas on what I am doing wrong?
 |