Jump to content
McKay Development

Therepower

Member
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Therepower's Achievements

  1. thanks for your response. any idea how i could find the encoding type? this is how it looks like: https://prnt.sc/ytol2e
  2. hey, i try to fetch CSGO in-game store prices via CMsgStoreGetUserData. message CMsgStoreGetUserData { optional fixed32 price_sheet_version = 1; optional int32 currency = 2; } message CMsgStoreGetUserDataResponse { optional int32 result = 1; optional int32 currency_deprecated = 2; optional string country_deprecated = 3; optional fixed32 price_sheet_version = 4; optional bytes price_sheet = 8; } When i receive the "CMsgStoreGetUserDataResponse" i can read result, price_sheet_version without problems but "price_sheet" itself is provided as bytes. When i try to read it i get some unreadable text. I also tried to parse it with binarykvparser which gives an error "KV type 48 encountered at offset 207" How could i read the data provided by price_sheet? thank you in advance
×
×
  • Create New...