From 247eef02aa95bdc7a07e75600975cd49a1ee5b55 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Fri, 2 Sep 2022 15:29:52 +0300 Subject: [PATCH] update build tools --- .gitignore | 2 ++ builder.cfg | 11 ++++++++++- tools | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..80643f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.psd +/ignore \ No newline at end of file diff --git a/builder.cfg b/builder.cfg index 132aeaa..b4f8285 100644 --- a/builder.cfg +++ b/builder.cfg @@ -11,6 +11,15 @@ StripSource="True" PackageBuildOrder="CTI" +### 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="KFGameContent.KFGameInfo_Endless" +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