View Single Post
Old
  (#29)
Blasneystein is Offline
Member
 
Posts: 55
Join Date: Jan 2002
   
Default 01-29-2002, 10:28 AM

Sorry Mad, life has been hell the past few days.

I have my dedicated server on a development box right now, working fine. Here are the command lines and configs, as asked for.

-----
Target Line:
"C:Program FilesEAGAME~1MOHAAMOHAA.EXE" +set dedicated 2 +exec server.cfg


-----
server.cfg

sv_hostname "Blasney Beach v1.1, realism"
sv_maplist "dm/mohdm1 dm/mohdm6 dm/mohdm2 dm/mohdm4 dm/mohdm3"
sv_hostname "Blasney Beach v1.1, realism"

ui_teamdamage "1"
ui_timelimit "15"
ui_fraglimit "40"

rconPassword "password"

set g_minGameClients "1"

set sv_maxclients "16"
set sv_privateClients "3"
set sv_privatepassword "password"
set g_inactivity "180"
set g_inactiveKick 300

set sv_allowDownload "0"
set timelimit "15"

set g_teamdamage 1
set g_gametype 2
set g_gametypestring "Team Based Deathmatch"
map dm/mohdm1

net_noipx 1
net_port 12203

----
On my firewall, I have forwarded UDP 12203 & 12300. That's all I have done.

To get rcon to work, on the client side, I do the following:

rconpassword password
rconaddress ip.of.my.srvr
rcon status
rcon clientkick <num from status>
rcon exec obj.cfg (to start an objective match)

However, I CANNOT get the private clients to work, so if someone has any info on that I would love to know what I am doing wrong. I have tried setting "sv_privatePassword" and "privatePassword" to the "sv_privatePassword" in my config file, but it is not going.

Mad, as you can see in gayspy, Blasney Beach is up and running, and these are my configs... if I can give you any other info, I will be glad too, I know how frustrating it is.

Also, its Blasney-STEIN, not train. :-)
  
Reply With Quote