Page 8 of 8

Re: Mod InstantGib

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

Re: Mod InstantGib

Posted: 23 Apr 2013, 04:44
by plopingo
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 variable

Code: Select all

<script_name></script_name>
comme sui :

Code: Select all

<script_name>InstantGibDM.Script.txt</script_name>
Et dans votre fichier .dat ou .sh pour Run le serveur modifier comme sui

Code: Select all

#!/bin/sh
./ManiaPlanetServer /game_settings=MatchSettings/SMStormInstantGibDM.txt /dedicated_cfg=dedicated_cfg_instantgibMele.txt /title=SMStorm
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.
A modifier en fonction du nom de vos fichier
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 ?

encore merci pour ces modes ;)

Re: Mod InstantGib

Posted: 23 Apr 2013, 07:29
by Triseaux
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.

Re: Mod InstantGib

Posted: 23 Apr 2013, 23:10
by plopingo
Triseaux 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.
Merci

EDIT: Au passage même problème pour lancer un élite :/

Re: Mod InstantGib

Posted: 24 Apr 2013, 08:35
by Triseaux

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>

Re: Mod InstantGib

Posted: 24 Apr 2013, 20:09
by plopingo
Merci je test çà ;)

EDIT: J'ai essayer avec une map elite custom "ManiaPlanetServer.exe /dedicated_cfg=dedicated_cfg.txt /game_settings=MatchSettings\InstantGibRoyale.Script.txt"

Impeccable cela fonctionne très bien, j'ai n'ai pas eu besoin de rajouter /title=SMStormRoyal@nadeolabs par contre comme j'ai l'habitude de faire pour un serveur elite standard

Par contre si je veux utilisé les maps élite officiel Nadeo, vu qu'elle sont inclu dans le pack je m'y prend comment ?