Compare commits
No commits in common. "310e30c311ed6cfa507e25801f4e8044868cbd81" and "a3b1eddafb0f1ca85972e7616a79604b638c27e1" have entirely different histories.
310e30c311
...
a3b1eddafb
@ -6,32 +6,20 @@
|
|||||||
#Extends "Modes/TrackMania/TM_TimeAttack_Online.Script.txt"
|
#Extends "Modes/TrackMania/TM_TimeAttack_Online.Script.txt"
|
||||||
|
|
||||||
// #RequireContext CSmMode
|
// #RequireContext CSmMode
|
||||||
|
|
||||||
|
#Setting S_DebugLib_RestrictUIto "" as "Restrict UI Admin to comma separated logins (all if empty)"
|
||||||
|
|
||||||
|
#Const C_DebugMode_Version "2023-08-28"
|
||||||
|
|
||||||
|
#Const C_DebugMode_MainUI "DebugMode_MainUI"
|
||||||
|
|
||||||
#Include "TimeLib" as TiL
|
#Include "TimeLib" as TiL
|
||||||
#Include "MathLib" as ML
|
#Include "MathLib" as ML
|
||||||
#Include "TextLib" as TL
|
#Include "TextLib" as TL
|
||||||
|
|
||||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //
|
#Include "Libs/Nadeo/ModeLibs/Common/Utils.Script.txt" as ModeUtils
|
||||||
// Constants
|
|
||||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //
|
|
||||||
#Const C_DebugMode_Version "2023-09-01"
|
|
||||||
#Const C_DebugMode_MainUI "DebugMode_MainUI"
|
|
||||||
|
|
||||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //
|
|
||||||
// Settings
|
|
||||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //
|
|
||||||
#Setting S_ScriptEnvironment "development"
|
#Setting S_ScriptEnvironment "development"
|
||||||
#Setting S_DebugLib_RestrictUIto "" as "Restrict UI Admin to comma separated logins (all if empty)"
|
|
||||||
|
|
||||||
***Match_LogVersions***
|
|
||||||
***
|
|
||||||
log("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
|
|
||||||
log("~~~~~~~~~~~~~ Starting DebugMode v" ^ C_DebugMode_Version ^ " ~~~~~~~~~~~~~");
|
|
||||||
log("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
|
|
||||||
log("~~ Launched at: "^ System.CurrentLocalDateText ^" ("^ System.CurrentTimezone ^")");
|
|
||||||
log("~~ Server version: "^ System.ExeVersion);
|
|
||||||
log("~~ TitlePack version: "^ TL::Split(" ", LoadedTitle.TitleVersion)[0]);
|
|
||||||
log("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
|
|
||||||
***
|
|
||||||
|
|
||||||
***Match_AfterLoadHud***
|
***Match_AfterLoadHud***
|
||||||
***
|
***
|
||||||
|
Loading…
Reference in New Issue
Block a user