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
Open a command line in your Windows Documents folder: start - > execute cmd
Then in the console type: cd c:\users\<your windows user name>\Documents
and press enter.
Now create the link: type in the console:
mklink /d "Trackmania United" e:\<the path where you have stored your Trackmania United documents>
Make sure to have the same name as before for the link name in the Windows Documents.
Of course Trackmania should not be running during this operation.
Huh? What should I do? I'll try moving the folder out of there and link it, then move it back.
If you want co create a link with some name, there should not be anymore a file or folder there with that name anymore in the folder where the link will start.
Before:
c:\user\Jack Foxtrot\Documents\Trackmania United\...
You now move the folder Trackmania United to e:\MyGameData\Trackmania United
So in Documents there is no folder Trackmania United anymore
Now you can create the link inside c:\user
mklink /d "c:\user\Jack Foxtrot\Documents\Trackmania United" "e:\MyGameData\Trackmania United"
And you might need to start cmd using administrator rights.
I only gave examples how it could work, not a concrete path because I don't know your system... assuming you only copied what I wrote above ;-)