1
0

update readme and description

This commit is contained in:
GenZmeY 2022-08-11 08:07:00 +03:00
parent 158c2b38a3
commit d2f9ee79ae
2 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
[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-ControlledVoteCollector[/img] [img]https://img.shields.io/steam/subscriptions/<STEAMID>[/img] [img]https://img.shields.io/steam/favorites/<STEAMID>[/img] [img]https://img.shields.io/steam/update-date/<STEAMID>[/img] [url=https://steamcommunity.com/sharedfiles/filedetails/changelog/<STEAMID>][img]https://img.shields.io/github/v/tag/GenZmeY/KF2-ControlledVoteCollector[/img][/url] [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-ControlledVoteCollector[/img] [img]https://img.shields.io/steam/subscriptions/2847465899[/img] [img]https://img.shields.io/steam/favorites/2847465899[/img] [img]https://img.shields.io/steam/update-date/2847465899[/img] [url=https://steamcommunity.com/sharedfiles/filedetails/changelog/2847465899][img]https://img.shields.io/github/v/tag/GenZmeY/KF2-ControlledVoteCollector[/img][/url]
[h1]Description[/h1] [h1]Description[/h1]
New vote collector with improvements and features. New vote collector with improvements and features.
@ -26,7 +26,7 @@ No. This mod is not whitelisted and will de-rank your server. Any XP gained will
[b]DownloadManagers=OnlineSubsystemSteamworks.SteamWorkshopDownload[/b] [b]DownloadManagers=OnlineSubsystemSteamworks.SteamWorkshopDownload[/b]
❗️ If there are several [b]DownloadManagers=[/b] then the line above should be the first ❗️ ❗️ If there are several [b]DownloadManagers=[/b] then the line above should be the first ❗️
[*]Add the following string to the [b][OnlineSubsystemSteamworks.KFWorkshopSteamworks][/b] section (create one if it doesn't exist): [*]Add the following string to the [b][OnlineSubsystemSteamworks.KFWorkshopSteamworks][/b] section (create one if it doesn't exist):
[b]ServerSubscribedWorkshopItems=<STEAMID>[/b] [b]ServerSubscribedWorkshopItems=2847465899[/b]
[*]Start the server and wait until the mutator is downloading; [*]Start the server and wait until the mutator is downloading;
[*]Add mutator to server start parameters: [b]?Mutator=CVC.CVCMut[/b] and restart the server. [*]Add mutator to server start parameters: [b]?Mutator=CVC.CVCMut[/b] and restart the server.
[/olist] [/olist]
@ -36,17 +36,17 @@ Config will be created at the first start.
[b][CVC.MapStat][/b] [b][CVC.MapStat][/b]
[list] [list]
[*]Set [b]bEnable=True[/b] to start collecting maps stats. The following information is collected: number of full rounds on the map, total time (minutes), average time (minutes). Statistics are stored in the [b]KFMapStats.ini[/b]. [*]Set [b]bEnable=True[/b] to start collecting maps stats. The following information is collected: number of full rounds on the map, total time (minutes), average time (minutes). Statistics are stored in the [b]KFMapStats.ini[/b]. To reset the statistics, delete [b]KFMapStats.ini[/b] and restart the server.
[*]Set [b]SortPolicy[/b] to sort the list of statistics. Possible values: [*]Set [b]SortPolicy[/b] to sort the list of statistics. Possible values:
[list] [list]
[*]CounterAsc [*][b]CounterAsc[/b]
[*]CounterDesc [*][b]CounterDesc[/b]
[*]NameAsc [*][b]NameAsc[/b]
[*]NameDesc [*][b]NameDesc[/b]
[*]PlayTimeTotalAsc [*][b]PlayTimeTotalAsc[/b]
[*]PlayTimeTotalDesc [*][b]PlayTimeTotalDesc[/b]
[*]PlayTimeAvgAsc [*][b]PlayTimeAvgAsc[/b]
[*]PlayTimeAvgDesc [*][b]PlayTimeAvgDesc[/b]
[/list] [/list]
[/list] [/list]

View File

@ -1,9 +1,9 @@
# Controlled Vote Collector # Controlled Vote Collector
[![Steam Workshop](https://img.shields.io/static/v1?message=workshop&logo=steam&labelColor=gray&color=blue&logoColor=white&label=steam%20)](https://steamcommunity.com/sharedfiles/filedetails/?id=<STEAMID>) [![Steam Workshop](https://img.shields.io/static/v1?message=workshop&logo=steam&labelColor=gray&color=blue&logoColor=white&label=steam%20)](https://steamcommunity.com/sharedfiles/filedetails/?id=2847465899)
[![Steam Subscriptions](https://img.shields.io/steam/subscriptions/<STEAMID>)](https://steamcommunity.com/sharedfiles/filedetails/?id=<STEAMID>) [![Steam Subscriptions](https://img.shields.io/steam/subscriptions/2847465899)](https://steamcommunity.com/sharedfiles/filedetails/?id=2847465899)
[![Steam Favorites](https://img.shields.io/steam/favorites/<STEAMID>)](https://steamcommunity.com/sharedfiles/filedetails/?id=<STEAMID>) [![Steam Favorites](https://img.shields.io/steam/favorites/2847465899)](https://steamcommunity.com/sharedfiles/filedetails/?id=2847465899)
[![Steam Update Date](https://img.shields.io/steam/update-date/<STEAMID>)](https://steamcommunity.com/sharedfiles/filedetails/?id=<STEAMID>) [![Steam Update Date](https://img.shields.io/steam/update-date/2847465899)](https://steamcommunity.com/sharedfiles/filedetails/?id=2847465899)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/GenZmeY/KF2-ControlledVoteCollector)](https://github.com/GenZmeY/KF2-ControlledVoteCollector/tags) [![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/GenZmeY/KF2-ControlledVoteCollector)](https://github.com/GenZmeY/KF2-ControlledVoteCollector/tags)
[![GitHub](https://img.shields.io/github/license/GenZmeY/KF2-ControlledVoteCollector)](LICENSE) [![GitHub](https://img.shields.io/github/license/GenZmeY/KF2-ControlledVoteCollector)](LICENSE)
@ -19,7 +19,7 @@ New vote collector with improvements and features.
- early kick protection. - early kick protection.
# Usage & Setup # Usage & Setup
[See steam workshop page](https://steamcommunity.com/sharedfiles/filedetails/?id=<STEAMID>) [See steam workshop page](https://steamcommunity.com/sharedfiles/filedetails/?id=2847465899)
# Build # 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. **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.