Page 1 of 1

Adding More Maps to my Server?

Posted: 21 Aug 2013, 14:50
by ezza
Just wondering how do i add more then 5 maps to my shootmania server.
thx
Ezza

Re: Adding More Maps to my Server?

Posted: 21 Aug 2013, 21:33
by TMarc
how do you mean?
ManiaPlanet game client server?
Or dedicated server?

Re: Adding More Maps to my Server?

Posted: 22 Aug 2013, 01:03
by ezza
Dedicated got a speedball server and iv uploaded all the maps I want but thy don't show in server

Re: Adding More Maps to my Server?

Posted: 22 Aug 2013, 07:09
by steeffeen
here's an example match settings file: http://files.team-devota.com/SMSpeedBall.txt
you will need to place the maps on your server (UserData/Maps/) and add their names to the list at the end of the match settings file

Code: Select all

<map>
	<file>Map1.Map.Gbx</file>
</map>
<map>
	<file>Map2.Map.Gbx</file>
</map>
<map>
	<file>Map3.Map.Gbx</file>
</map>
...

Re: Adding More Maps to my Server?

Posted: 22 Aug 2013, 09:34
by ezza
Tea i have done all that but its like my server is limited to 5 maps? not sure if its in the match settings or anything?

Re: Adding More Maps to my Server?

Posted: 22 Aug 2013, 09:36
by steeffeen
i don't think that's possible :D

it might help if you post the start command and the log

Re: Adding More Maps to my Server?

Posted: 24 Aug 2013, 04:47
by ezza
<?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>SpeedBall.Script.txt</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>

<filter>
<random_map_order>1</random_map_order>
</filter>

<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>1</random_map_order>
</filter>

<mode_script_settings>
<setting name="S_UseScriptCallbacks" type="boolean" value="1"/> <!-- Default : 0 -->
<!-- Default : <setting name="S_NeutralEmblemUrl" type="text" value=""/> -->
<!-- Default : <setting name="S_TimeLimitNormal" type="integer" value="180"/> -->
<!-- Default : <setting name="S_TimeLimitReduction" type="integer" value="120"/> -->
<!-- Default : <setting name="S_TimeLimitInstant" type="integer" value="300"/> -->
<!-- Default : <setting name="S_RoundsToWin" type="integer" value="5"/> -->
<!-- Default : <setting name="S_RoundGapToWin" type="integer" value="2"/> -->
<!-- Default : <setting name="S_BestOfXMatch" type="integer" value="0"/> -->
<!-- Default : <setting name="S_UseWarmUp" type="boolean" value="0"/> -->
<!-- Default : <setting name="S_UsePlayerClublinks" type="boolean" value="0"/> -->
<!-- Default : <setting name="S_AutoTeamBalance" type="boolean" value="0"/> -->
<!-- Default : <setting name="S_Mode" type="integer" value="0"/> -->
<!-- Default : <setting name="S_DefaultCaptureTime" type="real" value="1.6"/> -->
<!-- Default : <setting name="S_ManageAFKPlayers" type="boolean" value="1"/> -->
<!-- Default : <setting name="S_WarmUpDuration" type="integer" value="60"/> -->
<!-- Default : <setting name="S_BotPower" type="real" value="10"/> -->
<!-- Default : <setting name="S_NbBotsBlue" type="integer" value="0"/> -->
<!-- Default : <setting name="S_NbBotsRed" type="integer" value="0"/> -->
<!-- Default : <setting name="S_ReduceLaserDamage" type="boolean" value="0"/> -->
</mode_script_settings>

<startindex>0</startindex>
<map>
<file>SpeedBall\SpeedBall - The Cap V2.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\SpeedBall - Slampost.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\SpeedBall - Rebound.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\Speedball - Orca.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\SpeedBall - Forgotten.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\SpeedBall - Encounters.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\SpeedBall - Whatever.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\Speedball - Abrakadabra.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\Speedball - Casdevo .Map.Gbx</file>
</map>
<map>
<file>SpeedBall\Speedball - Ge-Bot (fixed).Map.Gbx</file>
</map>
<map>
<file>SpeedBall\Speedball - MidnightWorkout!.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\Speedball - PortDefence.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\SpeedBall - Stadium.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\SpeedBall - Swamp.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\Speedball - TheCastle.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\Speedball. Neverland.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\Speedballtitel-AAAAAAAAAARGH.Map.Gbx</file>
</map>
<map>
<file>SpeedBall\SpeedBall_-Saloon.Map.Gbx</file>
</map>
</playlist>




That is my match settings
what have i done wrong :/

Re: Adding More Maps to my Server?

Posted: 24 Aug 2013, 08:19
by steeffeen
looks good to me :)
can you show us the log after a server restart?

Re: Adding More Maps to my Server?

Posted: 29 Aug 2013, 07:56
by Zholistic
I have this issue as well.

We are using the same command line: "/title=SpeedBall@steeffeen /game_settings=MatchSettings/SMStormSpeedBall.txt /dedicated_cfg=dedicated_cfg.txt /nodaemon"

It seems to be reading a matchsettings file that is not one stored locally on the server. Like a default matchsettings file. We don't have this problem for Elite, or any other gametype. It is unique to speedball.

Cheers.

Re: Adding More Maps to my Server?

Posted: 29 Aug 2013, 08:18
by steeffeen
exactly, like i've written in the title pack thread there is a default match settings file and its map included in the pack so that you can start your server without downloading or configuring anything else than the pack itself
it's indeed called SMStormSpeedBall.txt
so if you rename your match settings file and edit your start command it should be fine

//edit: the same applies for the file SpeedBallRC.txt
in this file are all the maps for the speedball release cup included ;)