Saria Shop 1.4.0

A new trader to help you in the early game and beyond.

Saria will sell you gear from her stock of military surplus that are either quest locked, or stuck behind a higher loyalty level...for a high price of course. But such is the way of Tarkov.


Just unzip into your SPT directory and it should follow the proper pathing. If not, just drop the SariaShop folder into you User/Mods. :thumbup:


Huge thank you to Drakia, Eresh, CJ, and Baron for all the help getting me pointed in the right direction! kanalove


If you like what I'm doing and want to buy me a coffee to support my totally non-existent caffeine addiction this is my ko-fi https://ko-fi.com/djlang  animefingerdancing

  • Version 1.4.0

    Changelog

    • Added in a config option to set all assort stacks to 999999.
    • Added in an option to remove the money spent requirement for loyalty levels.
    • Added in an option to remove the level requirement for loyalty levels.
    • Changed version in the package so it won't scream when 3.8.1 drops

    That's all for now, back to the void animefingerdancing

  • Version 1.3.0

    Bumped to 3.8.0, yay animefingerdancing

  • Version 1.2.0

    Added a backup assort folder. One has the default assort and the other is for use with SariasCustomArmory and SariasV308.

    It removes lots of the armor and weapons from the default for balance purposes but you do you.

    The assort thats set up right out of download is the default one so if you want to replace it just go into the "Backupassorts" folder, copy the assort file, and replace the one in the db folder lolipanic


    Outside of that I just updated package and added two alternative trader pictures. They're both in their own folders inside of the res folder and if you want to replace it you just need to copy and replace the one in the res folder. animefingerdancing

  • Version 1.1.3

    Just some pricing adjustments but no big changes kanawow

  • Version 1.1.2

    Fixed some backend code issues and changed how mods that put items in the shop are added. Also added "aaa" to the shop name so make sure it loads before any items being added to the shop!

    Huge thank you to Pettan for pointing out some issues to me and guiding me in fixing them kanalove


    ONLY COMPATIBLE WITH THE NEWEST RELEASE OF ONYX CONTAINER BY ROZERMA! ANY PRIOR VERSIONS OF THAT MOD WON'T SHOW UP IN THE SHOP SO MAKE SURE TO UPDATE BOTH IF YOU'RE PLANNING ON USING THEM TOGETHER

  • Version 1.1.1

    Added a couple items, removed injectors
    Tweaked some things I think, idk kanawow
    Also fixed the Hexgrid/HPC costs :thumbup:

  • Version 1.1.0

    3.7.0 Release

  • Version 1.0.6

    Rebalanced pricing across the board and added a few more items to the shop. Probably some other stuff to but I can't remember :kannatiredofthis:

  • Version 1.0.5

    Re-re-tweaked the secure case costs.
    Added Bcp Fmj to LL1 since it's not very nice to let you buy a gun that you can't get ammo for ;(

  • Version 1.0.4

    Removed insurance availability to remove the server errors ||
    It shouldn't be causing problems if you use the previous version but figured I'd put this here just in case. I didn't intend to give her insurance anyways.

  • Price mk47 broken

  • Hello, some of your items are throwing some errors in console, just thought I would relay them. I assume all the items are yours, but I don't know for sure.


  • Hello, was wondering if there was a way for me to obtain a "Waist bag" to trade in for the alpha if i installed the trader later in the run? I just don't want to lose my progress on my Z2H.

  • Hi, how do I set up this mod so that I can buy all the items at once, and that there is no limit on the quantity

    • There's a config in the mod folder with an option to do that

    • But I changed the indicators in the config from false to true and nothing has changed

    • My bad forget to restart aki.server

      Thumbs Up 1
    • Are you using Realism or something else that modifies stock count?
      Turning on the unlimited stack count option sets everything to 999999 for me

  • Heyy so im using ChooChoo-TraderModding-1.2.0 and it doesn't show attachments from your trader unless i add the customTraderId. What's the ID?

  • i really like this trader ngl it helped me alot ty 👍👍

    Heart 1
  • Noticed that the dockets cases will eat roubles. I loaded about 10000 before the raid and found about 1000 during the raid when exited case had no roubles.

    • I don't touch any items in game outside of adding them to the shop so if that's happening it wouldn't be this mod

  • EIther I installed the mod wrong, in that case I am sorry for this outburst

    However I was promised surplus and this is what I got. This is just straight up false advertising and just one more OP trader mod to the pile AMmLIB8.png

    • it's all because of spt realism

  • Yo bud. I love this trader! Is there a way to change the price of items? I saw in one of the posts, you say to modify the Assort.json file in DB folder but my DB folder doesn't have that .json file. :(

    • Hey mate, I changed the format for the shop as of the 3.8 update so it all loads from the ts files as opposed to an assort.json

      Much easier for me to work with personally but I'm planning on adding both the stock count modifier and an item cost multiplier into a config for the next update

      Heart 1
    • Awesome. Thanks for the quick reply :) For now, I'll just keep grinding to make enough cash for the cases :P

    • Am I blind or did the latest update still not let us choose the cost of the money for specific trades? :P

      Or will that be the NEXT update? :) lol

    • Oh yeah, forgot about that aquadesperate

      I knew I was missing something but the comment page was being a nightmare before I posted lmao.

      I'm going to put in a multiplier for rouble based purchases but modifying single purchases specifically would still require editing the .ts files

      Sorry mate haha

      Thumbs Up 1
    • Yeah, I played with the TS file and found the ID code for Kappa and I added it as a separate item sold for just roubles :)

  • sorry to be a noob but what version is for 3.7.6? Thanks!!

  • Tried a workaround as it throws a out of stock on some weapons. What I did was

    Go to [mods\aaaSariaShop\src\Trader\Items] and edit LoyalLevel1.js and edit

    .addStackCount(this.randomUtil.randInt(0, 10)) to

    .addStackCount(this.randomUtil.randInt(1, 10))

    might as well edit all of it from level 1 to 4 so it wont throw errors.

    • If you're going to edit the mod files at all you want to change the .ts not the .js

      The js is compiled at runtime from the ts file so if you only change the js it'll just be overwritten

    • oh okay. I'll look into it when I had a chance! Thanks!

      Thumbs Up 1
    • I'm going to put in a config option for unlimited stack count at some point as well soon

      Heart 1
    • Thank you very much for your hard work!

  • Anyone figure out the out of stock issue with her weapons?

    • Go to [mods\aaaSariaShop\src\Trader\Items] and edit LoyalLevel1.js and edit

      .addStackCount(this.randomUtil.randInt(0, 10)) to

      .addStackCount(this.randomUtil.randInt(1, 10))

      might as well edit all of it from level 1 to 4 so it wont throw errors.

    • You mean LoyalLevel1.ts, right? :P As the OP told you on April 15th :)

  • Hello i don't know if its a bug or feature but Saria shop always seem to be out of stock or very low on supplies please answer if you can

  • Is there a way to change the loyalty level for it to be on 4 already? Would like to buy some black tip 556 ammo for fun but dont want to grind the rep

    • From what I can see, you can go to the mod folder and go to "db" and modify the base.json file to change the level of each level :)

  • Is there anyway to change the restocking time?

  • Some items are always out of stock or sold in very limited quantities, making them inconvenient to use :3 (For example, there is a cool gun, but you can't buy it)

    • oh i found it! go to [mods\aaaSariaShop\src\Trader\Items] and edit LoyalLevel1234.js. Great!

  • Hello, there are several guns that are always out of stock, is there anything that needs to be done for them to be stocked?

  • como modificar los precios y las cantidades de los iten de la tienda que en esta version no me sale

    • They are all in the LoyaltyLevel typescript files

  • Hello. I replaced the Store icon (picture), but the same picture remained in the game. How to fix it?

    Thanks in advance

    Google translation

    • delete profile and create again. don't forget to rename to the same name and the same format

    • You dont need to and generally shouldn't touch your profile.

      Open your aki launcher, click the gear in the top right and clear cache. New icon should be there next time you play the game

  • How do I either remove the arm bands or stop them from being able to store items?

  • I am just curious, Why is it 25m to level this up to level 2?

  • Does this trader increase in level?

  • hi, how can I add items to the trader?

  • Did you clumsily add a bunch of custom traders and FUCKED yourself from accessing them all?

    Then maybe you should use the Trader Scrolling Mod

    Animation.gif?ex=65359528&is=65232028&hm=a4275792e573790966a089c63cd4d8c04de6f595164431c26e2bb6e4c8f0f221&

    Heart 1
  • If you, like me, are not that partial to anime in your Tarkov, here's an alternate trader pic I generated with Midjourney. To use download and rename as Saria.jpg. Go to the mod's folder and then into the res folder. Backup or rename the current Saria.jpg and copy this file into its place. You may need to clear temp files in the SPT launcher before it shows up. Enjoy!


    yBq3dns.jpeg

    Thumbs Up 1
    • Thank you!

      Thumbs Up 1
    • I added this in the newest release as an alternate pic.


      Thanks for the idea, I forget people aren't as big a weeb as me :hehecute:

      Thumbs Up 1
    • No problem DJLang!

    • I..I can fix her xD

      Happy 1
  • Hey there o/ First of all, great mod. However at level 3 Saria offers the Epsilon container for a trade of 20 million Roubles... and a Gamma container. I feel like that is not intended. Also, the Gamma container requires the Beta container. I assume that is supposed to be the Epsilon. Just wanted to point that out. Thanks for a great mod.

    • I thought I had changed the cost of the containers to be much lower (roubles wise) so I'll give that a look but the Gamma being required for Epsilon was intended.

      Since Epsilon is a quest requirement I weighted it higher than the Gamma even though the Gamma does have 1 extra slot. However you can change it yourself in Sarias assort if you think it should be the other way around. You'll just have to switch the ID's in the Barter Scheme section I believe:thumbup:

      Thumbs Up 1
  • If im not planning in using the ONYX CONTAINER mod, Should it still work without it or should I be using Version 1.1.1?

    • Version 1.1.1 should be fine but the case is still baked into the shop so it could cause some issues?
      Version 1.1.2 changed how the shop works with custom items so you wont have any issues trying to run it by itself .

      I will be putting out an update in an hour or so though to fix some prices so I'd just use that version if you're on 3.7.0 or 3.7.1 :thumbup:

    • ok, thank you

      Thumbs Up 1
  • it keeps saying its not compatible with the current version of aki but i just downloaded the new aki a few minuets ago any suggestions?

    • Just updated the release on github, should fix it now

    • idk what im doing wrong but it keep saying the same thing >_>

    • I'm not sure honestly. You're using the newest version of SariaShop and Aki 3.7.1 correct?
      It shouldn't give you problems even if it's saying that on the server but I'll look into it too.

  • Hello keep running into the same issue that im missing a json file. ive tried the previous version and im getting the same issue. any idea on a fix for this

    • Usually the error for "missing package.json" is due to the mod folder being dropped into another folder.

      Just open up the SariaShop folder and make sure there isn't a user/mods folder or something inside of it.

    • That worked thank you <3

      Heart 1
  • Windows Defender says that the newest version is a virus?

    • I'm not sure what's throwing the flag for windows there. But as I said in an earlier comment, you're free to run it through virus total or build it from the source code if you'd prefer :thumbup: