Fully-featured Discord RPC for VALORANT powered by Rainmeter and Lua.
[Still a work in progress, not worth using yet]
- Install the latest stable version of Rainmeter if you don't have it already.
Download
. - Go to the latest version in
Releases
and zownload the.zip
file. Unzip the folder. - From here you can do two things:
- Recommended:
- Launch the
.rmskin
installer - Install the skin, Rainmeter will auto-build it.
- Launch the
- Alternative:
- Move the
valmeter
skin folder into yourRainmeter/Skins
folder. - Configure the skin how you want to.
- Move the
- Recommended:
Load the skin from Rainmeter's skin menu. The skin UI should appear on your desktop if everything was installed properly. valmeter
will automatically watch your computer's open processes and start the Rich Prescense when RiotClientServices.exe
and VALORANT.exe
are running. If you want to turn off valmeter, just Unload
the Skin after right-clicking it.
- Fork the repository:
Fork
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request! 🎉