fixed paradox launcher, removed zenity gui

This commit is contained in:
Onni Kukkonen
2022-11-20 22:12:40 +02:00
parent 966a030d88
commit 16f0a99a60
8 changed files with 324 additions and 135 deletions

View File

@@ -2,7 +2,7 @@
CreamApi clone for Linux.
## Support
This should work for any linux native steam title that doesn't block LD_PRELOAD, except unity games.
This should work for any linux native steam title that doesn't block LD_PRELOAD.
## Tested games
- Hearts Of Iron IV
@@ -10,9 +10,10 @@ This should work for any linux native steam title that doesn't block LD_PRELOAD,
- PAYDAY 2
## Usage
0. You will need the actual files for DLC in the game. Creamlinux does not and _will not_ auto-download anything.
1. Download the [latest](https://github.com/20PercentRendered/creamlinux/releases/latest/download/creamlinux.zip) release of Creamlinux.
2. Unzip it and copy the files to the game's directory
3. Set the game's steam launch params to `CREAM_SIMPLE=1 sh ./cream.sh %command%`.
3. Set the game's steam launch params to `sh ./cream.sh %command%`.
4. If you have your own cream_api.ini, copy the DLC lines to Creamlinux's cream_api.ini in the game directory.
5. Launch your game and have fun!
@@ -38,7 +39,6 @@ If you want to load `cream_api.ini` from a specific path, specify the path with
If the game you want to test isn't supported, use `CREAM_GAME_NAME` to specify the game executable's name.
`CREAM_SIMPLE` is used to skip the launcher popup. This variable may need to be removed for hoi4.
## Credits
[pulzed](https://github.com/pulzed) for [mINI](https://github.com/pulzed/mINI)(ini.h)