From b93416f31ca008b56da8e1e8e53d9f05f38424d2 Mon Sep 17 00:00:00 2001 From: Beu Date: Mon, 24 Jan 2022 21:31:20 +0100 Subject: [PATCH 1/2] fix sorting output --- TM_TimeAttackRounds_Online.Script.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TM_TimeAttackRounds_Online.Script.txt b/TM_TimeAttackRounds_Online.Script.txt index 0e0c0ed..3a8d565 100644 --- a/TM_TimeAttackRounds_Online.Script.txt +++ b/TM_TimeAttackRounds_Online.Script.txt @@ -215,8 +215,6 @@ StateMgr::ForcePlayersStates([StateMgr::C_State_Playing]); CarRank::Update(CarRank::C_SortCriteria_BestRace); Race::EnableIntroDuringMatch(True); -Race::SortScores(Race::C_Sort_BestRaceTime); - declare netwrite Integer Net_SerialNeedToUpdate for Teams[0]; Net_SerialNeedToUpdate = 0; @@ -230,6 +228,7 @@ UpdateScoresTableFooterAndTimeLimit(StartTime, S_TimeLimit, S_MapsPerMatch); *** StartTime = Now + Race::C_SpawnDuration; UpdateScoresTableFooterAndTimeLimit(StartTime, S_TimeLimit, S_MapsPerMatch); +Race::SortScores(Race::C_Sort_BestRaceTime); *** ***Match_InitPlayLoop*** @@ -379,7 +378,6 @@ if (Round_ForceEndRound || Round_SkipPauseRound || Round_Skipped) { Scores::EndRound(); Race::SortScores(Race::C_Sort_TotalPoints); MB_Sleep(3000); - Race::SortScores(Race::C_Sort_BestRaceTime); SetScoresTableScoreMode(False); UIManager.UIAll.ScoreTableVisibility = CUIConfig::EVisibility::Normal; UIManager.UIAll.UISequence = CUIConfig::EUISequence::Playing; @@ -403,7 +401,6 @@ Match_MatchDuration = ML::Max(0, Now - Map_MapStartTime); StateMgr::ForcePlayersStates([StateMgr::C_State_Waiting]); Race::EnableIntroDuringMatch(False); -Race::SortScores(Race::C_Sort_BestRaceTime); TrophyRanking::UpdateUsersRank(); CarRank::Update(CarRank::C_SortCriteria_BestRace); From 99aa4df7dd6244722821b7b9f0f4c7f99081f61f Mon Sep 17 00:00:00 2001 From: beu Date: Tue, 1 Feb 2022 00:43:49 +0100 Subject: [PATCH 2/2] Remove PveCollisions --- TM_RoyalRounds_Online.Script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TM_RoyalRounds_Online.Script.txt b/TM_RoyalRounds_Online.Script.txt index e65f821..cbb47bf 100644 --- a/TM_RoyalRounds_Online.Script.txt +++ b/TM_RoyalRounds_Online.Script.txt @@ -153,7 +153,7 @@ declare Integer Server_SegmentsPerRound; Clans::SetClansNb(0); Scores::SaveInScore(Scores::C_Points_Match); StateMgr::ForcePlayersStates([StateMgr::C_State_Waiting]); -UsePvECollisions = True; //< Synchronize obstacles between all players +UsePvECollisions = False; //< Synchronize obstacles between all players WarmUp::SetAvailability(False); // (Impossible at the moment https://forum.nadeo.com/viewtopic.php?f=51&p=8745#p8745) Race::UseAutomaticDossardColor(False);