Tarkov Stash 0.11.3

Edit your stash items

For 3.8.1/2/3 download 0.11.x versions

For 3.8.0 download 0.10.x versions


[tabmenu]



  • Version 0.11.3

    For SPT 3.8.1/2/3

    - Fix an issue while loading images from the cache when the hash is found but the image is missing

    - Add ability to disable loading images from the cache

    - More errors should be handled in UI instead of loading forever

  • Version 0.11.2

    Only SPT 3.8.1

    - Fix a problem while loading multiple profiles

    - Fix infinite spinner when having lab cards in your stash

  • Version 0.11.1

    Only for 3.8.1:

    - Fixes an issue when adding presets

  • Version 0.11.0

    Download only for 3.8.1

    - Update header used for uncompressed api requests


    For 3.8.0: keep using the 0.10.x versions

  • Version 0.10.6

    v0.10.6

    - Fix an issue while loading images from the cache

    - adds a menu to disable loading images from the cache

    - now more errors should appear on UI if something goes wrong

    v0.10.5

    - Fix a problem reading labs cards

    v0.10.4

    - Fix not able to add item presets

    - Fix wrong profile loaded on screen when multiple have been loaded in the same session

    v0.10.2

    - Fix an issue when loading profiles with items missing StackObjectsCount

  • Version 0.10.1

    Few improvements:

    - when adding an item you can specify the amount so you don't have to find the item in your stash and change the amount. The default amount is the max allowed, ie: 500.000 for roubles

    - profiles that are not initialized are ignored

    - add a check that validates the server mod has the same version as the UI tool

  • Version 0.9.0

    Features:

    - items in your stash now load the images from your tarkov cache folder (it took me a while... but i guess nobody cares... :D) , so weapons with attachments should look better. If images are not found on the cache it should fallback to the default image. See screenshot from overview section.

    Fixes:

    - fix a problem with "Gear_MFAC_Equipment_PETTAN" mod items


    If you find any infinite spinner loader let me know, probably i broke something with the new images code, you can always rollback to previous version

    Remember to delete the previous mod from SPT/user/mods folder

  • Version 0.8.2

    - Fix stash size when using custom values from SVM

    Remember to delete the previous mod from user/mods folder

  • Version 0.8.1

    - Fix "durability missing" error when loading profiles with Realism mod

  • Version 0.8.0

    First iteration of supporting custom items

    Now it needs a server mod installed in your mods folder, unzip the content in your SPT folder

  • Item with id [6d9612bd11f5ebb65d9e36d5] has no location, can't parse this profile :(

    • please see message from JustCipher might be related, anyway somehow you have items in your stash that dont have location, ie: x and y positions are not there so the mod doesn't know where to draw the item.

  • panicked at src\ui_profile\ui_profile_serializer.rs:510:10:called `Option::unwrap()` on a `None` value

    • looks like some issue while calculating your stash size, are you using anything in particular about it?


      Can you also attach your profile here: https://codepaste.sp-tarkov.com ?

    • ye im using traveler actually, mb it's that

    • Yeah most likely is because of that, that mod is outdated and on top of that it changes your stash so I don't think i will be able to support it :(

  • Hey just curious if this current version supports 3.8.3?

    • I didnt have much free time lately to work on this, i will give it a try at some point today, my SPT is not yet even updated :D

    • i tested and it was working fine with 0.11.2 and SPT 3.8.3

    • Sounds great, thank you for such quick work!

  • Hey, I'm using SPT version 3.8.1 and mod version 0.11.2 with common problem of unending loading profile. I only have 1 profile and when trying to load I get following error in logs:

    Code
    [2024-05-16][19:26:06][INFO][app::utils::cache_utils] Loaded images cache file
    [2024-05-16][19:26:06][ERROR][app] Panic: PanicInfo { payload: Any { .. }, message: Some(called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }), location: Location { file: "src\\utils\\cache_utils.rs", line: 84, col: 10 }, can_unwind: true, force_no_backtrace: false }

    Do you have any idea how I could fix this error?

    • Thanks for the nice issue details!


      looks like there is an error trying to read your tarkov image cache folder

      I will create a fix for this, in the meantime you can delete your icon cache folder and try again:


      Press Win+R, then type %temp% and hit enter, then go to Battlestate Games -> Escape from Tarkov -> icon cache -> and delete everything in this folder.

    • You can also try the latest 0.11.3

      Thumbs Up 1
    • Hi, I tried using 0.11.3 without changing anything (except SPT version to latest 3.8.3) and it worked. Thank you for the assistance

      Thumbs Up 1
  • Using 3.8.1 and version 0.11.2, with unending load on profile selection

  • I am using SPT 3.8.0 and Tarkov-Stash-v0.10.4, when I try to load my profile the spinner just continuously spins. What is wrong?

  • Hello kind sir :)


    This mod allow to give myself items during a raid ( mid gameplay-raid ) ? Or maybe a future update could bring this idea to the light ? It would be amazing to do have any items you want without closing the game :)

    Heart 1
    • I agree that would be so cool, it happens to me millions of times that i forgot to bring Salewas :D


      i was also thinking about that, for that change i think a bepinx client mod is needed (right now adding items when the game is running doesn't make the item to appear, since the items are stored in the game memory) i would have to create a patch on Tarkov code to reload the user inventory and whatnot, unfortunately I never tried to create those kind of mods and right now i don't have time to investigate further.


      But if anyone here wants to help.... :)))

    • This is sad to see and hear ;(


      Maybe you can add a console commands mod that allow to add any items mid game...Idk what else to say.


      Well, we wait and see than :)


      Hopefully somebody will create this kind of mod soon :thumbup:


      Thank you for your answer :)


      Take care <3

    • i actually started investigating this.... a lot of new code for me.... so far i have nothing :D but i will see... i created a feature request here: https://github.com/angel-git/tarkov-stash/issues/151

    • This is amazing to see and hear, kind sir :)


      I'm so happy to see this being develop <3


      I wish you the best of luck, and can't wait to see great results :) You're the best <3

    • I managed to do something, you can check video here: https://github.com/angel-git/t…2#issuecomment-2105318165


      I have to first allow to edit items in your character and not only in your stash, that change is tracked here: https://github.com/angel-git/tarkov-stash/pull/146


      A lot of work... :)

  • spt 3.8.1 and tarkov stash 0.11.1

    • there is no tarkov stash 3.8.1 :)

    • can you restart the server and send me the logs of it? so i can see if the mod was loaded properly

  • bug all the time i run tarkov stash mesage appears tarkov stah is not installed in your spt\user\mods

    • which SPT version?

      which mod version?


      make sure you are running the latest version and the server logs says that the mod was loaded

  • Add Item works but Add Preset gives this error:

    invalid args `item` for command `add_preset`: missing field `amount`

  • Doesn't seem to be working with 3.8.1. Getting the error saying tarkov-stash isn't installed in the SPT folder

    aki server shows that the mod was loaded and shows the client request when i launch the executable but i still always get the error. I'm 99% sure i have the mod in the correct location. I even tried editing the name of my SPT folder from "SPTarkov" to "SPT" in case that was causing issues.

    • yes you are right, SPT server changed some api parameter, i will release soon

    • released!

    • Amazing! thank you!

    • you are welcome

      since you are here.... i'm looking for feedback... would you be interested if i would add this feature? https://github.com/angel-git/tarkov-stash/issues/141

    • While I think it would be useful to be able to see what items/weapons/equipment you have on your PMC instead of just the stash, i don't see it as a necessity for the mod. But if it's not too hard to implement, i think it would be a useful and appreciated addition.


      Personally i use the mod for QoL improvements. If im starting a fresh wipe i like to spawn in a few THICC/ medicine cases so i can organize my stash how i like it and so i dont have to deal with the early wipe fight for stash space. So would being able to see what's equipped on my PMC help/benefit me at all in this situation? No, not me personally.


      Hope that helps! And thanks again for the great mod!

  • Hi! I get infinite loading with this log.

    [WARN][tao::platform_impl::platform::event_loop::runner] NewEvents emitted without explicit RedrawEventsCleared

    [WARN][tao::platform_impl::platform::event_loop::runner] RedrawEventsCleared emitted without explicit MainEventsCleared

    [WARN][tao::platform_impl::platform::event_loop::runner] NewEvents emitted without explicit RedrawEventsCleared

    [WARN][tao::platform_impl::platform::event_loop::runner] RedrawEventsCleared emitted without explicit MainEventsCleared

    [INFO][app::utils::cache_utils] Loaded images cache file

  • lol it still aint working infinite spinning

    • strange, i can load it: https://imgur.com/a/Ch9E3Qu


      im running out of options, you sure you using the latest version?

    • Yea I clicked the latest upload in versions to ensure it's the right one

    • this is all i have open https://imgur.com/a/Rx8qlr0

    • oh you can't even load the profile list


      from the logs you shared before you had this:

      Profile: 662d38cc000318ae04085e60 took: 58.118899999997666ms to load.

      Profile: 6632160800028f435ef0d578 took: 0.5884000000005472ms to load.


      so you have 2 profiles, maybe the other one is breaking the code. As i said before can you send me both profiles? (you only sent me one of them)

    • oh that was my bad ok so i figured it out both profiles have to be actually menu played i just loaded the second profile as its never been used and it works fine now so i dont know if thats intentional or a bug

  • ok i get an error its saying its not installed in my mods folder but... thats bullshit i followed the instructions and i cant get it to work help?

    • when you start SPT server, do you see the message that the mod has been loaded?

    • yes but still does not work

    • can you make a screenshot of the server log with the message (maybe something else is written...)?

    • ok i got it to work i just had to reset my pc but now i have another problem the profiles wont


      this is my console log

      https://drive.google.com/file/…Xu5dzqus/view?usp=sharing

    • huh after reset works? strange :)))


      can you upload the same way both profiles?

  • it lets me open and stuff but when i click it load for 20 mins, (english isnt first language

    • which version? which item? can you upload your profile so i can try to reproduce the issue?

      thanks

  • Says stash size unknown. Can only see part of my stash. Stash was made bigger with SVM

    • can you upload your profile somewhere so i can take a look how SVM updated your stash size?

    • are you on discord? i can send it to you there

    • sure, same username as here

    • Here is a test mod with the fix, i couldn't test with SVM since my spt is not in shape to run those mods

      If it works for you i will release new version

      Don't forget to remove the previous mod from user/mods folder


      https://github.com/angel-git/t…5#issuecomment-2082349380

    • That worked!! :thumbup:

      Thumbs Up 1
  • I can't add items, cuz when I want to add items after pressing confirm it just keeps loading forever. (btw I don't mean items from any mods. I mean items that are in the live version)

    • sorry to hear that

      Can you try to reproduce once more and let me know which item was and upload your current profile in https://codepaste.sp-tarkov.com or pastebin or something similar so i can try to reproduce on my local computer?

    • I am having the same issue. Spinning wheel top right corner after trying to add an item to stash.

    • Which item?

    • T H I C C case, SR-25, MCX… I stopped trying after that

    • I couldn't add anything that was thermal. Also 90% of ammo didn't worked too.

  • Keeps saying "Loading Profile"

    been at it for like 15 mins

    • It probably crashed, it shouldn't take more than 2 seconds

      Could you upload your profile file in googledrive, pastebin or somewhere similar? So i can take a look why is crashing

    • Yeah its suddenly fine.

      Created a new profile and its working perfectly.

      Dont know what was the problem with that haha

      Thumbs Up 1
  • Very cool mod

    Heart 1
    • If you have any suggestion or improvements let me know!

    • The only thing I would like to see is support for custom items (from mods).

    • Supporting a custom item is easy to do, I would have to check what the other mod does and take it into account, supporting any custom item would be overwhelming and would take me so much time to test all possible scenarios... i don't have that much free time :-/


      As a workaround you can move your custom items to your player before running this app since i only load what's on your stash. If that's not good enough for you let me know and we will see what can we do :)

    • If I'm the only one who wants this, ignore this suggestion. But I do have A LOT of custom items every wipe I do. I can't move 100+ items to the player. I fully understand if you don't have time for making this happen.

    • ok i see your problem

      if you have a mod that, let's say, adds some custom weapon, would you like to somehow add that weapon through this mod? or would you just ignore those custom items and use the regular items?


      I'm asking this because i could try ignore custom items and still let you load your profile with some kind of warning that your profile might break and still be able to use this mod but i'm not sure if that would help you

      let me know :)

  • Am getting the following error when trying to open my profile:


    invalid type: floating point `1540.2`, expected u16 at line 6682 column 28


    No custom items, version 3.71, had been working just fine


    Any help appreciated!

    • Could you upload your profile in some website so i can see which item has that floating point?

      Thanks!

    • Sent you a message with the link

      Thumbs Up 1
    • Released 0.6.3

    • Thanks for the help!! Much appreciated!! I like the new style 🤙🏼

      Heart 1
  • It request WebView2. No info about this.

    Black window after open profile. I moved custom items to the characters. Maybe incompatible with RealismMod.

    • Webview2 should be installed in all "recent" windows 10/11 that's why i didnt mention, i hoped everyone is running that, sorry about that.

      Yeah realismMod is not compatible, if you could upload your profile somewhere i could take a look what items are not compatible and how to improve it.

      Thanks

    • I uninstalled WebView2 and Edge xd


      There is my Profile.

      I increased my stash. After testing, I noticed that the game has no problems when I have full stash and remove this mod.

    • im able to reproduce the issue, items are outside the max bounds of the stash, i guess is because the increased size of the stash, i will prepare some fix to ignore those.


      Out of curiosity, what happens to your items that are in the bottom when you remove the stash increase mod?

    • Stash will be reduced to the width/height of the outermost items.


      With each update, Stash will try to get smaller back to its original size in this way (depending on the selected edition on game during making profile and the Stash level in Hideout).

      Thumbs Up 1
    • Released 0.6.1 version, items outside the original stash bounds are ignored

  • If somebody want to use custom items, you should move them to your equipped items (ie: your backpack or primary/secondary weapon) that will make the mod to ignore those.

    • Do changed items also count as custom? For example containers with increased sizes? From my testing, it seems so.

    • If the mods keep the original item ID it might load the profile but adding items might put them in the wrong position and corrupt your profile.

      If the mod adds a new item ID then the profile won't load

      Either way it's definitely not supported :-/

  • When I try to open my profile, I get "invalid type: floating point `94.3174`, expected u16 at line 58682 column 24", I am using version 3.6.1, with no custom items.

    • Could you upload your profile file somewhere? like pastebin.com or something similar

    • Profile is bigger than the limit, any other upload sites?

    • google drive?

    • did you find any place to upload the profile?

  • It says "something went wrong" Item with id [892c8aee696d9d75debca93f] and template [58ac60eb86f77401897560ff] can't be read.

    • That normally means you have an item that is not default from tarkov, do you any mods that adds custom items? This mod is not compatible with those

    • no i dont. is it because this isn't compatible with the new 3.7.1 weapons like ak12 and PKM?

    • looks like item `58ac60eb86f77401897560ff` is something called "Balaclava_dev"

      Did you add this item with this mod?

      Also if you could paste your profile file in pastebin.com i can take a look why the item can't be read

  • choosing from the dropdown list is kinda dificult, and is not ordered, so is more dificult see all ..

    why you dont put the items dropdown list in a fixed list in the left , like explorer

    and more options when to choose the amount , some items like ammo, i cant add more

    than 20, i like to be able to add the number i want

    • i have some improvements coming on 0.5.0 about adding items, im not very fan of how it looks right now neither, that's why feedback is always welcome :) i will think about having some kind of explorer :)


      > i like to be able to add the number i want
      During my testing i allowed to add any number but after the first raid the ammo that had like 99999 would disappear, you would have to split it in smaller chunks before the raid.... so i decided to lock it to the max capacity per item

    • ah ok , thanks

    • but i will add order to the list ASAP!

    • Try version 0.4.0! i added sorting.

      Still thinking how to refactor that whole screen to make it prettier and more usable

      Thumbs Up 1
    • im go testing now, thanks bro with the effort

      Heart 1
  • it opens a profile ( created a new one for test) , dont show any error but the aplication remains open,

    dont crash but dont show anything , remains the same like is no opened profile


    AKI 3.7.0

    Tarkov Stash 0.2.3

    • mmmmm i actually never tried with a NEW profile, did you even run tarkov and set up your character voice and rest of settings or is just a really new clean profile?

    • i can confirm it doesn't work for newly fresh profiles, although i get some error on the screen, i will add a note that the profile must be set up first in tarkov game.

  • Still crashes upon trying to open profile, 0.20, 0.2.1, and 0.2.2. The backup is created just fine but crashes right after

    • can you upload your profile somewhere so i can test it ? thanks!

    • https://pastebin.com/d4UCCM8t

      Maybe its because of mod items? I just triple checked and your issues on github dont mention that being a problem nor does the description or readme

    • your profile is crashing because of some granades don't have the position in your stash... even after i fix that im getting the following error:


      Item with id [5a9cd392df69b2beb2d69d65] and template [HShieldEvade] can't be read


      So some custom items can't be parsed, i will try to update the code to ignore those items as this looks like a very common issue for a lot of people :)

    • That's weird cause the profile works fine in game though. At least you got some useful info

    • btw, which mod items are you using?

  • just crashes when I select profile

    • can you try the latest version 0.2.2?

    • Those vendors are not reputable and should be ignored.

    • When you say vendors, you mean this "mod author"?

    • Im talking about the anti virus vendors that flagged it.

    • I can confirm it's a false positive.

  • Also having an issue where the app just crashes after selecting profile. It does create a (profile).json.back.0 file but no other way to see any errors.

    • can you try the latest version 0.2.2?

    • When i use the new 0.2.2 File iot does load the prifile but it only shows up an error. Something went wrong: Item with id [IID#] and template [TIER1MEDKIT] can't be read.

      I know the Tier1Medkit is used for SPT Realism if that helps at all.

    • yeah, i don't support custom items for now... i added into the description, i iwll have to think about something how to deal with those, i have some idea but it will take few days.... sorry about that

    • Hey no worries! Im not too worried about it anyways. I most likely wouldn't have even used it, i just wanted to check it out haha