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
If you've added this new folder and REMOVED the old one, it should work OK. If you can't remove the new one, then you can simply copy/paste manually all the data from the old folers to the new one and leave it at that.
Have you tried installing steam itself to ANOTHER drive and then just adding this foler under downloads as that usually fixes this.
Steam often has a hard time dealing with more than one install folder on the same drive.
If you have other drives to put the stuff on copy it over and then remove the one that Steam doesn't want to use. I know you have mods and such, but this is perhaps the cleanest way you're going to do it.
Open this file with Notepad: [Steam Installation]\config\libraryfolders.vdf
You'll see the entry for the path of the newly created Steam Library, e.g
"3"
{
"path" "D:\\SteamLibrary"
}
Replace it with previous Steam Library path (i.e. to the parent folder of steamapps folder).
Use double-backslashes if on Windows.
e.g. This is where your old Steam Library is and it's steamapps folder:
D:\Games\SteamLibrary\steamapps
Then this is what you'd change the path entry to in libraryfolders.vdf:
"path" "D:\\Games\\SteamLibrary"
Save the changes.
Reading your initial post again, it looks like rather than dealing with just a Steam Library (an additional Library), it's the Steam installation Library.
If it's the first library (index "0") then you need to add the previous one rather than overwrite the new. Library "0" is always the main Steam installation location.
Let me include how to add:
In libraryfolders.vdf file, before the last }, insert this:
"INDEX" {"path" "PATH-TO-OLD"}
Replace INDEX with the index of the last library in the file + 1
Replace PATH-TO-OLD with the directory you were entering in before
So if your file looks like
"0"
{
"path" "bla bla"
other data
}
"1"
{
data data
}
The index of the last library in the file is 1, so for the library you're gonna add, index is 2.
here is how it currently is. sorry for getting back to you so late.
"0"
{
"path" "F:\\Games\\steam"
"label" ""
"contentid" "7071093825777119709"
"totalsize" "0"
"update_clean_bytes_tally" "0"
"time_last_update_corruption" "0"
"apps"
{
"228980" "394985507"
}
Same steps, close Steam etc
At the end of the file, before the last }, paste in:
"1" {"path" "XXXXXX"}
Then the same process, replace XXXXXX with the path to the previous Steam library i.e. the parent folder of its steamapps folder. So for you that'll be your old Steam installation folder. Remember to use double-backslashes. Save & close and things should be OK.
so where do I paste in "1" {"path" "XXXXXX"}? Do I do this "0" ie old folder one and replace "F:\\Games\\steam" ?
e.g.
The path of 0 should be the location where you have Steam installed. Steam will set it, like you saw when Steam was undoing the replacement.
The path of 1 should be the old library.
I don't know if F:\Games\steam is the new or old folder. If it's the new/where you have Steam installed, then your file would follow what's in the box above, and you'd change the X's in the path of 1 to the old library.
If F:\Games\steam is the old library, run Steam so it'll correct the file. Then open the file and add "1" {"path" "F:\\Games\\steam"} at the end of the file but before the last }.
If stuck, let me know both directories and which is the old and which is the new.
So 0/F games is the new steam install location. The one with "1" right now is my other hard drive that also has steam games on it. So I'm trying to replace only "0" not "1".