Skip to content

Releases: ZeusJunior/node-tf2-backpack

v1.2.2

Choose a tag to compare

@Moder112 Moder112 released this 09 May 10:47

fix: Kills While Invuln ÜberCharged not being properly recognized as a valid strange part

v1.2.1

Choose a tag to compare

@Moder112 Moder112 released this 16 Feb 00:18
  • Feat: Parsed items now include the custom_desc and custom_name properties from the original BackpackEntry object.

v1.2.0

Choose a tag to compare

@ZeusJunior ZeusJunior released this 27 Oct 23:54

What's Changed

  • Feat: parse decal image ID
    • Available under the decal property, this is the ugcid as a string. You can get the image URL from the webAPI using GetUGCFileDetails
  • Feat: include the quantity of an item
    • For items like Noise Makers and Dueling Mini-Games this is the number of uses
  • Feat: parse a single item
    • Pretty much identical to parseBackpack, but for a single item. Useful for itemAcquired/itemChanged/itemRemoved events from node-tf2

Less interesting, but also added type comments for intellisense for some of the less self explanatory item properties

Full Changelog: v1.1.8...v1.2.0

v1.1.8

Choose a tag to compare

@ZeusJunior ZeusJunior released this 25 Jul 20:04

Now only returns elevated on the parsed item if it's true instead of returning it as undefined when not elevated

v1.1.7

Choose a tag to compare

@ZeusJunior ZeusJunior released this 30 Jan 22:52

I somehow pushed an old version to npm, this is the fix for that. It contains the changes from 1.1.6

v1.1.6 - BROKEN, USE v1.1.7

Choose a tag to compare

@ZeusJunior ZeusJunior released this 18 Jan 21:14
  • Fix: legacy paints

v1.1.5

Choose a tag to compare

@Moder112 Moder112 released this 06 Dec 20:06
  • Fix: Parse munitions crate # properly
  • Fix: Identify strangifier target
  • Fix: Prevent the recipe output from appearing in the input.

v1.1.3 - Warpaint Fix

Choose a tag to compare

@Moder112 Moder112 released this 06 Dec 07:13
  • Fix some warpaints and skins not having a paintkit (eg. Plaid Potshotter), because of an unusual implementation thanks valve

v1.1.2 - fix taunt effects

Choose a tag to compare

@ZeusJunior ZeusJunior released this 05 Dec 21:54
  • Fixed taunt effects not being parsed correctly

Taunt effects have a different attribute than hats because they only appear when the taunt is used. Not all the time

v1.1.1 - Crash hotfix and Chemistry Set support

Choose a tag to compare

@Moder112 Moder112 released this 01 Dec 09:53
  • Added the target type that was missing from FabricatorItem attributes
  • Added the series property for chemistry sets
  • Fix incorrect capitalization for "Voices From Below" spell (previously "from" was not capitalized)
  • Fixed a crash caused by a relative path for the protobuf definition.