- Python script designed for linux to automate fetching of DLC id's for steam games and the installation of creamlinux automatically. Demo/Tutorial
- Automatically fetches and lists DLC's for selected steam game(s) installed on the computer.
- Automatically installs creamlinux and its components into selected steam games, excluding and handling specific config files.
- Provides a simple cli to navigate and operate the entire process.
python 3.x
requests
libraryzipfile
librarytqdm
>=4.65.0
- Clone the repo or download the script.
- Navigate to the directory containing the script.
- Run the script using python.
Use this one-line shell script.
git clone https://github.com/Novattz/creamlinux-installer;cd creamlinux-installer;python dlc_fetcher.py
- Cross reference dlc files and dlc id's. Incase dlc id's and dlc files differ in terms of quantity it will notify the user.
- Possibly add functionality to search for dlc files/automatically installing them.
- Add the possibility to install cream/smokeapi for games running proton.
- Check if the game already has dlc files installed
- Gui? (most likely not but ill see what i can do ¯_(ツ)_/¯ )
- Add checker for configs already applied to games. (i.e script will check for new dlc id's for already applied games.)
- Add a way to check if a game blocks LD_PRELOAD.
- Update/notifier if creamlinux itself is outdated.
- Open a issue and attach all relevant errors/logs.