Jump to content
Sign in to follow this  
CopyrightPhilly

Dedicated Server, quick questions

Recommended Posts

Hey,

Ok I have the dedicated server for 1.96...

question:

how do i set my config file so that the users cant select the maps? (so it on a map rotation type thing)

I have currently got my cfg file layed out like below...

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">passwordAdmin = "*****";

hostname = "TeamODB.com";

kickduplicate=1;

MaxPlayers=14;

reportingIP="master.gamespy.com";

voteMissionPlayers=0;

voteThreshold=0;

motd[]=

{

"Please follow these simple rules...",

"No Spawn Raping",

"Repect Other Players",

"Have Fun";

};

motdInterval=3;

class Missions

{

class Mission01

{

template = C&H_Saint-Hell.Eden.pbo;

cadetMode = 0;

param1 = 1800;

param2 = 03;

};

class Mission02

{

template = c&h20_RoadWarriors.Abel.pbo;

cadetMode = 0;

param1 = 1800;

param2 = 10000;

};

};

but that will not auto select the maps...

also how do i set it so it only needs 1 player connected b4 they can select there slot?

cheers,

Phil

Share this post


Link to post
Share on other sites

You can set voteThreshold=1.1 or greater. That should stop the voting. You might want to add more than 2 missions to your rotation though. Im not quite sure I understand the second part of your question.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×