Server saying its UNRANKED

Post Reply
riuthamus
A regular
A regular
Posts: 35
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Mar 23, 2011 1:15 am

Server saying its UNRANKED

Post by riuthamus »

Code: Select all

<levelRotation name="Custom">
  <ServerInfo>
    <!-- You can specify a MOTD of up to 165 characters and a JPEG/PNG 128x128 image URL -->
    <Details name="BHSlaughter.com" motd="Become part of the brotherhood, visit www.bhslaughter.com" imageUrl="http://www.bhslaughter.com/downloads/bos.png" />
    <Variant name="Standard">
    </Variant>
  </ServerInfo>

<level name="Wars/cw2_terminal" gameRules="TeamInstantAction" />
<level name="Wars/cw2_collided_buildings" gameRules="TeamInstantAction" />
<level name="Wars/cw2_city_hall" gameRules="CrashSite" />
<level name="Wars/cw2_alien_vessel" gameRules="TeamInstantAction" />
<level name="Wars/cw2_church" gameRules="TeamInstantAction" />
<level name="Wars/cw2_downtown" gameRules="TeamInstantAction" />
<level name="Wars/cw2_rooftop_gardens" gameRules="TeamInstantAction" />
<level name="Wars/cw2_terminal" gameRules="TeamInstantAction" />
<level name="Wars/cw2_city_hall" gameRules="CaptureTheFlag" />
<level name="Wars/cw2_alien_vessel_small" gameRules="TeamInstantAction" />
<level name="Wars/cw2_pier" gameRules="TeamInstantAction" />
<level name="Wars/cw2_church" gameRules="CrashSite" />
<level name="Wars/cw2_cxp_liberty_mil" gameRules="TeamInstantAction" />
<level name="Wars/cw2_alien_vessel" gameRules="TeamInstantAction" />
<level name="Wars/cw2_downtown" gameRules="Extraction" />
<level name="Wars/cw2_city_hall" gameRules="TeamInstantAction" />
<level name="Wars/cw2_lighthouse" gameRules="CaptureTheFlag" />
<level name="Wars/cw2_rooftop_gardens" gameRules="CrashSite" />
<level name="Wars/cw2_church" gameRules="TeamInstantAction" />
<level name="Wars/cw2_alien_vessel_small" gameRules="TeamInstantAction" />
<level name="Wars/cw2_pier" gameRules="TeamInstantAction" />
<level name="Wars/cw2_cxp_liberty_statue" gameRules="TeamInstantAction" />

</levelRotation>
Any reason why its unranked?
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Server saying its UNRANKED

Post by Edge100x »

The LevelRotation.xml file looks OK. Is there anything unusual in the dedicated.cfg file (setting a password, for instance)?
riuthamus
A regular
A regular
Posts: 35
Joined: Wed Mar 23, 2011 1:15 am

Re: Server saying its UNRANKED

Post by riuthamus »

Code: Select all

http_password="************"
http_startserver port:64089 
sv_password=
gl_time=45
gl_initialtime=15
g_gameRules_startTimerLength=15
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Server saying its UNRANKED

Post by Edge100x »

The only thing wrong there is that http_startserver shouldn't be in the dedicated.cfg.

Please open up a support request and I'll help you to look into this more closely. Finding the culprit should be a matter of undoing settings and/or wiping the server + reapplying settings.
Post Reply