All Projects → colinhartigan → valorant-skin-manager

colinhartigan / valorant-skin-manager

Licence: MIT license
better valorant inventory management

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to valorant-skin-manager

valclient.py
valorant client api wrapper
Stars: ✭ 45 (-59.46%)
Mutual labels:  valorant, valorant-api
WAIUA
"Who Am I Up Against?" (WAIUA) is a Valorant app that lets you see ranks, recent games, skins of players and more, all in and before a live match.
Stars: ✭ 155 (+39.64%)
Mutual labels:  valorant, valorant-api
valorant.js
This is an unofficial NodeJS library for interacting with the VALORANT API used in game.
Stars: ✭ 48 (-56.76%)
Mutual labels:  valorant, valorant-api
ValorantStoreChecker-discord-bot
Valorant Utility Bot
Stars: ✭ 154 (+38.74%)
Mutual labels:  valorant, valorant-api
unofficial-valorant-api
Unofficial VALORANT API using the VALORANT Ingame API
Stars: ✭ 152 (+36.94%)
Mutual labels:  valorant, valorant-api
Valorant-Zone-Stats
View your VALORANT performance in different areas of every map in the game!
Stars: ✭ 72 (-35.14%)
Mutual labels:  valorant, valorant-api
Valbot
A Valorant AFK XP Farmer.
Stars: ✭ 46 (-58.56%)
Mutual labels:  valorant
KannaKamuiBot
A multipurpose bot for fun, emotes, anime, utility, music, nsfw, valorant, moderation, and welcome/leave messages.
Stars: ✭ 64 (-42.34%)
Mutual labels:  valorant
Valorant-External-Cheat
[ DEDECTED ] Valorant trigger bot with python pillow library.
Stars: ✭ 45 (-59.46%)
Mutual labels:  valorant
Monotone-HWID-Spoofer
Custom Created Hardware ID Spoofer to Bypass Hardware or IP Bans
Stars: ✭ 145 (+30.63%)
Mutual labels:  valorant
valorant.py
Complete Python interface for the Valorant API. Works right out of the box!
Stars: ✭ 84 (-24.32%)
Mutual labels:  valorant
Coloraimbot-CSharp
A simple Coloraimbot for any Game coded in C# - with additional features
Stars: ✭ 81 (-27.03%)
Mutual labels:  valorant
ValorantRichPresence
VALORANT Discord Rich Presence written in Python.
Stars: ✭ 16 (-85.59%)
Mutual labels:  valorant
Recon-Bolt
A growing SwiftUI app to let you view your Valorant data.
Stars: ✭ 39 (-64.86%)
Mutual labels:  valorant
valorant-api
A NodeJs wrapper for the Riot VALORANT API
Stars: ✭ 51 (-54.05%)
Mutual labels:  valorant
valorant-stats
Valorant statistics bot built with Discord.js using MongoDB
Stars: ✭ 29 (-73.87%)
Mutual labels:  valorant
VALORANT-rank-yoinker
A Python app which retrieves the VALORANT rank and players' equipped skins during a match
Stars: ✭ 258 (+132.43%)
Mutual labels:  valorant
Pyot
AsyncIO based high-level Python Riot Games API framework which encourages rapid development and clean, pragmatic design.
Stars: ✭ 56 (-49.55%)
Mutual labels:  valorant
ScrimBot
Discord bot for organizing Valorant custom games.
Stars: ✭ 31 (-72.07%)
Mutual labels:  valorant
valorant-api-docs
Automatically generated documentation for Valorant API endpoints the client uses internally
Stars: ✭ 96 (-13.51%)
Mutual labels:  valorant

THIS IS NOT A SKIN "HACK". IT DOES NOT GIVE YOU FREE SKINS.

valorant-inventory-manager

Discord Buy Me A Coffee donate button

(wip) better inventory manager for valorant

Installation/Usage

Demo/tutorial → urnotjustin's Youtube video

1. Download the latest release

It is recommended that you use the latest release as compatibility is continously phased out for old versions as development continues.

2. Run VIM.exe

As long as VIM.exe is running, the randomizer/other features will remain running. The website does not always need to be open for VIM to work. Since VIM is packaged into a single file and requires no installer, it is recommended that you move the executable from the downloads folder to a more accessible location, like your taskbar or desktop.

3. Open the web client

Open https://colinhartigan.github.io/valorant-inventory-manager/ to interact with VIM! You can set favorite skins, manage the randomizer, and change other settings from there.

Building the server from source

Understandably, some users may want to build the client companion (server) on their own machine due to concerns about the unsigned executable (I'm not paying the crazy fees to get a certificate)... if you know a way around this or a potential way around the false-positive AV detections please reach out on the Discord server.

1. Clone the repository

git clone https://github.com/colinhartigan/valorant-inventory-manager.git

The client/ directory is not used, so feel free to delete it.

2. Install Python packages

cd server
python -m pip install -r requirements.txt

2.1. (optional) Modify client config debug settings

In /server/src/client_config.py, feel free to mess with the debug settings.

UNLOCK_ALL_SKINS can be enabled to make it appear as if you own all the skins, but equipping them doesn't actually do anything.

3. Build the server executable

cd server
./build.bat

The executable will be dumped to dist/.

Features

Completed

  • better inventory UI/UX than VALORANT's native system
  • skin favorites system/post-match randomizer

Planned

  • buddy manager/randomizer
  • loadout profiles

Contributing

If you have improvements or ideas to improve the design or code of the app, please open a pull request with your changes. Planned/indev features are listed on the projects page.

Legal

This project is not affiliated with Riot Games or any of its employees and therefore does not reflect the views of said parties. This is purely a fan-made project to enhance VALORANT's inventory management.

Riot Games does not endorse or sponsor this project. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].