• Rust Stats
    0 replies, posted
I'm working on an application to look up individual player stats from Rust and displaying it. Looking through the data provided from Steams API I noticed conflicting entries for resources. Example One: harvested_cloth harvested_leather harvested_wood Example Two: harvest.cloth harvest.wood harvest.stones The three from Example Two are the only ones in this format, but due to the overlap I'm unsure if they're intended to be the same category. What are the differences between the categories here? Are they the same in that I can just add harvest.cloth and harvested_cloth to determine how much a player has collected in cloth? I'm hoping that this is the correct place to ask for this level of information, if not then I apologize!
Sorry, you need to Log In to post a reply to this thread.