Re: Mod InstantGib
Posted: 07 Jan 2013, 17:46
Il te faut éditer ta map elite avec le type de map mêlé et utiliser le scrip instangibDM standard ^^ 

Aucun soucis pour lancer mon serveur en DM et Battle mais j'ai un soucis pour lancer le royale, je ne trouve pas de fichier royale dans mon dossier MatchSettings :/ une idée ?Triseaux wrote:Alors.
Le script est a maitre ici : /UserData/Scripts/Modes/ShootMania/
Apres il faut modifier le fichier : /UserData/Maps/MatchSettings/SMStormInstantGibDM.txt
il faut luis modifier la variablecomme sui :Code: Select all
<script_name></script_name>
Et dans votre fichier .dat ou .sh pour Run le serveur modifier comme suiCode: Select all
<script_name>InstantGibDM.Script.txt</script_name>
Le matchsetting corespond au fichier modifier au dessu ou l'on luis impose le script et le dedicated cfg ces la conf de votre serv.Code: Select all
#!/bin/sh ./ManiaPlanetServer /game_settings=MatchSettings/SMStormInstantGibDM.txt /dedicated_cfg=dedicated_cfg_instantgibMele.txt /title=SMStorm
A modifier en fonction du nom de vos fichier
MerciTriseaux wrote:Normal je pense que depuis qu'ils ont crée le title pack royal ils ont dû l’intégrer dedans.
Je vais te filer mon matchsetting royal dans la journée.
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>InstantGibRoyale.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></file>
<ident></ident>
</map>
</playlist>