tappi287 / openvr_fsr_app

Management Gui for OpenVR FSR PlugIn
MIT License
366 stars 10 forks source link

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

Closed Doctor-Dank closed 2 years ago

Doctor-Dank commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

IkumaVR commented 2 years ago

it looks as if I have this problem too

tappi287 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

Did not fix for me either @tappi287

tappi287 commented 2 years ago

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 commented 2 years ago

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

Altalus commented 2 years ago

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

tappi287 commented 2 years ago

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