Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems to only detect one Steam Library at a time. #3

Closed
Doctor-Dank opened this issue Aug 10, 2021 · 15 comments
Closed

Seems to only detect one Steam Library at a time. #3

Doctor-Dank opened this issue Aug 10, 2021 · 15 comments

Comments

@Doctor-Dank
Copy link

Seems to only detect one steam library at a time.

If you have multiple libraries over a few disks it wont detect more than one, and there appears to be no way to add them manually.

@Julian-MJK
Copy link

I'm having this issue as well, I have all my games on other drives, my main drive is the SSD I use for Windows and regular programs.
So please add an option to change the steam library path

@Adil3tr
Copy link

Adil3tr commented Aug 10, 2021

I am as well, steam is on my small boot drive and all my games are on other drives. I think a lot of people will have this issue since the most heavy games tend to be the largest in file size and more likely to be installed on larger secondary drives.

@MrDecepticon
Copy link

I have multiple steam library locations and none are on my system drive so this tool doesn't find any games at all.

@IkumaVR
Copy link

IkumaVR commented Aug 11, 2021

it looks as if I have this problem too

@tappi287
Copy link
Owner

Hi, thanks for reporting. I'll add an option to add custom paths. Still to narrow down the error could some of you please execute this in an command line:
REG QUERY "HKEY_CURRENT_USER\Software\Valve\Steam" /v SteamPath
Go to the path that is display, go into the subfolder "steamapps" and open the file "libraryfolders.vdf" with an editor and post the contents? That is where the app accquires the library paths.

@Altalus
Copy link

Altalus commented Aug 11, 2021

Here's mine. I have the same issue where my main boot SSD is not where I host the games. Oh, and a Linux option would be very cool for my 2nd rig :P

"libraryfolders"
{
	"contentstatsid"		"263799398697174331"
	"1"
	{
		"path"		"T:\\SteamLibrary"
		"label"		""
		"contentid"		"5877056926329381406"
		"totalsize"		"536870907904"
		"apps"
		{
		}
	}
	"2"
	{
		"path"		"D:\\SteamLibrary"
		"label"		""
		"contentid"		"3094077687235149111"
		"totalsize"		"2000381014016"
		"apps"
		{
			"225540"		"64613856054"
			"227300"		"12805956726"
			"244210"		"44949522749"
			"270880"		"7628018560"
			"378860"		"54160546915"
			"383120"		"9731286804"
			"440900"		"124291564423"
			"460930"		"75188144023"
			"491540"		"13469076080"
			"637650"		"112895080187"
			"739630"		"14581046533"
			"824000"		"4867453482"
			"870780"		"45986935160"
			"955610"		"3019585638"
			"979690"		"18762806333"
			"1080110"		"44637457963"
			"1088770"		"13759407891"
			"1250410"		"1162668728"
			"1358140"		"7070045884"
			"1702920"		"991221103"
		}
	}
	"3"
	{
		"path"		"E:\\SteamLibrary"
		"label"		""
		"contentid"		"5856589001625490079"
		"totalsize"		"6997044883456"
		"apps"
		{
		}
	}
}

@MrDecepticon
Copy link

Here is mine:

"libraryfolders"
{
"contentstatsid" "6097912234645402685"
"1"
{
"path" "D:\Steam"
"label" ""
"mounted" "1"
"contentid" "8306427544847174708"
}
"2"
{
"path" "E:\SteamLibrary"
"label" ""
"mounted" "1"
"contentid" "199981234394411589"
}
"3"
{
"path" "G:\SteamLibrary"
"label" ""
"mounted" "1"
"contentid" "5842206434768234257"
}
"4"
{
"path" "H:\Steam"
"label" ""
"mounted" "1"
"contentid" "8532326740667495451"
}
"5"
{
"path" "F:\SteamLibrary"
"label" ""
"mounted" "1"
"contentid" "3191096586056584520"
}
"6"
{
"path" "J:\SteamLibrary"
"label" ""
"mounted" "1"
"contentid" "6678138730270685123"
}
"7"
{
"path" "I:\SteamLibrary"
"label" "Games"
"mounted" "1"
"contentid" "8282238887055182029"
}
}

@tappi287
Copy link
Owner

Nice, thank you for the input. All my other machines use a different format inside the libraryfolders.vdf. This is fixed with 0.2.1

@MrDecepticon
Copy link

This still does not work. I downloaded 0.2.1, completely removed old version, installed 0.2.1 and it still does not see my libraries.

@Altalus
Copy link

Altalus commented Aug 11, 2021

I have to vote to also re-open this issue. I tested the new version but I still only see "SteamVR" as the only app listed.

@Doctor-Dank
Copy link
Author

Did not fix for me either @tappi287

@tappi287 tappi287 reopened this Aug 12, 2021
@tappi287
Copy link
Owner

Can you try this version and see if it works? It's quite painful that the Steam config files do not seem to follow the same rules on every system...
https://github.com/tappi287/openvr_fsr_app/releases/tag/0.2.2

@Doctor-Dank
Copy link
Author

Doctor-Dank commented Aug 12, 2021

Works for me! Pretty great experience to use now. Thank you.

@Altalus
Copy link

Altalus commented Aug 12, 2021

Just tested and it is fixed for me too now :) Thank you very much for the quick fix, much appreciated!

@tappi287
Copy link
Owner

Cool, then thanks for the report and continued testing. Closing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants