Last active
April 7, 2020 18:09
-
-
Save mplorentz/148d2010a75ba32d7ad0 to your computer and use it in GitHub Desktop.
How to clear the cache in Civilization V
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On Windows: | |
Remove contents of C:\Documents and Settings\YOUR_COMPUTER_NAME\Application Data\My Games\Sid Meier's Civilization 4\cache | |
On OS X: | |
Remove contents of /Users/[your_user_name]/Documents/Aspyr/Sid Meier's Civilization 5/cache/ | |
On Linux: | |
Remove contents of ~/.local/share/Aspyr/Sid Meier's Civilization 5/cache/ | |
Then have Steam verify the integrity of the Game Cache: | |
1. Open Steam | |
2. Click Library | |
3. Right-click on Sid Meier's Civilization V | |
4. Click Properties | |
5. Click the "Local Files" tab | |
6. Click "Verify Integrity of Game Cache" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you, man! 👍