From d2f9ee79ae8adab06b25fed729b22f93edfc02e4 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Thu, 11 Aug 2022 08:07:00 +0300 Subject: [PATCH] update readme and description --- PublicationContent/description.txt | 22 +++++++++++----------- README.md | 10 +++++----- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/PublicationContent/description.txt b/PublicationContent/description.txt index f9cd34b..01f4543 100644 --- a/PublicationContent/description.txt +++ b/PublicationContent/description.txt @@ -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/[/img] [img]https://img.shields.io/steam/favorites/[/img] [img]https://img.shields.io/steam/update-date/[/img] [url=https://steamcommunity.com/sharedfiles/filedetails/changelog/][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] 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] ❗️ 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): -[b]ServerSubscribedWorkshopItems=[/b] +[b]ServerSubscribedWorkshopItems=2847465899[/b] [*]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. [/olist] @@ -36,17 +36,17 @@ Config will be created at the first start. [b][CVC.MapStat][/b] [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: [list] -[*]CounterAsc -[*]CounterDesc -[*]NameAsc -[*]NameDesc -[*]PlayTimeTotalAsc -[*]PlayTimeTotalDesc -[*]PlayTimeAvgAsc -[*]PlayTimeAvgDesc +[*][b]CounterAsc[/b] +[*][b]CounterDesc[/b] +[*][b]NameAsc[/b] +[*][b]NameDesc[/b] +[*][b]PlayTimeTotalAsc[/b] +[*][b]PlayTimeTotalDesc[/b] +[*][b]PlayTimeAvgAsc[/b] +[*][b]PlayTimeAvgDesc[/b] [/list] [/list] diff --git a/README.md b/README.md index 850d0e0..c27c58c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # 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=) -[![Steam Subscriptions](https://img.shields.io/steam/subscriptions/)](https://steamcommunity.com/sharedfiles/filedetails/?id=) -[![Steam Favorites](https://img.shields.io/steam/favorites/)](https://steamcommunity.com/sharedfiles/filedetails/?id=) -[![Steam Update Date](https://img.shields.io/steam/update-date/)](https://steamcommunity.com/sharedfiles/filedetails/?id=) +[![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/2847465899)](https://steamcommunity.com/sharedfiles/filedetails/?id=2847465899) +[![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/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](https://img.shields.io/github/license/GenZmeY/KF2-ControlledVoteCollector)](LICENSE) @@ -19,7 +19,7 @@ New vote collector with improvements and features. - early kick protection. # Usage & Setup -[See steam workshop page](https://steamcommunity.com/sharedfiles/filedetails/?id=) +[See steam workshop page](https://steamcommunity.com/sharedfiles/filedetails/?id=2847465899) # 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.