Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Yea thats pretty much exactly what that cache is, all objects in the game have pre-baked lighting (as opposed to ray tracing) so its just for shaders essentially. If deleted it regenerates the cache. I used a syncronised folder link trick so was able to move that to the install drive instead of windows, for faster use.
Why on earth does this need to be on the C: drive? I haven't installed anything on this drive in years because of crap like this and now I'm still running out of room on it. While it's still an SSD I can't imagine it'd be better than being on the much-newer NVMe I installed the game onto which had, and still has, all the space in the world.
Symbolic link? Something else? I need to try it since this isn't the only game or program I have that thinks C: is the only place to put literally anything at all.
At least here it's just all one big file.
I just had the entire folder point to another drive:
1. Manually cut and paste the folders or files to the new drive/directory you want them to be in:
I chose this: "E:\Program Files (x86)\Steam\steamapps\common\WWE 2K22\WWE 2K22"
2. Make sure you delete the original files/folders:
In my case it was in "C:\Users\yourname\AppData\Local\WWE 2K22"
3. Re-create a new WWE 2K22 folder in same place:
In my case it was "C:\Users\yourname\AppData\Local\WWE 2K22"
4. From admin level command prompt run with the quotes:
mklink /J "C:\Users\yourname\AppData\Local\WWE 2K22" "E:\Program Files (x86)\Steam\steamapps\common\WWE 2K22\WWE 2K22"
5. Verify directory sizes, launch game.
Also putting Steam in a protected folder path like Program Files or Program Files(x86) is idiotic as well. Stop doing that.
edit: thought about it but auto-generated files probably don't need to be backed up.
Anyway I was able to get the above to work too, but step 3 is unnecessary and will cause a "cannot create a file when that file already exists" error from mklink.
Also I just put it in "(drive):\WWE 2K22" since there's no need to recreate the entire folder structure, just needs the link itself to be in the right place and then the folder with those files can be anywhere.