From 3ba6962f2872f4f9c8b36f560470eea6eab0679f Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Mon, 11 Jul 2022 10:05:00 +0300 Subject: [PATCH] update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 100677c..f6527f5 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ It is designed to be compatible with every mutator and wave-based gamemode, and **Note:** If you want to build/test/brew/publish a mutator without git-bash and/or scripts, follow [these instructions](https://tripwireinteractive.atlassian.net/wiki/spaces/KF2SW/pages/26247172/KF2+Code+Modding+How-to) instead of what is described here. # Build +**Note:** If you want to build/test/brew/publish a mutator without git-bash and/or scripts, follow [these instructions](https://tripwireinteractive.atlassian.net/wiki/spaces/KF2SW/pages/26247172/KF2+Code+Modding+How-to) instead of what is described here. 1. Install [Killing Floor 2](https://store.steampowered.com/app/232090/Killing_Floor_2/), Killing Floor 2 - SDK and [git for windows](https://git-scm.com/download/win); 2. open git-bash and go to any folder where you want to store sources: `cd ` @@ -40,7 +41,7 @@ Open git-bash in the source folder and run command: `./tools/builder -t` (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). # Bug reports If you find a bug, go to the [issue page](https://github.com/GenZmeY/KF2-StartWave/issues) and check if there is a description of your bug. If not, create a new issue.