First version

This commit is contained in:
2021-01-31 13:13:35 +03:00
parent 1697284b69
commit 67b37fab6c
12 changed files with 354 additions and 1 deletions

View File

@ -0,0 +1,20 @@
[img]https://raw.githubusercontent.com/GenZmeY/KF2-TAWOD/master/PublicationContent/mutbanner.png[/img]
[h1]Description:[/h1]
[i]A small mutator that forces players to throw all their weapons on death (not just the current weapon as in the game by default). [/i]
[h1]The mutator is not whitelisted![/h1]
You will not gain experience for playing with this mutator.
[h1]Usage (server):[/h1]
[b]Note:[/b] If you don't understand what is written here, read the article [url=https://wiki.killingfloor2.com/index.php?title=Dedicated_Server_(Killing_Floor_2)][u]Dedicated Server (KF2 wiki)[/u][/url] before following these instructions.
1. Open your PCServer-KFEngine.ini / LinuxServer-KFEngine.ini;
2. Add the following string to the [OnlineSubsystemSteamworks.KFWorkshopSteamworks] section:
[code]ServerSubscribedWorkshopItems=2379769040[/code]
3. Start the server and wait while the mutator is downloading;
4. Add the following line to the startup parameters and restart the server:
[code]?Mutator=TAWOD.TAWODMut[/code]
[h1]Sources:[/h1]
[url=https://github.com/GenZmeY/KF2-TAWOD][u]Github[/u][/url] (GNU GPLv3)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 731 KiB

View File

@ -0,0 +1 @@
Mutators

View File

@ -0,0 +1 @@
Throw All Weapons On Dead (TAWOD)