From eff6c28839cc7b0daad17206c3956799c9200d38 Mon Sep 17 00:00:00 2001 From: Beu Date: Thu, 5 Oct 2023 22:10:24 +0200 Subject: [PATCH] add wrongly deleted setting --- TM_ReverseCup.Script.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TM_ReverseCup.Script.txt b/TM_ReverseCup.Script.txt index ea4df0e..c41ba7c 100644 --- a/TM_ReverseCup.Script.txt +++ b/TM_ReverseCup.Script.txt @@ -8,7 +8,7 @@ #Extends "Modes/Nadeo/Trackmania/Base/TrackmaniaRoundsBase.Script.txt" #Const CompatibleMapTypes "TrackMania\\TM_Race,TM_Race" -#Const Version "2023-09-25" +#Const Version "2023-10-05" #Const ScriptName "Modes/TM2020-Gamemodes/TM_ReverseCup.Script.txt" // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // @@ -34,6 +34,7 @@ #Setting S_NbOfWinners 1 as _("Number of winners") #Setting S_FinishTimeout -1 as _("Finish timeout") +#Setting S_ComplexPointsRepartition "" as "JSON of PointsRepartition depending for the number of the Players Alive" // Example: {"3": [3, 6, 10], "4,5": [1, 3, 6,10]} #Setting S_PointsRepartition "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20" #Setting S_RoundsPerMap 5 as _("Number of rounds per map") ///< Number of round to play on one map before going to the next one