(wip) better inventory manager for valorant, kinda like destiny item manager but not really
It is recommended that you use the latest release as compatibility is continuously phased out for old versions as development continues.
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.
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.
Understandably, some people may want to build the client companion (server) on their own machine due to concerns about the unsigned executable... if you know a way around this or a potential way around the false-positive AV detections please reach out on the Discord server.
git clone https://github.com/colinhartigan/valorant-inventory-manager.git
The client/
directory is not used, so feel free to delete it.
cd server
python -m pip install -r requirements.txt
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.
cd server
./build.bat
The executable will be dumped to dist/
.
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.
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.