3 Commits

Author SHA1 Message Date
8e40a01e48 server-side 2022-08-16 10:56:43 +03:00
466a49fc22 update description 2022-07-11 09:06:30 +03:00
e72c2ddc4c update build tools 2022-07-11 09:06:18 +03:00
4 changed files with 22 additions and 24 deletions

View File

@ -1,20 +1,23 @@
[img]https://raw.githubusercontent.com/GenZmeY/KF2-TAWOD/master/PublicationContent/mutbanner.png[/img] [img]https://img.shields.io/static/v1?logo=GitHub&labelColor=gray&color=blue&logoColor=white&label=&message=Open Source[/img] [img]https://img.shields.io/github/license/GenZmeY/KF2-TAWOD[/img] [img]https://img.shields.io/steam/favorites/2379769040[/img] [img]https://img.shields.io/steam/update-date/2379769040[/img] [url=https://steamcommunity.com/sharedfiles/filedetails/changelog/2379769040][img]https://img.shields.io/github/v/tag/GenZmeY/KF2-TAWOD[/img][/url]
[h1]Description:[/h1] [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] [i]A small server-side 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] [h1]Whitelisted?[/h1]
You will not gain experience for playing with this mutator. No. This mod is not whitelisted and will de-rank your server. Any XP gained will not be saved.
[h1]Usage (server):[/h1] [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. [b]Note:[/b] [i]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.[/i]
[olist]
1. Open your PCServer-KFEngine.ini / LinuxServer-KFEngine.ini; [*]Open your [b]PCServer-KFEngine.ini[/b] / [b]LinuxServer-KFEngine.ini[/b];
2. Add the following string to the [OnlineSubsystemSteamworks.KFWorkshopSteamworks] section: [*]Find the [b][IpDrv.TcpNetDriver][/b] section and make sure that there is a line (add if not):
[code]ServerSubscribedWorkshopItems=2379769040[/code] [b]DownloadManagers=OnlineSubsystemSteamworks.SteamWorkshopDownload[/b]
3. Start the server and wait while the mutator is downloading; ❗️ If there are several [b]DownloadManagers=[/b] then the line above should be the first ❗️
4. Add the following line to the startup parameters and restart the server: [*]Add the following string to the [b][OnlineSubsystemSteamworks.KFWorkshopSteamworks][/b] section (create one if it doesn't exist):
[code]?Mutator=TAWOD.TAWODMut[/code] [b]ServerSubscribedWorkshopItems=2379769040[/b]
[*]Start the server and wait while the mutator is downloading;
[*]Add mutator to server start parameters: [b]?Mutator=TAWOD.TAWODMut[/b] and restart the server.
[/olist]
[h1]Sources:[/h1] [h1]Sources:[/h1]
[url=https://github.com/GenZmeY/KF2-TAWOD]https://github.com/GenZmeY/KF2-TAWOD[/url] (GNU GPLv3) [url=https://github.com/GenZmeY/KF2-TAWOD]https://github.com/GenZmeY/KF2-TAWOD[/url] [b](GNU GPLv3)[/b]

View File

@ -22,13 +22,8 @@ A small mutator that forces players to throw all their weapons on death (not jus
5. The compiled files will be here: 5. The compiled files will be here:
`C:\Users\<USERNAME>\Documents\My Games\KillingFloor2\KFGame\Unpublished\BrewedPC\Script\` `C:\Users\<USERNAME>\Documents\My Games\KillingFloor2\KFGame\Unpublished\BrewedPC\Script\`
# Usage (Server) # Usage
1. Open your PCServer-KFEngine.ini / LinuxServer-KFEngine.ini; [See steam workshop page](https://steamcommunity.com/sharedfiles/filedetails/?id=2379769040)
2. Add the following string to the [OnlineSubsystemSteamworks.KFWorkshopSteamworks] section (create one if it doesn't exist):
`ServerSubscribedWorkshopItems=2379769040`
3. Start the server and wait while the mutator is downloading;
4. Add the following line to the startup parameters and restart the server:
`?Mutator=TAWOD.TAWODMut`
# Bug reports # Bug reports
If you find a bug, create new issue here: [Issues](https://github.com/GenZmeY/KF2-TAWOD/issues) If you find a bug, create new issue here: [Issues](https://github.com/GenZmeY/KF2-TAWOD/issues)

View File

@ -1,4 +1,4 @@
[Flags] [Flags]
AllowDownload=True AllowDownload=False
ClientOptional=False ClientOptional=False
ServerSideOnly=False ServerSideOnly=True

2
tools

Submodule tools updated: 02222cf453...2f173aad7a