Skip to content

Releases: SuppliedOrange/VALORANT-Instalocker

Experimental Analytics Update

06 May 22:01
b2b3a2e

Choose a tag to compare

To experiment with analytics, I'll be including 2 files. One with analytics (if you wish to opt in), one without. I want to see how well this fares. I'm expecting fake spam coming in and I want to see how well google handles that.

Additionally, I've fixed an issue with socials not showing up on lower resolutions and made it less flashy. I have considered removing the instagram but I've received communication on there (indicating people would rather contact me if there were a clear social provided) than read the readme, find out I have a discord and contact me there. For that reason, I would keep it.

What's Changed

Full Changelog: v1.4.2...v.1.4.3

Fix valorant not being detected

05 May 14:35
a809fb9

Choose a tag to compare

What's Changed

  • Fix bug with valorant process name change, optimize process name check by @SuppliedOrange in #21

Identified thanks to dot on discord.

Full Changelog: v1.4.1...v1.4.2

Additional debugging update

05 May 14:12

Choose a tag to compare

Gives us additional info for debugging.

Run with --debug flag as mentioned in README.md to generate a log file.

Full Changelog: 1.4...v1.4.1

Waylay Update

06 Mar 08:12
6949487

Choose a tag to compare

Added Waylay

Tejo Update + Search term correction

10 Jan 15:04

Choose a tag to compare

Additions

  • Adds search term correction. You can mess up typing and it can auto-correct.
  • The "Tejo" part in title is to let users know that it's still the Tejo update.

Full Changelog: v1.3...v1.3.1

Tejo Update (v1.3)

08 Jan 12:58

Choose a tag to compare

  • Adds Tejo to the list.
  • Re-ordered the agents based on pick-rate from valorant tracker.
  • Added a search bar. Why wasn't that there before lol.

Full Changelog: v1.2.2...v1.3

Vyse Update

29 Aug 21:42

Choose a tag to compare

  • Added Vyse to the game.

Debug logger update

10 Jul 22:29
49843fd

Choose a tag to compare

Now has a debug logger. You can start it with --debug as an additional param.
It creates a file called valorant_instalocker.log in the same directory as the executable.

Fixed some pretty bad requirements.txt and building bugs I found out while I was at it.

Full Changelog: v1.1.2...v1.2

Fixed region bug

24 May 20:12

Choose a tag to compare

Fixed a region bug specified in #12
This patch is only for those who are experiencing the bug.

v1.1.1 Added Clove

29 Mar 06:13
cf87259

Choose a tag to compare

  • Clove has been added.
  • Removed an accidental debug logger I left in there.
  • Changed the order of agents to prioritize agents that are played more often, especially duelists. A search filter option would be cool though.
  • Updated the readme to include instructions on how to add agents by yourself (mostly for me because I keep forgetting).
  • Now checks for chrome on all drives instead of just C drive, for example X:\\Program Files\Google\Chrome\Application\chrome.exe where X is all drives on your system. Dunno if this would introduce problems, but lemme know. This also means a new dependency pywin32 has been added.