Page 1 of 1
Re: Shootmania Elite
Posted: 19 May 2013, 15:33
by TMarc
Im pretty sure you know what you are doing, but did you effectively chose Elite in the dropdown of the player page?
If yes, then it is most probably a bug. Or there is a issue with the planets.
Re: Shootmania Elite
Posted: 19 May 2013, 15:46
by TMarc
really!?

Please don't tell you're kidding me...
is it still working fine now?

Re: Shootmania Elite
Posted: 19 May 2013, 16:03
by TMarc
yeah, this is a good point

Re: Shootmania Elite
Posted: 21 May 2013, 06:43
by slugish
Having difficulty getting my servers to switch over to 60k.
I added both servers under the advanced menu on maniaplanet. Both logins are correct and I have verified that I used the correct validation code. I DID change the dropdown box to Elite. Both server are listed on the bottom of that page and the planets were removed from my account. I have restarted both servers multiple times, but the 60k effect is still not present.
Any tips? Did I miss a step in setting it up?
Re: Shootmania Elite
Posted: 21 May 2013, 08:29
by Wabbitface
Correct me if I am wrong, Things required for upgrading the ladder on an elite server:
1. ShootMania Elite is selected in the top right in the ladder servers in your Maniaplanet Player Profile. Dropdown default is ShootMania Storm, so it must be changed before upgrading your server.
2. Login name of your server is correct in Player page; Dedicated Servers & Ladder Servers and the Server Settings.
3. Your account validation key is correct in Player page: Dedicated Servers & Ladder Servers and the Server Settings.
4. Server is set to:
<ladder_serverlimit_min>0</ladder_serverlimit_min>
<ladder_serverlimit_max>60000</ladder_serverlimit_max>
(
double check there is no errors in the config, the screenshot below shows my server but its upgraded at 70k)
5. Restart the server
6. Check the server via the server browser ingame
If you wish to reset your validation key you can do so via the player page, but it requires your game key for authorisation.
If you use Steam, you can get your game key by right clicking Shootmania in the Library.
If you just got Maniaplanet on its own then check your email for your game key.
Re: Shootmania Elite
Posted: 21 May 2013, 20:29
by slugish
Wabbitface wrote:Correct me if I am wrong, Things required for upgrading the ladder on an elite server:
...
4. Server is set to:
<ladder_serverlimit_min>0</ladder_serverlimit_min>
<ladder_serverlimit_max>60000</ladder_serverlimit_max>
...
Where did you get this from? This code does not appear in either my matchsettings or config file. In which file and section do I place this?
Edit:
Fixed it by adding it to the dedicated_cfg.txt here...
Code: Select all
<ladder_serverlimit_min>0</ladder_serverlimit_min>
<ladder_serverlimit_max>60000</ladder_serverlimit_max>
<enable_p2p_upload>True</enable_p2p_upload>
<enable_p2p_download>False</enable_p2p_download>