From 989ac33966e924c16b7ad90e25436933da0e0b32 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Mon, 11 Jul 2022 10:03:00 +0300 Subject: [PATCH] update build tools --- build.cfg | 16 ---------------- test.cfg => builder.cfg | 27 ++++++++++++++++++++++++--- tools | 2 +- 3 files changed, 25 insertions(+), 20 deletions(-) delete mode 100644 build.cfg rename test.cfg => builder.cfg (52%) diff --git a/build.cfg b/build.cfg deleted file mode 100644 index c707833..0000000 --- a/build.cfg +++ /dev/null @@ -1,16 +0,0 @@ -# Build parameters - -# If True - compresses the mutator when compiling -# Scripts will be stored in binary form -# (reduces the size of the output file) -StripSource="True" - -# Mutators to be compiled -# Specify them with a space as a separator, -# Mutators will be compiled in the specified order -PackageBuildOrder="StartWave" - -# Mutators that will be uploaded to the workshop -# Specify them with a space as a separator, -# The order doesn't matter -PackageUpload="StartWave" diff --git a/test.cfg b/builder.cfg similarity index 52% rename from test.cfg rename to builder.cfg index 94abdc4..0e6c2d9 100644 --- a/test.cfg +++ b/builder.cfg @@ -1,7 +1,28 @@ -# Test parameters +### Build parameters ### + +# If True - compresses the mutator when compiling +# Scripts will be stored in binary form +# (reduces the size of the output file) +StripSource="True" + +# Mutators to be compiled +# Specify them with a space as a separator, +# Mutators will be compiled in the specified order +PackageBuildOrder="StartWave" + + +### Steam Workshop upload parameters ### + +# Mutators that will be uploaded to the workshop +# Specify them with a space as a separator, +# The order doesn't matter +PackageUpload="StartWave" + + +### Test parameters ### # Map: -Map="KF-Outpost" +Map="KF-Nuked" # Game: # Survival: KFGameContent.KFGameInfo_Survival @@ -22,7 +43,7 @@ Difficulty="0" # 4 waves: 0 # 7 waves: 1 # 10 waves: 2 -GameLength="2" +GameLength="0" # Mutators Mutators="StartWave.StartWave" diff --git a/tools b/tools index ce574c2..2f173aa 160000 --- a/tools +++ b/tools @@ -1 +1 @@ -Subproject commit ce574c29ed77ba8f9dfaf1ef23235c9d2c0c89b3 +Subproject commit 2f173aad7a6f4578574764801136a0d86e830653