Zitat von kayteh
To celebrate my 100 star factor...
Kayteh‘s Daily Informational Seed
I‘ll explain the two step process of moving the GFACE/Warface game folder without problems (only works on Vista/7/8, the method for XP doesn‘t match this at all).
Step one: Navigate to C:\ProgramData\ and go ahead and cut that folder (that does NOT mean delete it!) Navigate to where you want to place it, and paste it in. Make note of where that folder is (as in, it‘s absolute path, i.e. "C:\Users\Kayteh\My Games\GFACE")
Step two: Open up a command prompt as admin and type in "cd C:\ProgramData\". Next, type in "mklink /D GFACE <new location>", obviously replacing the <new location> with the actual location.
If you want to use only the command prompt, here‘s the commands I used to move mine to another drive.
cd C:\ProgramData\
move GFACE Z:\
mklink /D GFACE Z:\GFACE