Skip to content

Releases: vlydev/cs2-masked-inspect-python

v1.1.2

23 Mar 07:43

Choose a tag to compare

fix: include paintKit in gen code for sticker slab keychains

v1.1.1

22 Mar 19:27

Choose a tag to compare

What's new

paintKit — Sticker Slab identification (proto field 12)

All Sticker Slabs previously decoded identically: stickerId = 37 with no way to distinguish variants. The underlying proto field 12 inside the Sticker sub-message was silently ignored.

paintKit now exposes this field. For Sticker Slabs it contains the sticker catalog ID that uniquely identifies the variant (e.g. 7256Sticker | Natus Vincere (Holo) | Copenhagen 2024). For regular stickers and keychains the value is absent (null/None/nil).

Also included

  • rarity and quality fields are now correctly decoded for Sticker Slabs (rarity 3/4/5, quality 8)

Test vectors added

  • defIndex=1355, rarity=5, paintKit=7256 — NaVi (Holo) | Copenhagen 2024
  • defIndex=1355, rarity=3, paintKit=275 — Eco Rush

v1.1.0

17 Mar 06:55

Choose a tag to compare

Add gen codes: generate inspect links from item parameters, convert to/from !gen format

CI release added

16 Mar 16:11

Choose a tag to compare

v1.0.2

ci: add PyPI release workflow

Initial release

16 Mar 10:19

Choose a tag to compare

v1.0.1

chore: bump version to 1.0.1