DoctorMcKay / node-globaloffensive

A Node.js module to connect to and interact with the CS2 game coordinator. Mostly used to get item data.
https://www.npmjs.com/package/globaloffensive
MIT License
262 stars 61 forks source link

Update CEconItemPreviewDataBlock protobuf to support new keychains #98

Closed easton36 closed 1 month ago

easton36 commented 1 month ago

Keychains added to weapons in recent update. Example data:


keychains: [
    {
      slot: 0,
      sticker_id: 32,
      wear: null,
      scale: null,
      rotation: null,
      tint_id: null,
      offset_x: 0.6262888312339783,
      offset_y: 0.9913168549537659,
      offset_z: 9.373661041259766,
      pattern: 15643
    }
  ]
DoctorMcKay commented 1 month ago

:+1: Cool, thanks

Wnzl commented 1 month ago

what is new petindex?