- Sep 6, 2019
- 19
- 69
You can try with a symbolic link:Is it possible to change the install directory for the Art Pack? I sure as hell have no 4gig to spare on my System Drive, where the user profile is located.
- Move the "Strive for Power 2" or "Strive" folder from the appdata directory to another drive where you have enough place
- Open a command prompt as admin (required to create a symbolic link) and change the directory to the appdata folder (cd %appdata%)
- Then, create a symlink with the following command: mklink /D "Strive for Power 2" "E:\somewhere\Strive for Power 2"
Alternatively, you can use ln -s if you are on linux/mac instead of windows
Disclaimer: I have not tried, but it should work. If this does not work, you can remove the symlink and move back the folder.
Last edited: