Clear Icon Cache 1.0.0 (AKI 3.7.0)

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.

BepInEx plugin that auto cleans tarkov's icon cache folder on game start, useful for modders that work with bundles.

THIS (AND MY OTHER MODS) WILL NOT GET UPDATED ANYMORE ON ACCOUNT ME (JustNU) LEAVING THE SPT-AKI COMMUNITY

ALL OF MY MODS ARE UNLICENCE AKA PUBLIC DOMAIN, SO ANYONE WHO WISHES TO UPDATE/IMPROVE/TAKE OVER THE DEVELOPMENT IS FREE TO DO SO

I HAVE ALSO UPDATED SOURCE ENTRY FOR EVERY MOD OF MINE, IN CASE YOU WANT THE GITHUB REPOS

Clears icon cache located at

%temp%\Battlestate Games\EscapeFromTarkov\Icon Cache
on game start, if specific option is enabled, useful for modders who are constantly changing a mesh or texture of specific item and need to regenerate icon cache constantly

has 3 separate options for
items
clothing
player trading icon

  • Is it possible to code having the option to only clear cache for some items?

    • not as far as i can see

      Thumbs Up 1
  • del /q /s "%LocalAppData%\Temp\Battlestate Games\*.*"

    If someone want do in without mod.

    • You can also clean temp files in aki launcher

    • too complicated xd

      Thinking 1
  • Thank you this is so efficient. <3

    helped me with reloading bundles.

  • So um...what exactly does this mod do? Correct me if I am wrong, thia mod fix infinite icon loading problem?

    • it clears icons cache

    • Well that really doesn't explain anything for me, ram clear i can understand, but this I don't really understand what it will actually affect the game.

    • Icon are generated once per item, and saved into a temp folder "Icon Cache"
      If you're a modder who constantly messes with bundles, be it retexture or new meshes, you have to constantly clear temp files/icon cache because of this, or you will not see your new update icon
      this mod allows you to auto clean that folder on game start

      this is not meant for regular users, and regular users do not benefit from this mod at all

    • Thanks good sir!