Psychotps
5 years agoSeasoned Ace
Re: The Sims 4 CC Hair- Blonde Streaks Bug (FIX)
@jaylalee90 You can try deleting the game's cache files. That will cause those little pictures to regenerate. If you haven't done that, they wouldn't change like the in-game characters.
Just create a batch file in your "Documents\Electronic Arts\The Sims 4" folder and put this in it. Run it whenever you want to clear the game's cache:
@echo off
del localthumbcache.package /F /Q
del cache\*.cache /F /Q
del cachestr\*.* /F /Q
rd onlinethumbnailcache /S /Q
Just create a batch file in your "Documents\Electronic Arts\The Sims 4" folder and put this in it. Run it whenever you want to clear the game's cache:
@echo off
del localthumbcache.package /F /Q
del cache\*.cache /F /Q
del cachestr\*.* /F /Q
rd onlinethumbnailcache /S /Q