Please read the console message again... it says it could not load the script that is indicated in the matchsettings.
So probably you did not indicate the right title or no title at all?
You have to specify a configuration, as the dedicated server needs some more parameters...
How are you starting the server exactly?
Please post your command line here.
Last edited by TMarc on 17 Jul 2015, 23:20, edited 1 time in total.
Reason:rewording
Open your dedicated_cfg.txt in a text editor, delete the usernames and passwords, select and copy the whole file content, and paste it here using the Code like you did above.
btw. can you update the dedicated server (the maniaplanet server) files yourself? apparently it is a little bit outdated,
because there was an update of the game client and the server just a few weeks ago.
<?xml version="1.0" encoding="utf-8" ?>
<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>Vortex Esports</name>
<comment>Gameing comunity</comment>
<hide_server>0</hide_server> <!-- value is 0 (always shown), 1 (always hidden), 2 (hidden from nations) -->
<max_players>30</max_players>
<password></password>
<max_spectators>32</max_spectators>
<password_spectator></password_spectator>
<keep_player_slots>False</keep_player_slots> <!-- when a player changes to spectator, hould the server keep if player slots/scores etc.. or not. -->
<ladder_mode>forced</ladder_mode> <!-- value between 'inactive', 'forced' (or '0', '1') -->
<enable_p2p_upload>True</enable_p2p_upload>
<enable_p2p_download>False</enable_p2p_download>
<callvote_timeout>60000</callvote_timeout>
<callvote_ratio>0.5</callvote_ratio> <!-- default ratio. value in [0..1], or -1 to forbid. -->
<callvote_ratios>
<voteratio command="Ban" ratio="-1"/>
<!-- commands can be "Ban", "Kick", "RestartMap", "NextMap", "SetModeScriptSettingsAndCommands"... -->
</callvote_ratios>
<allow_map_download>True</allow_map_download>
<autosave_replays>False</autosave_replays>
<autosave_validation_replays>False</autosave_validation_replays>
<referee_password></referee_password>
<referee_validation_mode>0</referee_validation_mode> <!-- value is 0 (only validate top3 players), 1 (validate all players) -->
<use_changing_validation_seed>False</use_changing_validation_seed>
<disable_horns>False</disable_horns>
<clientinputs_maxlatency>0</clientinputs_maxlatency> <!-- 0 mean automatic adjustement -->
</server_options>
<system_config>
<connection_uploadrate>8000</connection_uploadrate> <!-- Kbits per second -->
<connection_downloadrate>8000</connection_downloadrate> <!-- Kbits per second -->
<allow_spectator_relays>False</allow_spectator_relays>
<p2p_cache_size>600</p2p_cache_size>
<force_ip_address>108.61.254.116</force_ip_address>
<server_port>2350</server_port>
<server_p2p_port>3450</server_p2p_port>
<client_port>0</client_port>
<bind_ip_address>108.61.254.116</bind_ip_address>
<use_nat_upnp></use_nat_upnp>
<gsp_name>GameServers</gsp_name> <!-- Game Server Provider name and info url -->
<gsp_url>https://www.gameservers.com</gsp_url> <!-- If you're a server hoster, you can use this to advertise your services -->
<xmlrpc_port>5000</xmlrpc_port>
<xmlrpc_allowremote>False</xmlrpc_allowremote> <!-- If you specify an ip adress here, it'll be the only accepted adress. this will improve security. -->
<scriptcloud_source>nadeocloud</scriptcloud_source> <!-- Specify the cloud storage mode for Titles that use it. Can be "localdebug" or "xmlrpc" or "nadeocloud" (default). "nadeocloud" will work only if the creator of the title subscribed to the cloud service. -->
<blacklist_url></blacklist_url>
<guestlist_filename></guestlist_filename>
<blacklist_filename></blacklist_filename>
<title>SMStorm</title> <!-- SMStorm, TMCanyon, TMStarium ... -->
<minimum_client_build></minimum_client_build> <!-- Only accept updated client to a specific version. ex: 2011-10-06 -->
<disable_coherence_checks>False</disable_coherence_checks> <!-- disable internal checks to detect issues/cheats, and reject race times -->
<disable_replay_recording>False</disable_replay_recording> <!-- disable replay recording in memory during the game to lower memory usage. -->
<use_proxy>False</use_proxy>
<proxy_login></proxy_login>
<proxy_password></proxy_password>
</system_config>
</dedicated>
that's what I thought... your dedicated cfg tries to start TMStorm, look at the <title> tag...
but the maps indicated in the mapsettings file are clearly Trackmania Canyon, this can't work
Storm does not have the Trackmania related scripts, and also not the TMCanyon map settings.
What do you want to do?
Run Trackmania Canyon, or Shootmania Storm, or... ?
Hi,
I saw something wrong in your matchsetting file :
when you have :
<game_mode>0</game_mode>
that means that you want to use a scripted mode,
so you have to tell which mode you want to use in this line :
<script_name></script_name>
you can use Rounds.Script.txt TimeAttack.Script.txt Laps.Script.txt Chase.Script.txt or Team.Script.txt
to have :
<script_name>Rounds.Script.txt</script_name>
you can find these files in your dedicated in \UserData\Scripts\Modes\TrackMania
(it won't work if you write script name like ModeBase or RoundBase for exemple)
or you can change the 0 in <gamemode>0</game_mode>
by something between 1 to 5 : 1 for Round, 2 for TA ...
don't forget to write that you want a stadium server in those three files :
title=TMStadium in RunSrvTM.bat
<title>TMStadium</title> in your matchsetting file
<title>TMStadium</title> almost at the end of your dedicated_cfg file
CPU : AMD FX-4170 (4 CPUs, ~4.2 GHz)
GPU : Sapphire Radeon HD 7850, 2 Go , DX 11
RAM : 8 Go DDR3
Win 7 Ultimate x64