From 643c721adeb498c52733ffe9823cd317b75d73d5 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sun, 7 Jan 2024 20:25:52 +0300 Subject: [PATCH] update README.md --- PublicationContent/description.txt | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PublicationContent/description.txt b/PublicationContent/description.txt index 52b3500..d3dac56 100644 --- a/PublicationContent/description.txt +++ b/PublicationContent/description.txt @@ -54,7 +54,7 @@ Unfortunately I can't do anything about it because it's a game problem (not muta [h1]Setup (KFCTI.ini)[/h1] [list] -[*][b]bDisableItemLimitCheck[/b]: The original game does not support more than 256 trader items, adding items above this limit causes bugs. If this problem is solved (For example, if you are using a mutator that has already fixed this problem or by enabling [b]bApplyPatch[/b]) then it can be set [b]bDisableItemLimitCheck=True[/b] to remove the limit, otherwise it is better to leave it "[b]False[/b]". +[*][b]bDisableItemLimitCheck[/b]: The original game does not support more than 256 trader items, adding items above this limit causes bugs. If this problem is solved (For example, if you are using a mutator that has already fixed this problem or by enabling [b]bApplyPatch[/b]) then it can be set [b]bDisableItemLimitCheck=True[/b] to remove the limit, otherwise it is better to leave it [b]False[/b]. [*]Set [b]bApplyPatch=True[/b] to fix some base classes of the game: this fixes problems when adding more than 256 items to a trader and will allow players to sell weapons that have been removed from trader inventory. Note that enabling this parameter replaces the following classes: KFAutoPurchaseHelper, KFInventoryManager, KFGFxMenu_Trader, KFGFxObject_TraderItems. There may be compatibility issues with mutators that also replace them. diff --git a/README.md b/README.md index f3761de..b132a6c 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Trader inventory management - can preload weapon models (no lags when buying weapons); - unlock DLC weapons; - correct items sorting (by price); -- don't have to worry about adding new guns after each Tripware update; +- don't have to worry about adding new guns after each KF2 update; - add an unlimited number of items to the trader; -- sell weapons excluded from trader inventory. +- players can sell weapons excluded from trader inventory. ## Usage & Setup [See steam workshop page](https://steamcommunity.com/sharedfiles/filedetails/?id=2830826239)