scripts/games/LoL/linux
2022-05-30 23:57:09 +07:00
..
garena_wrapper.sh feat: add garena_wrapper.sh 2022-05-30 23:57:09 +07:00
lol.py feat: add garena_wrapper.sh 2022-05-30 23:57:09 +07:00
README.md feat: add garena_wrapper.sh 2022-05-30 23:57:09 +07:00
sulaunchhelper2.py chore: rewrite directory name & feat: add lol sulaunchhelper2.sh 2022-05-30 20:12:39 +07:00
sulaunchhelper2.sh chore: rewrite directory name & feat: add lol sulaunchhelper2.sh 2022-05-30 20:12:39 +07:00
syscall_check.sh chore: rewrite directory name & feat: add lol sulaunchhelper2.sh 2022-05-30 20:12:39 +07:00

leagueoflinux scripts

sulaunchhelper2.sh

This script is a wrapper for sulaunchhelper2.py and syscall_check.sh, for use with Lutris pre-game launch script.

Installation

  • To install you must have sulaunchhelper2.py and syscall_check.sh present, if not you can execute these to quickly download them (to current directory):
curl -OL https://gitlab.com/tretrauit/scripts/-/raw/main/games/LoL/linux/sulaunchhelper2.py
curl -OL https://gitlab.com/tretrauit/scripts/-/raw/main/games/LoL/linux/syscall_check.sh
chmod +x sulaunchhelper2.py syscall_check.sh
  • Then to download sulaunchhelper2.sh itself:
curl -OL https://gitlab.com/tretrauit/scripts/-/raw/main/games/LoL/linux/sulaunchhelper2.sh
chmod +x sulaunchhelper2.sh
  • After that, copy all these files to the game prefix you want to use, then set pre-launch script in Lutris to where sulaunchhelper2.sh is located.
  • Enjoy your LoL experience :P

garena_wrapper.sh

This script automates the launching of lol.py (LoL in Garena client) so you don't have to manually do it ;)

Installation

Because this script is used in Lutris pre-game launch script, it also wrap syscall_check.sh. You also need to follow steps in lol.py repository to properly config your LoL prefix.

  • To install you must have lol.py and syscall_check.sh present, if not you can execute these to quickly download them (to current directory):
curl -OL https://raw.githubusercontent.com/nhubaotruong/league-of-legends-linux-garena-script/main/lol.py
curl -OL https://gitlab.com/tretrauit/scripts/-/raw/main/games/LoL/linux/syscall_check.sh
chmod +x sulaunchhelper2.py syscall_check.sh
  • Then to download garena_wrapper.sh itself:
curl -OL https://gitlab.com/tretrauit/scripts/-/raw/main/games/LoL/linux/garena_wrapper.sh
chmod +x garena_wrapper.sh
  • After that, copy all these files to the game prefix you want to use, then set pre-launch script in Lutris to where sulaunchhelper2.sh is located.
  • Enjoy your Garena LoL experience :P