Update build tools

This commit is contained in:
GenZmeY 2022-03-03 20:48:02 +03:00
parent bf4b6954ea
commit c1bc9cf7cc
4 changed files with 24 additions and 19 deletions

View File

@ -51,7 +51,7 @@ Open git-bash in the ServerExt source folder and run command:
`./tools/builder -t` `./tools/builder -t`
(or `./tools/builder -ct` if you haven't compiled the mutator yet) (or `./tools/builder -ct` if you haven't compiled the mutator yet)
A local single-user test will be launched with parameters from `test.cfg` (edit this file if you want to test mutator with different parameters). A local single-user test will be launched with parameters from `builder.cfg` (edit this file if you want to test mutator with different parameters).
# Using and configuring ServerExt # Using and configuring ServerExt
A detailed manual is available on the [mod page](https://steamcommunity.com/sharedfiles/filedetails/?id=2085786712) in the steam workshop. A detailed manual is available on the [mod page](https://steamcommunity.com/sharedfiles/filedetails/?id=2085786712) in the steam workshop.

View File

@ -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="ServerExt ServerExtMut"
# Mutators that will be uploaded to the workshop
# Specify them with a space as a separator,
# The order doesn't matter
PackageUpload="ServerExt ServerExtMut"

View File

@ -1,4 +1,25 @@
# 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="ServerExt ServerExtMut"
### 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="ServerExt ServerExtMut"
### Test parameters ###
# Map: # Map:
Map="KF-Nuked" Map="KF-Nuked"

2
tools

@ -1 +1 @@
Subproject commit ce574c29ed77ba8f9dfaf1ef23235c9d2c0c89b3 Subproject commit 8dfe215998be7947d85872fe9d85848926f56583