A monorepo build using pnpm and turborepo, which encapsulates multiple interdependent projects for valorant.
This is port/rewrite of the OG project VALORANT Rank Yoinker which is originally written in python.
- Download vRYjs.exe from releases
- Put in a separate folder because software generates temporary helper folder and files.
- Run and Enjoy!
- All steps from
Usage for Noobs
- Download file
config.yaml
from here - Place
config.yaml
in the same folder as vRYjs.exe - Use your creativity to customize the file using the guide below.
config.yaml was called plugins.yaml for vRYjs version 0.6.1 and below.
# Disable a plugin
# Example: sort-by-level: false
plugin-name: false
# Enable a plugin
# Example: team-spacer: true
plugin-name: true
# Enable a plugin with flags
# Example: player-weapons: [Odin]
# if plugin supports single flag
plugin-name: [flag]
# if plugin supports multiple flags
plugin-name: [flag1, flag2, flag3]
Prerequisites
- node >=18.12
Running from source
- Clone the repo
git clone https://github.com/tanishqmanuja/valo-kit.git
- Cd to the cloned repo folder
cd valo-kit
- Enable pnpm if not yet enabled
corepack enable
corepack prepare pnpm@latest --activate
- Install Dependencies
pnpm i
- Build the Monorepo
pnpm build
- Start vRYjs
cd vry-js
pnpm start
- Package vRYjs (optional)
Do this if you want to make your own executable file
pnpm package
The file will be located at ./vry-js/bin/vRYjs-{version}.exe
- AntiVirus Programs
Some antivirus vendors mark .exe file generated using@vercel/pkg
as trojan. This is a false positive. Still if you dont trust the executable provided in release, you can build your own or run from the source.
Reference Issues:
A helper library built to provide authentication and http requests support for remote/local valorant api.
Give a ⭐️ if this project helped you!
THIS PROJECT IS NOT ASSOCIATED OR ENDORSED BY RIOT GAMES. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc. Whilst effort has been made to abide by Riot's API rules; you acknowledge that use of this software is done so at your own risk.