{"id":20855693,"url":"https://github.com/spensercai/lgs-helper","last_synced_at":"2025-05-16T03:02:13.785Z","repository":{"id":65643256,"uuid":"595396658","full_name":"SpenserCai/LGS-Helper","owner":"SpenserCai","description":"Help you easily run games on SteamDeck, Ubuntu Linux distributions, including but not limited to: localization, unlocking DLC, etc.","archived":false,"fork":false,"pushed_at":"2025-02-14T05:39:02.000Z","size":41673,"stargazers_count":424,"open_issues_count":4,"forks_count":20,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-05-16T03:01:43.907Z","etag":null,"topics":["dlc","flingtrainer","game","linux","proton","starcitizen","steam","steamdeck","the-sims-4","trainer","ubuntu","wine"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpenserCai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-31T01:40:29.000Z","updated_at":"2025-05-14T03:10:02.000Z","dependencies_parsed_at":"2024-06-19T22:45:39.026Z","dependency_job_id":"cbe6af99-ae70-4a95-b04f-2e26542a1807","html_url":"https://github.com/SpenserCai/LGS-Helper","commit_stats":{"total_commits":63,"total_committers":3,"mean_commits":21.0,"dds":0.06349206349206349,"last_synced_commit":"08ddbb9beff2384c2832c7204277c272c1479e9b"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpenserCai%2FLGS-Helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpenserCai%2FLGS-Helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpenserCai%2FLGS-Helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpenserCai%2FLGS-Helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpenserCai","download_url":"https://codeload.github.com/SpenserCai/LGS-Helper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459079,"owners_count":22074604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dlc","flingtrainer","game","linux","proton","starcitizen","steam","steamdeck","the-sims-4","trainer","ubuntu","wine"],"created_at":"2024-11-18T04:20:26.042Z","updated_at":"2025-05-16T03:02:13.764Z","avatar_url":"https://github.com/SpenserCai.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n * @Author: SpenserCai\n * @Date: 2023-01-30 17:53:03\n * @version: \n * @LastEditors: SpenserCai\n * @LastEditTime: 2023-02-04 01:20:53\n * @Description: file content\n--\u003e\n\u003cdiv align=\"center\"\u003e\n\n# LGS-Helper\n\u003cimg src=\"https://img.shields.io/github/license/SpenserCai/LGS-Helper?color=green\" alt=\"license\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/Go-1.19+-blue\" alt=\"go\"\u003e\n\u003ca href=\"https://jq.qq.com/?_wv=1027\u0026k=htcRNUvM\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/QQ%E7%BE%A4-246554357-blueviolet?style=flat-square\" alt=\"QQ Chat Group\"\u003e\n\u003c/a\u003e\n\u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/SpenserCai/LGS-Helper?style=social\"\u003e\n\u003ca href=\"https://discord.gg/3P7K6EzYRW\"\u003e\n    \u003cimg src=\"https://discordapp.com/api/guilds/1070553912156885203/widget.png?style=shield\" alt=\"Discord Server\"\u003e\n\u003c/a\u003e\n\nLGS-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.\n\n\u003c/div\u003e\n\n# Scripts\n\n  |                         Script                                       |                            Detail                         |\n  | :------------------------------------------------------------------: | :-------------------------------------------------------: |\n  |  \u003ca href=\"./scripts/EA\"\u003eEA DLC UnLocker V2 - Linux\u003c/a\u003e               |                 Unocker EA DLC on Linux                   |\n  |  \u003ca href=\"./scripts/FLiNGLauncher\"\u003eFLiNGLauncher\u003c/a\u003e                 |                 Fling Trainer on Linux                    |\n\n# Build\nYou need go 1.19+ to build this project.\n```bash\ngit clone https://github.com/SpenserCai/LGS-Helper.git\ncd LGS-Helper\nchmod +x build.sh\nsh ./build.sh\n```\nthen you will get the binary file in the `release` directory.\n\n# Usage\n## Clone Project\nIf you haven't got the project yet, you can get it through the following command and switch to the project directory:\n```bash\ngit clone https://github.com/SpenserCai/LGS-Helper.git\ncd LGS-Helper\n```\n## Use EA DLC UnLocker V2 - Linux\n\n```bash\ncd release/scripts/EA\nchmod +x ./EaUnLockV2\n./EaUnLockerV2\n```\n\n## Use FLiNGLauncher\n\n```bash\ncd release/scripts/FLiNGLauncher\nchmod +x ./FLiNGLauncher\n# Run Monster Hunter Rise Trainer,if you want force redownload the trainer,add -redown\n./FLiNGLauncher -appid 1446780 \n```\n\n# Other Game\nIf you have any localizations of games that unlock need to run on Linux or SteamDeck, feel free to file an issue!\n```md\nGame name: xxxx\nType: Localized/Unlocked etc.\nHow to use it on win: https://xxxx\n```\n\n# 赞助项目\n如果你觉得这个项目对你有帮助，可以通过以下方式赞助我，让我有动力继续维护这个项目。\n\n|                           微信                                         |\n| :-------------------------------------------------------------------: |\n| \u003cimg src=\"img/dashang.jpeg\" width=\"250\" height=\"250\" alt=\"微信赞助\" /\u003e |  \n\nUSDT(ETH)：0xf33a3342558099DCD3C136cA6829B880d4933797\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspensercai%2Flgs-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspensercai%2Flgs-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspensercai%2Flgs-helper/lists"}