Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
GenZmeY committed Jan 4, 2024
1 parent a4d8c86 commit dc0809c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions PublicationContent/description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
[*]can preload weapon models (no lags when someone buys weapons);
[*]unlock DLC weapons;
[*]correct items sorting (by price);
[*]don't have to worry about adding new guns after each KF2 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.
[/list]

[h1]Whitelisted?[/h1]
Expand Down Expand Up @@ -49,7 +51,11 @@ Unfortunately I can't do anything about it because it's a game problem (not muta

[h1]Setup (KFCTI.ini)[/h1]
[list]
[*]Set [b]bPreloadContent=True[/b] to load weapon models in advance and have no lags during the game.
[*][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 then it can be set [b]bDisableItemLimitCheck=True[/b], otherwise it is better to leave it "[b]False[/b]".

[*]Set [b]bApplyPatch=True[/b] to fix some base classes of the game allowing you to sell removed weapons and add an unlimited number of items to the trader.

[*]Set [b]bPreloadContent=True[/b] to load weapon models in advance and have no lags during the game. In some cases (usually if there is a lot of custom content), enabling preload can cause models to disappear. It is recommended to test how this setting affects the game for your server configuration and then decide whether to enable preloading or not.

[*]Set [b]bOfficialWeaponsList=True[/b] to have an auto-updated list of all official weapons in the config (for a convenient copy-paste).

Expand Down

0 comments on commit dc0809c

Please sign in to comment.