I have a pb to lauch my dedicated server with SpeedBall mode.
The server was lauch, but he was killed after 5sec.
SSL:
Code: Select all
root@sd-24597:/home/teambag/Shootmania# ./ManiaPlanetServer /game_settings=MatchSettings/SMStormSpeedBall.txt /dedicated_cfg=dedicated_cfg.txt
Starting ManiaPlanet Date=2012-07-11-xx_xx Svn=45842 GameVersion=3.2.0...
Initializing...
Configuration file : dedicated_cfg.txt
Loading system configuration...
...system configuration loaded
Loading cache...
...OK
Listening for xml-rpc commands on port 5000.
ManiaPlanet server daemon started with pid=3715 (parent=3714).
Uploaded files:
/UserData/Config/dedicated_cfg.txt
/UserData/Maps/MatchSettings/SMStormSpeedBall.txt
/UserData/Maps/ShootMania/SpeedBall/_SM_OverGrown.Map.Gbx
/UserData/Maps/ShootMania/SpeedBall/SpeedBall - Bowl.Map.Gbx
/UserData/Maps/ShootMania/SpeedBall/SpeedBall - Encounters.Map.Gbx
/UserData/Maps/ShootMania/SpeedBall/SpeedBall - Hangtime.Map.Gbx
/UserData/Maps/ShootMania/SpeedBall/SpeedBall - Rampart.Map.Gbx
/UserData/Maps/ShootMania/SpeedBall/SpeedBall - Rebound.Map.Gbx
/UserData/Maps/ShootMania/SpeedBall/SpeedBall - Slampost.Map.Gbx
/UserData/Maps/ShootMania/SpeedBall/SpeedBall - Superflux.Map.Gbx
/UserData/Maps/ShootMania/SpeedBall/SpeedBall - The Hill.Map.Gbx
/UserData/Maps/ShootMania/SpeedBall/SpeedBall - Traders.Map.Gbx
/UserData/Maps/ShootMania/SpeedBall/SpeedBall - Whatever.Map.Gbx
/UserData/Maps/ShootMania/SpeedBall/SpeedBall - Windy Coast.Map.Gbx
/UserData/Maps/ShootMania/SpeedBall/SpeedBall_-_Forgotten.Map.Gbx
/UserData/Scripts/Libs/Nadeo/Top2.Script.txt
/UserData/Scripts/MapTypes/ShootMania/SpeedBallArena.Script.txt
/UserData/Scripts/Modes/ShootManiaSpeedBall.Script.txt
-----------------------------------------------------------------------------------------------------------------------------
My start commande:
Code: Select all
./ManiaPlanetServer /game_settings=MatchSettings/SMStormSpeedBall.txt /dedicated_cfg=dedicated_cfg.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>SpeedBallArena.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>
<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\SpeedBall\SpeedBall - Rebound.Map.Gbx</file>
</map>
</playlist>
Code: Select all
<dedicated>
<authorization_levels>
<level>
<name>XXXXXXXXX</name>
<password>XXXXXXXXX</password>
</level>
<level>
<name>YYYYYYYYY</name>
<password>YYYYYYYYY</password>
</level>
<level>
<name>ZZZZZZZZZZ</name>
<password>ZZZZZZZZZZ</password>
</level>
</authorization_levels>
<masterserver_account>
<login>XXXXXXXXX</login>
<password>XXXXXXXXX</password>
<validation_key></validation_key>
</masterserver_account>
<server_options>
<name>$00CTeam$888.$00CB$888a$00CG $888- $00CS$888peed$00CB$888all</name>
<comment>$00Cwww.TeamBaG.org - eSport Since 2003</comment>
<hide_server>0</hide_server>
<max_players>20</max_players>
<password></password>
<max_spectators>5</max_spectators>
<password_spectator>bagenforce</password_spectator>
<ladder_mode>forced</ladder_mode>
<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>
<callvote_ratios>
<voteratio command="Ban" ratio="0.51"/>
</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>
</server_options>
<system_config>
<connection_uploadrate>2000</connection_uploadrate>
<connection_downloadrate>32000</connection_downloadrate>
<allow_spectator_relays>False</allow_spectator_relays>
<p2p_cache_size>600</p2p_cache_size>
<force_ip_address></force_ip_address>
<server_port>27015</server_port>
<server_p2p_port>3450</server_p2p_port>
<client_port>0</client_port>
<bind_ip_address></bind_ip_address>
<use_nat_upnp></use_nat_upnp>
<xmlrpc_port>5000</xmlrpc_port>
<xmlrpc_allowremote>False</xmlrpc_allowremote>
<blacklist_url></blacklist_url>
<guestlist_filename></guestlist_filename>
<blacklist_filename></blacklist_filename>
<title>SMStorm</title>
<minimum_client_build></minimum_client_build>
<disable_coherence_checks>False</disable_coherence_checks>
<use_proxy>False</use_proxy>
<proxy_login></proxy_login>
<proxy_password></proxy_password>
</system_config>
</dedicated>
I don't find my error. Someone can help me please??
Thank's you!!!
PS: Sorry for my english.