Valorant Skin Cli Versions Save

command line interface to manage and randomize VALORANT skins

v1.2.3

2 years ago

Discord

Changelog

  • added new config option
    • skin_randomizer > prevent_repeats: prevents getting the same skin multiple times in a row if more than one skin is enabled for the weapon
  • made randomize command clearer (#48)
    • randomize will only randomize skins if config > skin_randomizer > enabled is true, same with buddies (config > buddy_randomizer > enabled)
      • can override this with randomize skins or randomize buddies

if you encounter any bugs, create an issue if you have suggestions or want to contribute, open a pull request

read the wiki!

Full Changelog: https://github.com/colinhartigan/valorant-skin-cli/compare/v1.2.2...v1.2.3

v1.2.2

2 years ago

Discord

Changelog

  • fixed bug where buddy randomizer wouldn't work if you don't have enough buddies for each gun
  • buddy randomizer will now randomize all your buddies until you don't have any more to apply to a weapon
    • there was a bug where it wouldn't work at all if you don't have enough buddies for each weapon
  • fixed bug where you couldn't enable/disable all skins for melee (#53)
  • fixed bug where having a duplicate of a spray equipped would cause the app to crash when running loadout

if you encounter any bugs, create an issue if you have suggestions or want to contribute, open a pull request

read the wiki!

v1.2.1

2 years ago

Discord

Changelog

  • fixed the bug where randomizer pool preferences wouldn't save when using the enable/disable all skins/chromas option
  • onboarding improvements
    • now prompts user asking if they want to use skin/buddy randomizer (this can be changed later in `config > skin_randomizer/buddy_randomizer)
    • if user owns upgraded prime karambit, they will get a prompt asking if they want to downgrade and equip it

if you encounter any bugs, create an issue if you have suggestions or want to contribute, open a pull request

read the wiki!

v1.2.0

2 years ago

Discord

Changelog

  • buddy randomizer
    • randomizes buddy for each gun
    • currently cant change which buddies are in the pool from the cli (coming soon™)
    • can enable/disable with config > buddy_randomizer > enabled
  • changed setting to enable/disable skin randomizer to config > skin_randomizer > enabled
  • randomize command has different functionality
    • run randomize to randomize both skins and buddies
    • run randomize skins to only randomize skins
    • run randomize buddies to only randomize buddies
  • skin randomizer weights
    • run weights to modify each skin's weight per weapon, weights can be set to an arbitrary scale and if they are equal, the probability is equal
      • ex. setting weights to 5, 5, and 500 for 3 skins for a weapon would result in a .9%, .9%, and 98% chance for each skin to be selected, respectively
    • weights are set to 1 by default for equal probability
    • weapons will only appear in this menu if they have more than 1 skin in the randomizer pool
  • refactored some of the code for the randomizer/weights modification menus for efficiency

if you encounter any bugs, create an issue if you have suggestions or want to contribute, open a pull request

read the wiki!

v1.1.0

2 years ago

Discord

Changelog

  • fixed region autodetecting sometimes not working
  • fixed behavior where skincli would force the highest level to be enabled in randomizer pool (#36) on startup
  • improved loadout print to show buddy/level/chroma and changed text colors to match content tiers
  • loadouts!
    • loadout: show currently equipped loadout
    • loadout create: create a loadout
    • loadout equip [loadoutname]: equip a loadout
    • loadout preview [loadoutname]: preview a loadout
    • loadout delete [loadoutname]: delete a loadout
    • might want to disable the randomizer so your skins don't get randomized each game while you're using a loadout (config > skin_manager > randomize_after_each_game)
  • added confirmation when resetting

if you encounter any bugs, create an issue if you have suggestions or want to contribute, open a pull request

read the wiki!

v1.0.7

2 years ago

Changelog

  • autodetects region on first run
    • should reduce the amount of issues people create with skins not being recognized on first run
  • added reset command
    • reloads all of your skins

if you encounter any bugs, create an issue if you have suggestions or want to contribute, open a pull request

read the wiki!

v1.0.6

2 years ago

Changelog

  • fixed onboarding straight up not working (would result in the AttributeError: type object 'Config_Editor' has no attribute "set_region" error)

if you encounter any bugs, create an issue if you have suggestions or want to contribute, open a pull request

read the wiki!

v1.0.5

2 years ago

Changelog

  • fixed not being able to exit with exit command
  • actually closes when VALORANT is closed
  • pauses on error before closing so you can see the error

if you encounter any bugs, create an issue if you have suggestions or want to contribute, open a pull request

read the wiki!

v1.0.4

2 years ago

Changelog

  • disabled ability to "select" the console window which would cause execution and thus skins wouldn't be randomized
  • added version to startup print message

if you encounter any bugs, create an issue if you have suggestions or want to contribute, open a pull request

read the wiki!

v1.0.3

2 years ago

Changelog

  • fixed naming of gun levels for easier understanding and less redundancy
    • autocomplete no longer expects a level/chroma for weapons with both a single level and a single chroma
  • automatic config integrity checking
    • update checker

if you encounter any bugs, create an issue if you have suggestions or want to contribute, open a pull request

read the wiki!