Steam/Family Sharing

From Omnia
Jump to navigation Jump to search

sfs-select

SFS-SELECT - a small tool to manage Steam Family Sharing :: Steam Family Sharing - https://steamcommunity.com/groups/familysharing/discussions/1/3068621701744549116/

Old:

sfs-select - a small tool to chose which library to use :: Steam Family Sharing - http://steamcommunity.com/groups/familysharing/discussions/0/540736965953254153/

# http://www.unix-ag.uni-kl.de/~t_schmid/sfs-select/
https://www.unix-ag.uni-kl.de/~t_schmid/sfs-select/

It works great!

Installation

Install Python 3.4:

# python-3.4.3.msi
python-3.11.2-amd64.exe

Install Python Dependencies:

# pip install --upgrade pip  # threw some errors?
python.exe -m pip install pip --upgrade
pip install psutil
# pip install pyside  # maybe replaced with pyqt5 which is new req in v5?
pip install PyQt5

Extract sfs-select:

# https://www.unix-ag.uni-kl.de/~t_schmid/sfs-select/sfs-select-0.2.4-full.7z
# https://www.unix-ag.uni-kl.de/~t_schmid/sfs-select/sfs-select-0.3.0-full.7z
# https://www.unix-ag.uni-kl.de/~t_schmid/sfs-select/sfs-select-0.3.2-full.7z
https://www.unix-ag.uni-kl.de/~t_schmid/sfs-select/sfs-select-0.4.0-full.7z

Run:

python3 sfs-select.py

You can then change priority and disabled/enable accounts.

Steam Path:

C:\Program Files (x86)\Steam

sfs-settings.json:

{
    "autoquit": false,
    "autorestart": false,
    "autostart": false,
    "namecache": {
        "content": {},
        "fallback": {},
        "time": 1676841512.6498337
    },
    "order": [],
    "steampath": "C:/Program Files (x86)/Steam",
    "steampath2": "C:/Program Files (x86)/Steam\\"
}