Page 1 of 1

Almost there!! Shootmania Dedicated Server Error

Posted: 29 Aug 2013, 18:20
by plebian
http://www.midgetmaster.us/error.jpg

Everything else loads but the Server?

Any Help?

Re: Almost there!! Shootmania Dedicated Server Error

Posted: 29 Aug 2013, 18:27
by jonthekiller
You need to modify the dedicated_cfg in UserData/Config.

http://wiki.maniaplanet.com/en/Dedicated_servers

Re: Almost there!! Shootmania Dedicated Server Error

Posted: 29 Aug 2013, 19:27
by plebian
Yea I have set up that file, that is why I can get at least map and map config loaded, I just can load the server at the end. I have set up a server on my account page and have that linked, is there a certain line you can guide me to, that has to do with that error?

Re: Almost there!! Shootmania Dedicated Server Error

Posted: 31 Aug 2013, 13:40
by broric
your error is saying you havent set a name for your server in the dedicated config file
so it wont start as there is nothing to show in the server lists.

<dedicated>
<authorization_levels>
<level>
<name>SuperAdmin</name>
<password>SuperAdmin</password>
</level>
<level>
<name>Admin</name>
<password>Admin</password>
</level>
<level>
<name>User</name>
<password>User</password>
</level>
</authorization_levels>

<masterserver_account>
<login></login>
<password></password>
<validation_key></validation_key>
</masterserver_account>

<server_options>
<name>YOUR SERVER NAME GOES IN HERE</name>
<comment></comment>
<hide_server>0</hide_server>


hope this helps :thumbsup: