KeiranY / tarkov-bronzeman

Inspired by Gudi's OSRS gamemode of the same name, Bronzeman mode is a gamemode that requires players to have "earned" an item through normal means before being able to purchase it.
The Unlicense
0 stars 2 forks source link
bronzeman eft escape-from-tarkov mod spt-aki sptarkov tarkov

Bronzeman Mode for Singleplayer Tarkov

Inspired by Gudi's OSRS gamemode of the same name, Bronzeman mode is a gamemode that requires players to have "earned" an item through normal means before being able to purchase it.

Upon installing this mod you'll notice that the traders are no longer willing to sell you anything. Once you've successfully completed a raid you will "unlock" all of the items you've extracted with, and will now be able to purchase them from traders.

Installation

  1. Download the latest release.
  2. Extract to the folder user/mods/ in the same folder as your SPT-AKI install.
  3. Edit the config.json to your liking, configuration options listed below.

Configuration items

unlocks.raidRunThrough, if true allows you to unlock items even if the raid was a "Run Through".

unlocks.raidDeath, if true allows you to unlock items even if you died/were MIA.

unlocks.inventory, if true will unlock any items already in your player inventory.

unlocks.quests, if true unlocks any items receieved as quest rewards.

unlocks.foundInRaidOnly, if true will only unlock "Found in raid" items. Affects both raids and inventory unlocks.

hideItems, if true will remove locked items from trader inventories, if false will set their stock to 0 instead.

allTraders, if true all traders (include those from mods) are affected, otherwise use the next option.

traders, a list of trader IDs to restrict. _Default traders can be found in Aki_Data\Server\database\traders_

includeRagfair, if true will also restrict the flea market/ragfair.

ignoreCategories, contains a list of settings that make whole catagories of items available without being unlocked.

ignoreItems, items that can be purchased without being unlocked, useful for quest items i.e. the MS200 marker.

requireUnlockComponents, if true you'll have to have unlocked every item on a weapon, in a bag, etc. in order to purchase it.

debug, if true will display additional debug information in the AKI Server window and in user/logs.

Changelog

1.1.2

Fixes:

1.1.1

Fixes:

1.1.0

Features:

1.0.0

Features:

0.2.0

Features:

0.1.1

Bugfix:

0.1.0

Features:

0.0.4

Bugfix:

0.0.3

Bugfix:

0.0.2

Added additional logging:

[INFO] Loading: Bronzeman : v0.0.2

[INFO] [bronzeman] Removing trades for trader 54cb50c76803fa8b248b4571

[INFO] [bronzeman] Removed 123 locked trades

[INFO] [bronzeman] Removing flea market offers

[INFO] [bronzeman] Removed 529 locked offers

0.0.1

Initial version