The Cat Burglar 1.0.1

Please do not ask when mod authors will update their mods to 3.9.X
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.

Every key(and keycard) in all of Tarkov for sale at a reasonable and balanced price for a no flea playthrough.

Ever had your no flea playthrough completely ruined by Tarcone Director's key and not been able to find a solution that doesn't feel like cheating or isn't backdoor bandit? Well fear not! The Cat Burglar is here to solve those problems, he sells every key and keycard at a fair and balanced price with no silly loyalty requirements. If you feel like his prices are unreasonable(too high OR too low) just open config.json and edit the "itempricemultiplier" line as you please(1 is 1x multiplier, you can set this to a non whole number like 2.3 if you want 230% or 0.2 if you want 20% prices as well)

  • Was "no flea playthrough" an intentional pun because he's a cat?

  • I'm getting this error with this mod and when I delete it the error is gone.
    The game loads the mod and the trader is shown and the keys!

    Code
    ModLoader: Error when loading async mod: Unable to find trader: CatBurglar in database
    Error: Unable to find trader: CatBurglar in database
        at DatabaseService.getTrader (C:\snapshot\src\services\DatabaseService.ts:306:19)
        at TraderHelper.getHighestSellToTraderPrice (C:\snapshot\src\helpers\TraderHelper.ts:482:53)
        at Function.updatePrices (C:\Games\Escape from Tarkov\user\mods\zzDrakiaXYZ-LiveFleaPrices\src\mod.ts:134:50)
        at Mod.postDBLoadAsync (C:\Games\Escape from Tarkov\user\mods\zzDrakiaXYZ-LiveFleaPrices\src\mod.ts:46:24)
        at PostDBModLoader.executeModsAsync (C:\snapshot\src\loaders\PostDBModLoader.ts:51:60)
        at PostDBModLoader.onLoad (C:\snapshot\src\loaders\PostDBModLoader.ts:26:13)
        at App.load (C:\snapshot\src\utils\App.ts:51:13)
    • This error occured because you have a custom load order that doesn't include this trader, so it is being loaded AFTER Drakia's Live Flea Prices mod. make sure if you do have an order.json that this mod is loaded BEFORE Live Flea Prices or it will fail to find my trader because it hasn't been loaded yet.

      Thumbs Up 1
    • Thx, that helped!