Basic maps load but custom maps don't load
Posted: 23 Jun 2019, 20:56
Hi, i'm french so sorry for my english ^^ !
Here is my problem.
I bought a server and when i start it, the console log returns that :
I know that there is subject fixed about "No maps in the playlist match the server settings." but i did all and nothing...
matchsettings.txt
Script line
Concerning the "<script_name>TimeAttack</script_name>", i already tried to name it with his path, with the extension of file but it changes nothing.
Thanks to all in advance for your precious help ♥
Here is my problem.
I bought a server and when i start it, the console log returns that :
Code: Select all
Starting ManiaPlanet Date=2018-11-30_20_00 Svn=87646 GameVersion=3.3.0...
Configuration file : dedicated_cfg.txt
Loading system configuration...
...system configuration loaded
Loading cache...
...OK
Loading dedicated server configuration...
...Dedicated server configuration loaded
Connecting to master server...
...OK
Identifying on master server...
...OK
Listening for xml-rpc commands on port 5000.
Match settings file : MatchSettings\matchsettings.txt
Loading match settings...
...Match settings loaded
Autostart server on internet
URL: maniaplanet://#join=MYNAME@TMStadium@nadeo
Starting server...
...ERROR:[b] No maps in the playlist match the server settings.[/b]
Disconnection of MYNAME(173.199.75.42:2350)
...Server stopped
Server not running, exiting.
matchsettings.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>TimeAttack</script_name>
</gameinfos>
<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>
<script_settings>
<setting name="S_ChatTime" type="integer" value="10"/>
<setting name="S_UseClublinks" type="boolean" value="0"/>
<setting name="S_UseClublinksSponsors" type="boolean" value="0"/>
<setting name="S_NeutralEmblemUrl" type="text" value=""/>
<setting name="S_ScriptEnvironment" type="text" value="production"/>
<setting name="S_AllowRespawn" type="boolean" value="1"/>
<setting name="S_UseLegacyXmlRpcCallbacks" type="boolean" value="1"/>
<setting name="S_WarmUpNb" type="integer" value="0"/>
<setting name="S_WarmUpDuration" type="integer" value="0"/>
<setting name="S_TimeLimit" type="integer" value="500"/>
</script_settings>
<startindex>0</startindex>
<map>
<file>Testos.Map.Gbx</file>
<ident>XTp7KEoeJYiBqQ8qs8HFeJ8zOsj</ident>
</map>
</playlist>
Code: Select all
./ManiaPlanetServer /Title=TMStadium /dedicated_cfg=dedicated_cfg.txt /game_settings=MatchSettings/matchsettings.txt /nodaemon /Internet
Thanks to all in advance for your precious help ♥