Tidak Ada Deskripsi

JackEnx db7dc724ac Merge branch 'main' of https://github.com/hydralauncher/hydra into refactor/change-game-delete-to-soft-delete 4 bulan lalu
.github 5bb1f753a2 feat: adding onlinefix credentials 5 bulan lalu
docs 91b1341271 first commit 5 bulan lalu
images 91b1341271 first commit 5 bulan lalu
resources ed8b44c8c5 feat: add online fix as repacker 5 bulan lalu
src db7dc724ac Merge branch 'main' of https://github.com/hydralauncher/hydra into refactor/change-game-delete-to-soft-delete 4 bulan lalu
torrent-client 4876594720 build: add icon to client torrent exe 5 bulan lalu
.env.example 4654f14a99 chore: add onlinefix credentials to .env.example 5 bulan lalu
.eslintrc.js 91b1341271 first commit 5 bulan lalu
.gitignore 91b1341271 first commit 5 bulan lalu
.prettierrc.js 91b1341271 first commit 5 bulan lalu
LICENSE 91b1341271 first commit 5 bulan lalu
README.md 5f355f669c fix: revert unintentional changes 5 bulan lalu
forge.config.ts ff6c73b95b feat: add a modal to select game installation folder (pt and en translation) 5 bulan lalu
hydra-launcher.desktop 07ea2cdf70 build(linux): add .desktop config 5 bulan lalu
package.json 23433b6e46 chore: removing qs 5 bulan lalu
requirements.txt c151febfd2 build: add windows deps in requirements.txt 5 bulan lalu
tsconfig.json 91b1341271 first commit 5 bulan lalu
webpack.main.config.ts 91b1341271 first commit 5 bulan lalu
webpack.plugins.ts 91b1341271 first commit 5 bulan lalu
webpack.renderer.config.ts 91b1341271 first commit 5 bulan lalu
webpack.rules.ts 91b1341271 first commit 5 bulan lalu
yarn.lock 23433b6e46 chore: removing qs 5 bulan lalu

README.md

Hydra

Discord GitHub Actions Workflow Status GitHub package.json version

Hydra is a game launcher with its own embedded bittorrent client and a self-managed repack scraper. The launcher is written in TypeScript (Electron) and Python, which handles the torrenting system by using libtorrent.

Hydra Catalogue

Installation

Install Node.js

Ensure you have Node.js installed on your machine. If not, download and install it from nodejs.org.

Install Yarn

Yarn is a package manager for Node.js. If you haven't installed Yarn yet, you can do so by following the instructions on yarnpkg.com.

Clone the Repository

git clone https://github.com/hydralauncher/hydra.git

Install Node Dependencies

Navigate to the project directory and install the Node dependencies using Yarn:

cd hydra
yarn

Install Python 3.9

Ensure you have Python installed on your machine. You can download and install it from python.org.

Install Python Dependencies

Install the required Python dependencies using pip:

pip install -r requirements.txt

Environment variables

You'll need an SteamGridDB API Key in order to fetch the game icons on installation. If you want to have onlinefix as a repacker you'll need to add your credentials to the .env

Once you have it, you can paste the .env.example file and put it on STEAMGRIDDB_API_KEY, ONLINEFIX_USERNAME, ONLINEFIX_PASSWORD.

Running

Once you've got all things set up, you can run the following command to start both the Electron process and the bittorrent client:

yarn start

Build

Build the bittorrent client

Build the bittorrent client by using this command:

python torrent-client/setup.py build

Build the Electron application

Build the Electron application by using this command:

yarn make

Contributors

Made with contrib.rocks.

License

Hydra is licensed under the MIT License.