
05-30-2003, 06:41 PM
[quote="The Plague of Death":3df22]Firstly, in your main folder, is your server file called "server01.cfg"?
second, if you have a server.configuration file (like above) then you shouldnt need an rcon.cfg as it already had rcon in that ocnfiguration.
File names must be executed EXACTLY as they are written in your main folder.
Mine is called server.cfg
command line is
"C:\Program Files\EA GAMES\MOHAA\MOHAA_server.exe" +exec server.cfg
server.cfg file looks like this
//GameType
//Game type is either 1 for free for all, 2 for team match, 3 for round match, 4 for objective game.
seta g_gametype "1"
seta g_gametypestring "free for all"
//Passwords
seta rconpassword "****"
seta g_password ""
seta sv_privatePassword ""
// Voting & General Settings
seta g_allowVote "0"
//seta g_complaintlimit "3" Unknownd if this is viable in MOHAA
seta g_teamForceBalance "1"
seta sv_maxclients "12"
seta sv_privateClients "0"
seta g_friendlyFire "0"
seta sv_floodProtect "1"
seta sv_maxPing "500"
seta sv_minPing "0"
seta sv_maxRate "8000"
seta sv_timelimit "60"
seta fraglimit "90"
//Master Servers
//Seta sv_gamespy "0" //disables gamespy reporting
seta sv_master1 "mohmaster.2015.com"
seta sv_master2 "master0.gamespy.com"
// Server Config
seta sv_pure 0 (This is the defualt - I wouldnt change it without reserach)
seta com_hunkMegs "96"
seta com_zoneMegs "32"
append mam_register_mod "MAM_addonpak.scr"
append mam_register_mod "MAM_utils.scr"
append mam_register_mod "MAM_cmds.scr"
append mam_register_mod "MAM_DefaultCmds.scr"
append mam_register_mod "MAM_Security.scr"
append mam_register_mod "MAM_ogl.scr"
append mam_register_mod "MAM_addonpak.scr"
append mam_register_mod "DMprecache.scr"
append mam_register_mod "ambient.scr"
append mam_register_mod "MAM_ambient.scr"
append mam_register_mod "MAM_init.scr"
append mam_register_mod "MAM_precache.scr"
append mam_register_mod "MAM_mapfix.scr"
exec MoH_AdminMod.cfg
// The Map List
seta sv_maplist "dm/mohdm6 dm/mohdm7 dm/mohdm2"
// Sets the first map. I am doing some experimentation, but I would imagine you need to set up your maplist the standard Quake3 method for voting to work
map "dm/mohdm7"
As you notice, the server.cfg sets the rconpassword for you, therefor you dont really need an rcon.cfg[/quote:3df22]
Would I just copy that into Notepad and make a few changes. Then save that as "server.cfg" in the "main" folder? Because i've had it as a shortcut on my desktop, so do I just ened to make sure the path is correct?
|