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
find /path/to/game/Terrains/ -iname low -exec bash -c "rm {}" \;
Then perform the same command again, but for the medium textures or whichever you want to remove:
find /path/to/game/Terrains/ -iname medium -exec bash -c "rm {}" \;
If you're not comfortable with rm (and I can completely understand why) you can use "gio trash" instead and the files will instead be moved to your trash bin. Example:
find /path/to/game/Terrains/ -iname <texture size to trash here> -exec bash -c "gio trash {}" \;
You can also save yourself an additional ~150MiB in space if you go to /path/to/game/Strings/ and delete any folders for languages you don't intend to use. And go to /path/to/game/Videos/ENG/ and delete all VH_Logo, neocore_logo, and nvidia files.
Not only did this put my install size at 11.9GiB, but it also greatly sped up loading times.
Here is what i do to simplified the step
1. Search Low, Medium or High folder inside Van Helsing directory (Search for what folder you wish to delete)
2. Select the folder and press Delete
Deleted all High and Medium Textures in Common Textures, Terrains, Models folders.
Deleted all files inside Videos folder leaving just empty ENG folder.
Deleted _CommonRedist folder.
Deleted InstallUtils folder.
Install size = 5.86GB