SpenserCai / LGS-Helper

Help you easily run games on SteamDeck, Ubuntu Linux distributions, including but not limited to: localization, unlocking DLC, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LGS-Helper

license go QQ Chat Group GitHub Repo stars Discord Server

LGS-Helper(Linux Game Script) A game tool under Linux written in Golang, designed to help linux gamers, steamdeck players to solve, localize, unlock and other functions under non-windows platforms.

Scripts

Script Detail
EA DLC UnLocker V2 - Linux Unocker EA DLC on Linux
FLiNGLauncher Fling Trainer on Linux

Build

You need go 1.19+ to build this project.

git clone https://github.com/SpenserCai/LGS-Helper.git
cd LGS-Helper
chmod +x build.sh
sh ./build.sh

then you will get the binary file in the release directory.

Usage

Clone Project

If you haven't got the project yet, you can get it through the following command and switch to the project directory:

git clone https://github.com/SpenserCai/LGS-Helper.git
cd LGS-Helper

Use EA DLC UnLocker V2 - Linux

cd release/scripts/EA
chmod +x ./EaUnLockV2
./EaUnLockerV2

Use FLiNGLauncher

cd release/scripts/FLiNGLauncher
chmod +x ./FLiNGLauncher
# Run Monster Hunter Rise Trainer,if you want force redownload the trainer,add -redown
./FLiNGLauncher -appid 1446780 

Other Game

If you have any localizations of games that unlock need to run on Linux or SteamDeck, feel free to file an issue!

Game name: xxxx
Type: Localized/Unlocked etc.
How to use it on win: https://xxxx

赞助项目

如果你觉得这个项目对你有帮助,可以通过以下方式赞助我,让我有动力继续维护这个项目。

微信
微信赞助

USDT(ETH):0xf33a3342558099DCD3C136cA6829B880d4933797

About

Help you easily run games on SteamDeck, Ubuntu Linux distributions, including but not limited to: localization, unlocking DLC, etc.

License:GNU General Public License v3.0


Languages

Language:Go 39.2%Language:Batchfile 37.1%Language:Shell 23.7%