Page 1 of 1
Unable to start up my server.
Posted: 03 Nov 2014, 09:58
by Ryzemeister
Hello there, Me and my friends had a shootmania server up before the big maniaplanet update. Then they all went away to travel and dumped the server at my house and I'm stumped trying to update it. I don't have any experience with these kind of things so I apologize if the answer is simple. Pretty much when I try to start the server it says,:
ERROR: Could not load script.
...Could not load the match settings
Server not started no Maps available. Check your matchsettings! (I'm trying I swear!)
Server not running, exiting.
Now I havn't updated the maps since before the update
http://www.filedropper.com/dedicatedcfg <-Dedicated config file
http://www.filedropper.com/smstormelite2-matchsettings <- Matchsettings file
Now is there anyone who has any information on how I shall proceed?
Re: Unable to start up my server.
Posted: 03 Nov 2014, 10:59
by w1lla
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<playlist>
<gameinfos>
<game_mode>0</game_mode>
<script_name>ShootMania\Elite.Script.txt</script_name>
<title>SMStormElite@nadeolabs</title>
<chat_time>10000</chat_time>
<finishtimeout>1</finishtimeout>
<allwarmupduration>0</allwarmupduration>
<disablerespawn>0</disablerespawn>
<forceshowallopponents>0</forceshowallopponents>
<script_name>Elite.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>9</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>
<mode_script_settings>
<setting name="S_Mode" type="integer" value="1"/>
<setting name="S_WarmUpDuration" type="integer" value="45"/>
<setting name="S_TurnWin" type="integer" value="9"/>
<setting name="S_DeciderTurnLimit" type="integer" value="20"/>
<setting name="S_TurnLimit" type="integer" value="20"/>
</mode_script_settings>
<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\Elite\Rust.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\ESWC - Spitfire.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\ESWC - Paladin 2k13.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\ESWC - Collided v2.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - CrossRoads v2.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - GreenValley v2.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - ArchWays v2.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - Golden Rush.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - Gouge.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - Malevolence.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - Old sun.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - Gunners Dream.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - Radiance-.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - Tilt Pro.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - Valley of the Damned.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - IronFist.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - Factory.Map.Gbx</file>
</map>
<map>
<file>Shootmania\Elite\Elite - TheClash.Map.Gbx</file>
</map>
</playlist>
It cant load the Script properly as it misses the script_name tag.
Re: Unable to start up my server.
Posted: 03 Nov 2014, 11:11
by Ryzemeister
I hate to sound ignorrant, but care to elaborate?
<script_name>ShootMania\Elite.Script.txt</script_name>
I thought that was the script tag ^^
Re: Unable to start up my server.
Posted: 03 Nov 2014, 11:26
by w1lla
its if you run the title can you upload your start script.
See:
http://doc.maniaplanet.com/dedicated-se ... e-examples
Re: Unable to start up my server.
Posted: 03 Nov 2014, 13:30
by Ryzemeister
My matchsettings file looks exactly like the file you linked to now, we copied all of the information and just pasted it right in the matchsettings file ^^,
To be honest I still don't know what you're asking for

Re: Unable to start up my server.
Posted: 03 Nov 2014, 13:51
by w1lla
the start up script. Do you use windows or Linux?
open the file in notepad and copy past the code into a post.
Re: Unable to start up my server.
Posted: 03 Nov 2014, 14:14
by Ryzemeister
Windows!
And by some "carefully" managing of title's in the .BAT file we got the server to run, but now it's running maps that aren't even on the damned server computer... But players can connect so I am getting somewhere ^^
Re: Unable to start up my server.
Posted: 03 Nov 2014, 19:39
by djhubertus
Ryzemeister wrote:Windows!
And by some "carefully" managing of title's in the .BAT file we got the server to run, but now it's running maps that aren't even on the damned server computer... But players can connect so I am getting somewhere ^^
I'm quite sure you don't change start up .bat file, server is hosting Melee gamemode right now.