From 7e3cc9071e1628721edd7652b01f986228ceab98 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Fri, 2 Sep 2022 13:32:39 +0300 Subject: [PATCH] update build tools --- AAL/Classes/AALMut.uc | 2 +- AAL/Classes/AdminList.uc | 2 +- builder.cfg | 11 ++++++++++- tools | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/AAL/Classes/AALMut.uc b/AAL/Classes/AALMut.uc index d5d3923..feb79a6 100644 --- a/AAL/Classes/AALMut.uc +++ b/AAL/Classes/AALMut.uc @@ -54,7 +54,7 @@ public function NotifyLogout(Controller C) Super.NotifyLogout(C); } -DefaultProperties +defaultproperties { } \ No newline at end of file diff --git a/AAL/Classes/AdminList.uc b/AAL/Classes/AdminList.uc index 198232f..efe7945 100644 --- a/AAL/Classes/AdminList.uc +++ b/AAL/Classes/AdminList.uc @@ -68,7 +68,7 @@ private static function bool IsUID(String ID, E_LogLevel LogLevel) { `Log_TraceStatic(); - return (Locs(Left(ID, 2)) ~= "0x"); + return (Left(ID, 2) ~= "0x"); } private static function bool AnyToUID(OnlineSubsystem OS, String ID, out UniqueNetId UID, E_LogLevel LogLevel) diff --git a/builder.cfg b/builder.cfg index ac19eb7..0de802e 100644 --- a/builder.cfg +++ b/builder.cfg @@ -11,6 +11,15 @@ StripSource="True" PackageBuildOrder="AAL" +### Brew parameters ### + +# Packages you want to brew using @peelz's patched KFEditor. +# Useful for cases where regular brew doesn't put *.upk inside the package. +# Specify them with a space as a separator, +# The order doesn't matter +PackagePeelzBrew="" + + ### Steam Workshop upload parameters ### # Mutators that will be uploaded to the workshop @@ -30,7 +39,7 @@ Map="KF-Nuked" # Endless: KFGameContent.KFGameInfo_Endless # Objective: KFGameContent.KFGameInfo_Objective # Versus: KFGameContent.KFGameInfo_VersusSurvival -Game="AAL.restore KFEditor.ini from backup" +Game="KFGameContent.KFGameInfo_Survival" # Difficulty: # Normal: 0 diff --git a/tools b/tools index 2f173aa..3efdb9f 160000 --- a/tools +++ b/tools @@ -1 +1 @@ -Subproject commit 2f173aad7a6f4578574764801136a0d86e830653 +Subproject commit 3efdb9f4d13cb730264cf17498ed1e1ee908934c