Alliedassault           
FAQ Calendar
Go Back   Alliedassault > FPS Gaming General Discussion > MoH General Discussion
Reload this Page Trouble on starting own server
MoH General Discussion General Discussion about Medal of Honor: Allied Assault, expansions and Pacific Assault

Reply
 
Thread Tools Display Modes
Trouble on starting own server
Old
  (#1)
penguin21512 is Offline
Junior Member
 
Posts: 7
Join Date: May 2003
   
Default Trouble on starting own server - 05-30-2003, 01:57 AM

Ok well I did all the things in "Bull's Basic Dedicated Server and Rcon Setup Guide " but everytime I click the shortcut for the server the end of the little window saw
"couldn't exec server01.cfg
couldn't exec rcon.cfg"
Which are the things with my server settings and my rcon password to use Crow King's Auto Kick. I've been doing this for over an hour can anyone lend some help??
  
Reply With Quote
Old
  (#2)
penguin21512 is Offline
Junior Member
 
Posts: 7
Join Date: May 2003
   
Default 05-30-2003, 11:25 AM

I also have spearhead if that's the problem.
  
Reply With Quote
Old
  (#3)
penguin21512 is Offline
Junior Member
 
Posts: 7
Join Date: May 2003
   
Default 05-30-2003, 11:39 AM

Also, i've downloaded some maps, what file do I need to put them in?

Basically if anyone can help me on setting up my own server i'd be forever grateful. I'm trying to use it with Autokick(Crow Kings') but I am not sure on how to get the RCon set-up. But I like how it's done in Bull's guide where you set up a shortcut and it has all the variable set up. Sorry if i'm asking a lot.
  
Reply With Quote
Old
  (#4)
Zoner is Offline
Administrator
 
Zoner's Avatar
 
Posts: 17,739
Join Date: Apr 2002
Location: Camp Crystal Lake
   
Default 05-30-2003, 12:28 PM

Moved to Gen. Discussion


http://www.fpsgameforums.com/forums/image.php?type=sigpic&userid=5399&dateline=1213387  247
  
Reply With Quote
Old
  (#5)
The Plague of Death is Offline
Senior Member
 
Posts: 148
Join Date: Jul 2002
   
Default 05-30-2003, 01:32 PM

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
  
Reply With Quote
Old
  (#6)
descry is Offline
2nd Lieutenant
 
Posts: 3,441
Join Date: Oct 2002
   
Default 05-30-2003, 05:18 PM

http://www.mohadmin.com
  
Reply With Quote
Old
  (#7)
penguin21512 is Offline
Junior Member
 
Posts: 7
Join Date: May 2003
   
Default 05-30-2003, 06:24 PM

I don't have much time right now so ill check that later, and I went ahead and deleted the RCon.cgf, I forgot it was already in server01.cfg.
  
Reply With Quote
Old
  (#8)
penguin21512 is Offline
Junior Member
 
Posts: 7
Join Date: May 2003
   
Default 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?
  
Reply With Quote
Old
  (#9)
Hyndelyke-SS is Offline
Member
 
Posts: 30
Join Date: Dec 2002
   
Default 05-30-2003, 08:20 PM

Yes, save that, change it, and it has to be in the main folder. Also, like stated above, make sure the shortcut has those perameters in it. Re read the mohadmin info, it really helps.

The rcon config you can save. This keep you from having to type rcon address (IP) then rcon password (password), all you do is type exec rcon.cfg, much easier I think.
  
Reply With Quote
Old
  (#10)
penguin21512 is Offline
Junior Member
 
Posts: 7
Join Date: May 2003
   
Default 06-02-2003, 04:41 PM

--- Common Initialization Complete --- 1818 ms
Working directory: C:\PROGRA~1\EAGAME~1\MOHAA
couldn't exec server.cfg

That's what I get. Can someone just copy down exactly what they have in their server. Paste the exact location of the files and what stuff needs to go where etc. Then I can change the variable to see if that works?
  
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBulletin Skin developed by: vBStyles.com
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.