diff --git a/apps/Lutris/README.md b/apps/Lutris/README.md index d1e6e27..3eee7ce 100644 --- a/apps/Lutris/README.md +++ b/apps/Lutris/README.md @@ -17,10 +17,18 @@ chmod +x preloader.sh + Enjoy :L ## `discord_rpc.sh` -Launch winediscordrpcbridge.exe, to be able to get Discord Rich Presence on Wine applications on the specified prefix. +Launch `winediscordrpcbridge.exe`, to be able to get Discord Rich Presence on Wine applications on the specified prefix. ### Installation -+ To download `discord_rpc.sh` itself: ++ To install you must have `winediscordrpcbridge.exe` present, if not you can download latest version by executing +```sh +curl -OL https://github.com/0e4ef622/wine-discord-ipc-bridge/releases/latest/download/winediscordipcbridge.exe +``` +or use my build (latest commit: `master/9d56418`) +```sh +curl -OL https://github.com/teppyboy/releases/releases/download/git%2B0e4ef622%2Fwine-discord-ipc-bridge%2Bmaster%2F9d56418/winediscordipcbridge.exe +``` ++ Then to download `discord_rpc.sh` itself: ```sh curl -OL https://gitlab.com/tretrauit/scripts/-/raw/main/apps/Lutris/discord_rpc.sh chmod +x discord_rpc.sh diff --git a/games/LoL/linux/README.md b/games/LoL/linux/README.md index 740dce0..04be8fb 100644 --- a/games/LoL/linux/README.md +++ b/games/LoL/linux/README.md @@ -2,7 +2,7 @@ ## `sulaunchhelper2.sh` This script is a wrapper for `sulaunchhelper2.py` for use with Lutris pre-game launch script. ### Installation -> This script no longer wrap `syscall_check.sh`, if you need to execute that script alongside this one, I recommend you to take a look at [preloader.sh](../../../apps/Lutris#preloadersh) +> This script no longer wraps `syscall_check.sh`, if you need to execute that script alongside this one, I recommend you to take a look at [preloader.sh](../../../apps/Lutris#preloadersh) + To install you must have `sulaunchhelper2.py` present, if not you can execute these to quickly download them (to current directory): ```sh @@ -23,8 +23,8 @@ chmod +x sulaunchhelper2.sh ## `garena_wrapper.sh` This script automates the launching of [lol.py](https://github.com/nhubaotruong/league-of-legends-linux-garena-script) (LoL in Garena client) so you don't have to manually do it ;) ### Installation -> This script no longer wrap `syscall_check.sh`, if you need to execute that script alongside this one, I recommend you to take a look at [`preloader.sh`](../../../apps/Lutris#preloadersh) -If you do plan to use `preloader.sh` then I **highly recommend you** to **disable logging**, because **lol.py and `preloader.sh` will log your token to ./preloader/preloader_garena_wrapper.sh.log if you keep it enabled**, hence your account may get compromised. +> This script no longer wraps `syscall_check.sh`, if you need to execute that script alongside this one, I recommend you to take a look at [`preloader.sh`](../../../apps/Lutris#preloadersh) +If you plan to use `preloader.sh` then I **highly recommend you** to **disable logging**, because **lol.py and `preloader.sh` will log your token to ./preloader/preloader_garena_wrapper.sh.log if you keep it enabled**, hence your account may get compromised. You need to follow steps in `lol.py` repository to properly config your LoL prefix. + To install you must have `lol.py` present, if not you can execute these to quickly download them (to current directory):