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.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
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
-
Version 1.0.0 (AKI 3.7.0)
- JustNU
- 421 Downloads
MoxoPixel
Is it possible to code having the option to only clear cache for some items?
JustNU Author
not as far as i can see
FiveF
del /q /s "%LocalAppData%\Temp\Battlestate Games\*.*"
If someone want do in without mod.
JustNU Author
You can also clean temp files in aki launcher
FiveF
too complicated xd
Crackbone
Thank you this is so efficient.
helped me with reloading bundles.
ZenosBleed
So um...what exactly does this mod do? Correct me if I am wrong, thia mod fix infinite icon loading problem?
EarthyTeddy
it clears icons cache
ZenosBleed
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.
JustNU Author
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
ZenosBleed
Thanks good sir!