Page 3 of 3

Re: Aide creation serveur combo

Posted: 17 Apr 2013, 14:40
by ichamaru
Hein wai pas con !! parce que moi je fait un dossier par serveur (Lobby, match1,match2 ect) je test de suite =)

Re: Aide creation serveur combo

Posted: 17 Apr 2013, 18:35
by ichamaru
Comment je peu récupérer le map officiel pour les ajouter au mienes ?

Re: Aide creation serveur combo

Posted: 17 Apr 2013, 18:47
by magnetik
Il suffit simplement de les laisser dans le MatchSettings et d'ajouter celles que tu souhaites.

Re: Aide creation serveur combo

Posted: 23 Apr 2013, 19:40
by Shooky
Bonsoir,

Moi aussi je cherche à créer un serveur combo mais sans faire de lobby. Juste un serveur FFA tout simple. Mais comme il a était dit dans les posts je ne trouve pas le matchsettings Combo, si quelqu'un la pourrait il me le donner ?.

Combo.Title.Pack.Gbx est bien installé.

Cordialement,

Re: Aide creation serveur combo

Posted: 23 Apr 2013, 20:06
by jonthekiller
En voici un où il faut adapter les maps.

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>ShootMania\Combo.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>

	<mode_script_settings>
		<setting name="S_UseScriptCallbacks" type="boolean" value="0"/>
		<setting name="S_NbPlayersPerTeam" type="integer" value="2"/>
		<setting name="S_PointsLimit" type="integer" value="5"/> 3
		<setting name="S_RoundTimeLimit" type="integer" value="300"/>
		<setting name="S_WarmUpDuration" type="integer" value="90"/>
		<setting name="S_AllowUnbalancedTeams" type="boolean" value="0"/>
		<setting name="S_UseArmorReduction" type="boolean" value="0"/>
		<setting name="S_UseLobby" type="boolean" value="0"/>
		<setting name="S_LobbyTimePerMap" type="integer" value="86400"/>
		<setting name="S_MatchmakingSleep" type="integer" value="0"/>
		<setting name="S_UsePlayerClublinks" type="boolean" value="1"/>
		<setting name="S_ForceClublinkTeam1" type="text" value=""/>
		<setting name="S_ForceClublinkTeam2" type="text" value=""/>
	</mode_script_settings>

	<startindex>3</startindex>
	<map>
		<file></file>
	</map>

</playlist>

Re: Aide creation serveur combo

Posted: 23 Apr 2013, 20:12
by magnetik
We have put all default MatchSettings files here : https://github.com/maniaplanet/document ... chSettings

[edit] Je sais pas pourquoi j'ai répondu en anglais, mais nous avons placés tous les matchsettings ici : https://github.com/maniaplanet/document ... chSettings