Dedicated Server Wiki Guide

Moderator: NADEO

Dedicated Server Wiki Guide

Postby Guyver1 » 15 Jul 2012, 13:32

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

Can you please update this to give accurate and 100% verified working instructions on how to set up Joust, Elite or Heroes Servers please?

I've tried googling but have not found one article that is accurate or complete.
My Shootmania Maps (Competitive Joust & Elite)
http://sm.mania-exchange.com/tracksearch?mode=1&authorid=6161
#doa.ut on quakenet
User avatar
Guyver1
 
Posts: 73
Joined: 15 Jul 2012, 13:27

Re: Dedicated Server Wiki Guide

Postby jonthekiller » 15 Jul 2012, 13:48

It's here : http://wiki.maniaplanet.com/en/Dedicate ... _title_.3F

I have add the modification in the matchsettings.
User avatar
jonthekiller
Translator
Translator
 
Posts: 4341
Joined: 15 Jun 2010, 11:07
Location: Dans l'alpha de ManiaPlanet
Manialink: maniaolympics

Re: Dedicated Server Wiki Guide

Postby kalstrams » 15 Jul 2012, 15:46

Can you specify minimal requirements for 8-10 people server, including the preferable OS ?
User avatar
kalstrams
 
Posts: 383
Joined: 06 Jul 2012, 22:56
Location: Rēzekne, Latvija

Re: Dedicated Server Wiki Guide

Postby jonthekiller » 15 Jul 2012, 15:59

kalstrams wrote:Can you specify minimal requirements for 8-10 people server, including the preferable OS ?

It's difficult for the moment, the server needs optimization, but Linux is all the time the best ^^, 1Gb RAM and 1,5 Ghz CPU.
User avatar
jonthekiller
Translator
Translator
 
Posts: 4341
Joined: 15 Jun 2010, 11:07
Location: Dans l'alpha de ManiaPlanet
Manialink: maniaolympics

Re: Dedicated Server Wiki Guide

Postby Guyver1 » 15 Jul 2012, 17:19

jonthekiller wrote:It's here : http://wiki.maniaplanet.com/en/Dedicate ... _title_.3F

I have add the modification in the matchsettings.


Thats all very well and good and thank you for this update:

In the Matchsettings, don't forget to change the <script_name></script_name> by ShootMania\Elite.Script.txt or ShootMania\Joust.Script.txt or ShootMania\Heroes.Script.txt.

The problem is, these txt files do not exist!
In my Dedicated Server install folder under:
UserData\Scripts\MapTypes\Shootmania
and
UserData\Scripts\Modes\Shootmania
I don't have those gametypes

Where do I get Elite.Script.txt, Joust.Script.txt, Heroes.Script.txt from????
My Shootmania Maps (Competitive Joust & Elite)
http://sm.mania-exchange.com/tracksearch?mode=1&authorid=6161
#doa.ut on quakenet
User avatar
Guyver1
 
Posts: 73
Joined: 15 Jul 2012, 13:27

Re: Dedicated Server Wiki Guide

Postby jonthekiller » 15 Jul 2012, 17:32

They are in the title, the dedicated server will found their automatically with this link.
User avatar
jonthekiller
Translator
Translator
 
Posts: 4341
Joined: 15 Jun 2010, 11:07
Location: Dans l'alpha de ManiaPlanet
Manialink: maniaolympics

Re: Dedicated Server Wiki Guide

Postby kalstrams » 15 Jul 2012, 18:30

jonthekiller wrote:
kalstrams wrote:Can you specify minimal requirements for 8-10 people server, including the preferable OS ?

It's difficult for the moment, the server needs optimization, but Linux is all the time the best ^^, 1Gb RAM and 1,5 Ghz CPU.


Debian will do ?
User avatar
kalstrams
 
Posts: 383
Joined: 06 Jul 2012, 22:56
Location: Rēzekne, Latvija

Re: Dedicated Server Wiki Guide

Postby jonthekiller » 15 Jul 2012, 18:36

kalstrams wrote:
jonthekiller wrote:
kalstrams wrote:Can you specify minimal requirements for 8-10 people server, including the preferable OS ?

It's difficult for the moment, the server needs optimization, but Linux is all the time the best ^^, 1Gb RAM and 1,5 Ghz CPU.


Debian will do ?

Yes, I have one server on Debian and one on Ubuntu and they work fine.
User avatar
jonthekiller
Translator
Translator
 
Posts: 4341
Joined: 15 Jun 2010, 11:07
Location: Dans l'alpha de ManiaPlanet
Manialink: maniaolympics

Re: Dedicated Server Wiki Guide

Postby kalstrams » 15 Jul 2012, 20:28

Cheers mate.
User avatar
kalstrams
 
Posts: 383
Joined: 06 Jul 2012, 22:56
Location: Rēzekne, Latvija

Re: Dedicated Server Wiki Guide

Postby Guyver1 » 15 Jul 2012, 22:41

Ok I have a the following:

ManiaPlanetServer.exe /title=SMStorm /game_settings=MatchSettings/SMElite.txt /dedicated_cfg=dedicated_cfgElite.default.txt

SMElite.txt:
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<playlist>
   <gameinfos>
      <game_mode>0</game_mode>
      <chat_time>10000</chat_time>
      <finishtimeout>1</finishtimeout>
      <allwarmupduration>0</allwarmupduration>
      <disablerespawn>0</disablerespawn>
      <forceshowallopponents>0</forceshowallopponents>
      <script_name></script_name>
      <rounds_pointslimit>50</rounds_pointslimit>
      <rounds_usenewrules>0</rounds_usenewrules>
      <rounds_forcedlaps>0</rounds_forcedlaps>
      <rounds_pointslimitnewrules>5</rounds_pointslimitnewrules>
      <team_pointslimit>5</team_pointslimit>
      <team_maxpoints>6</team_maxpoints>
      <team_usenewrules>0</team_usenewrules>
      <team_pointslimitnewrules>5</team_pointslimitnewrules>
      <timeattack_limit>300000</timeattack_limit>
      <timeattack_synchstartperiod>0</timeattack_synchstartperiod>
      <laps_nblaps>5</laps_nblaps>
      <laps_timelimit>0</laps_timelimit>
      <cup_pointslimit>100</cup_pointslimit>
      <cup_roundsperchallenge>5</cup_roundsperchallenge>
      <cup_nbwinners>3</cup_nbwinners>
      <cup_warmupduration>2</cup_warmupduration>
   </gameinfos>

   <hotseat>
      <game_mode>0</game_mode>
      <time_limit>300000</time_limit>
      <rounds_count>5</rounds_count>
   </hotseat>

   <filter>
      <is_lan>1</is_lan>
      <is_internet>1</is_internet>
      <is_solo>0</is_solo>
      <is_hotseat>0</is_hotseat>
      <sort_index>1000</sort_index>
      <random_map_order>0</random_map_order>
   </filter>

   <startindex>0</startindex>
   <map>
      <file>ShootMania\EliteArena\Elite.Title.Pack.Gbx</file>
   </map>
   <map>
      <file>ShootMania\EliteArena\Elite - CastleCrasher.Map.Gbx</file>
   </map>
   <map>
      <file>ShootMania\EliteArena\Elite - Collided_.Map.Gbx</file>
   </map>
   <map>
      <file>ShootMania\EliteArena\Elite - CrossRoads_.Map.Gbx</file>
   </map>
   <map>
      <file>ShootMania\EliteArena\Elite - Fortress.Map.Gbx</file>
   </map>
   <map>
      <file>ShootMania\EliteArena\Elite - JumpToFrag.Map.Gbx</file>
   </map>
   <map>
      <file>ShootMania\EliteArena\Elite - SolarFlare_.Map.Gbx</file>
   </map>
   <map>
      <file>ShootMania\EliteArena\Elite - TheCastle_.Map.Gbx</file>
   </map>
   <map>
      <file>ShootMania\EliteArena\Elite - WatchYourBack.Map.Gbx</file>
   </map>


</playlist>


I have copied Elite.Title.Pack.Gbx to D:\ManiaPlanetBetaServer\UserData\Maps\ShootMania\EliteArena\Elite

Run the server and it says :

Code: Select all
Starting ManiaPlanet date=2012-07-12_00_57 Svn=45851 GameVersion=3.2.0...
Initializing...
Configuration file : dedicated_cfgElite.default.txt
Loading system configuration...
...system configuration loaded
Loading cache...
...OK
Listening for xml-rpc commands on port 5000.
Loading dedicated server configuration...
...Dedicated server configuration loaded
Connecting to master server...
...OK
Identifying on master server...
...OK
Please wait, loading...
URL: maniaplanet://#join=doa@SMStorm
Match settings file : MatchSettings\SMElite.txt
Loading match settings...
Map "ShootMania\EliteArena\Elite - ArchWays_.Map.Gbx" not found.
Map "ShootMania\EliteArena\Elite - CastleCrasher.Map.Gbx" not found.
Map "ShootMania\EliteArena\Elite - Collided_.Map.Gbx" not found.
Map "ShootMania\EliteArena\Elite - CrossRoads_.Map.Gbx" not found.
Map "ShootMania\EliteArena\Elite - Fortress.Map.Gbx" not found.
Map "ShootMania\EliteArena\Elite - JumpToFrag.Map.Gbx" not found.
Map "ShootMania\EliteArena\Elite - SolarFlare_.Map.Gbx" not found.
Map "ShootMania\EliteArena\Elite - TheCastle_.Map.Gbx" not found.
Map "ShootMania\EliteArena\Elite - WatchYourBack.Map.Gbx" not found.
...ERROR: Map unknown.
...Could not load the match settings
Server not started: no Challenges available. Check your matchsettings!
Server not running, exiting.


Press a key to quit.


Im at a loss now as I see nowhere where the default Elite maps are stored as .GBx files other than the Elite.Title.Pack.Gbx which I have copied but the server still says it cannot find????

PLEASE PLEASE can you add dedicated sub-sections to the Wiki explaining to to set up Joust, Elite etc as the dedicated server package doesn't appear to have anything there by default and I'm going around in circles because the current Wiki is not clear at all when it comes to the add on games

The Dedicated Server package only appears to have correct folders etc for the Storm gametypes.

My Server runs successfully if I run the default RunSrvSM.bat file so I know its not an issue with by install or hardware/OS etc.

:cry: :oops: :( :-| :?: :!:
Last edited by Guyver1 on 15 Jul 2012, 22:47, edited 1 time in total.
My Shootmania Maps (Competitive Joust & Elite)
http://sm.mania-exchange.com/tracksearch?mode=1&authorid=6161
#doa.ut on quakenet
User avatar
Guyver1
 
Posts: 73
Joined: 15 Jul 2012, 13:27

Next

Return to Dedicated Server

Who is online

Users browsing this forum: No registered users and 3 guests