Roughneck 1 Posted April 26, 2007 we are beta testing a dedi server from primary target, and have the evolution mission running, but we have a few problems we cant figure out the server settings. In the server cfg we named our server etc but when you go to the server list in game it shows a different name. (name of the server DAL30 = Dallas 30) the named we named it in the cfg is Primary Targets Test Dedi. and in the server list it shows as creating wtf is this and why lol. Â Would love some input for this. we want the server running the evolution mission only and when your looking to join our game its not saying creating. Thanks alot!!!! my server.cfg Quote[/b] ][/passwordAdmin = ""; // password to protect admin access password = ""; // password server hostname="Primary Target Dedi Test Server"; // server name motd[]= { "Welcome to Primary Targets Test Server", "Visit us at www.primarytarget.com", "For all your Game Server Needs", "Visit www.cba-clan.com" }; motdInterval=1; 3rdPersonView=2; // 1 cadetto - 2 veterano maxCustomFileSize=200000; // dimensione massima file custom in byte voteThreshold=0.33; // when one third agrees, this is enough to confirm a vote reportingIP="master.gamespy.com"; // private server - no reporting voteMissionPlayers=1; // start voting when 3 players connect checkfiles[]={"HWTL\dta\data3d.pbo","dta\data3d.pbo"}; //list of files to check for identity kickduplicate=1; // do not allow duplicate id maxPlayers = 24; // numero massimo utenti sul server equalModRequired=1; // require equal mod }; class Missions { class mission0 Â // name for the mission, can be anything { Â Â Â template = EvolutionV1.5a.Sara; Â Â Â cadetMode = 1; Â // difficulty 0=veteran 1=cadet (not only AI, but radar, map etc) }; Share this post Link to post Share on other sites
PaveQ 0 Posted April 26, 2007 Make shortcut, put -config=server.cfg there. Share this post Link to post Share on other sites
Roughneck 1 Posted April 26, 2007 we have the command line in the exe, we are doing this through a control panel Share this post Link to post Share on other sites
sicilian 0 Posted April 27, 2007 Do you see your welcome message if you connect to this DAL30? btw "3rdPersonView=2; // 1 cadetto - 2 veterano" won't do anything as this option doesn't exist afaik. Share this post Link to post Share on other sites
Roughneck 1 Posted April 27, 2007 no. no welcome message that i seen Share this post Link to post Share on other sites
sicilian 0 Posted April 27, 2007 we have the command line in the exe, we are doing this through a control panel Are you sure parameters are correctly passed to the server.exe then? Please post the call which you are using to start the server. Share this post Link to post Share on other sites
Roughneck 1 Posted April 27, 2007 this is what we have in our options to edit the command lines for the exe. http://img251.imageshack.us/img251/4140/snag0002at5.png Share this post Link to post Share on other sites
Roughneck 1 Posted April 28, 2007 any help on this matter ? Share this post Link to post Share on other sites
armatech 8 Posted April 28, 2007 well if the config read as follows then the first [/ at the top is the problem <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">[/ passwordAdmin = ""; // password to protect admin access password = ""; // password server hostname="Primary Target Dedi Test Server"; // server name motd[]= { "Welcome to Primary Targets Test Server", "Visit us at www.primarytarget.com", "For all your Game Server Needs", "Visit www.cba-clan.com" }; motdInterval=1; 3rdPersonView=2; // 1 cadetto - 2 veterano maxCustomFileSize=200000; // dimensione massima file custom in byte voteThreshold=0.33; // when one third agrees, this is enough to confirm a vote reportingIP="master.gamespy.com"; // private server - no reporting voteMissionPlayers=1; // start voting when 3 players connect checkfiles[]={"HWTL\dta\data3d.pbo","dta\data3d.pbo"}; //list of files to check for identity kickduplicate=1; // do not allow duplicate id maxPlayers = 24; // numero massimo utenti sul server equalModRequired=1; // require equal mod }; class Missions { class mission0 Â // name for the mission, can be anything { Â Â template = EvolutionV1.5a.Sara; Â Â cadetMode = 1; Â // difficulty 0=veteran 1=cadet (not only AI, but radar, map etc) }; Also you might wanna add some param's I.E. defualt mission settings <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class Mission3 { template=MP04CLEANSWEEP.SARA; param1=6; param2=3; cadetMode = 0; }; Share this post Link to post Share on other sites
Roughneck 1 Posted April 29, 2007 what does this do? i dont understnad this at all lol param1=6; param2=3; if you run the evolution mod can you post me up a correct cfg for that, and what needs to be done to the exe. Share this post Link to post Share on other sites
Roughneck 1 Posted April 29, 2007 ok im gaining now, now i see it in the server list, and i start to join and see message of the day, But it says waiting on host and we just sit there. what could be the problem now? Share this post Link to post Share on other sites
armatech 8 Posted April 29, 2007 try this to create the server config localy then just copy it over to your server param1 & Â param2 are the defualt mission settings (small box's on the bottom left) link to my server tool .net 2.0 required ArMaTeC Dedicated server tool main page Setup download as for it just sayign waiting for host thats because the defualt missions are incorrect or maybe missing. Set a admin password and just loign with #login "admin password" then type #missions with will load up the mission selection hope this helps Edit sorry for the delay bloody vista lol <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> Â password ="Spass"; Â passwordAdmin ="Apass"; Â reportingIP ="armedass.master.gamespy.com"; Â maxPlayers=65; Â hostname="Primary Targets Test Server"; motd[]= { "Welcome to Primary Targets Test Server", "Visit us at www.primarytarget.com", "For all your Game Server Needs", "Visit www.cba-clan.com" }; Â voteMissionPlayers=3; Â motdInterval=1; Â voteThreshold=0.33; Â disableVoN=1; Â persistent=1; checkfiles[]={ "AddOns\wheeled.pbo", "AddOns\weapons.pbo", "AddOns\water.pbo", "AddOns\ui.pbo", "AddOns\tracked.pbo", "AddOns\sara.pbo", "AddOns\roads.pbo", "AddOns\misc.pbo", "AddOns\characters.pbo", "AddOns\Ca.pbo", "AddOns\buildings.pbo", "AddOns\Anims.pbo", "AddOns\air.pbo", "AddOns\voice.pbo", "AddOns\sounds.pbo", "AddOns\signs.pbo", "AddOns\rocks.pbo", "AddOns\plants.pbo", "AddOns\desert.pbo", "AddOns\animals.pbo", "AddOns\Civilians.pbo", "AddOns\LANGUAGE.PBO", "Dta\BIN.PBO", "Dta\core.pbo", }; class Missions { class Mission0 { Â template=EvolutionV1.5a.Sara; Â param1=3; Â param2=0; Â cadetMode = 0; }; class Mission1 { Â template=MP01SEIZETHECITY.SARA; Â param1=1; Â param2=2; Â cadetMode = 0; }; class Mission2 { Â template=M02CaptureTheFlag.Sara; Â param1=2; Â param2=3; Â cadetMode = 0; }; class Mission3 { Â template=MP03ARMOREDFIST.SARA; Â param1=3; Â param2=7; Â cadetMode = 0; }; class Mission4 { Â template=MP04CLEANSWEEP.SARA; Â param1=6; Â param2=3; Â cadetMode = 0; }; class Mission5 { Â template=MP15SECTORCONTROL.SARA; Â param1=2; Â param2=1; Â cadetMode = 0; }; class Mission6 { Â template=MP13FLAGFIGHT2.SARA; Â param1=2; Â param2=3; Â cadetMode = 0; }; class Mission7 { Â template=MP01SEIZETHECITY.SARA; Â param1=1; Â param2=2; Â cadetMode = 0; }; class Mission8 { Â template=M02CaptureTheFlag.Sara; Â param1=2; Â param2=3; Â cadetMode = 0; }; class Mission9 { Â template=MP03ARMOREDFIST.SARA; Â param1=3; Â param2=7; Â cadetMode = 0; }; class Mission10 { Â template=MP04CLEANSWEEP.SARA; Â param1=6; Â param2=3; Â cadetMode = 0; }; class Mission11 { Â template=MP15SECTORCONTROL.SARA; Â param1=2; Â param2=1; Â cadetMode = 0; }; class Mission12 { Â template=MP13FLAGFIGHT2.SARA; Â param1=2; Â param2=3; Â cadetMode = 0; }; class Mission13 { Â template=EvolutionV1.5a.Sara; Â param1=2; Â param2=2; Â cadetMode = 0; }; }; Share this post Link to post Share on other sites
Roughneck 1 Posted April 29, 2007 ok i cant even join now, all it does it lock me up  and say waiting on host,  iwas able to get into the waiting room before i tried your cfg. i think i know we are getting a no entry error saying we dont have so and so crap. after compairing file size the server has differ sizes on alot of files compaired to mine. addon folder has alot. Primary target moved files from another server to this one so that makes me think maybe someone installed a mod maybe. and thats why no one can join evolution mod. i did join just fine with operation cleen sweep running this morning. Share this post Link to post Share on other sites
armatech 8 Posted April 29, 2007 note you can take out the file check btu othere then that this config works on my ds right now i did find if you uploaded from 2 servers the addons the signitures will be diffent creating an error we had to upload a image of the game and do a fresh install then patch it on the server to 1.05 top get it fully working with 1.05 content mayeb thats the problem Share this post Link to post Share on other sites