Code Monkey home page Code Monkey logo

heroes-data's Introduction

Heroes Data

Build Status Release

This repo contains the Heroes of the Storm data files that are extracted from Heroes Data Parser. The images are stored in the Heroes Images repo.

All files are in json format. The version folders contain data and gamestring folders. The data files have been localized, which means the localized text has been removed and stored in the gamestring json files.

The version folders also contain a .hdp.json file which contains up to two properties. Example:

{
  "hdp": "4.3.1",
  "duplicate": {
    "data": "2.48.1.76437",
    "gamestring": "2.48.1.76437"
  }
}

The hdp property specifies the version of Heroes Data Parser used to extract the data and gamestrings.

The optional duplicate property indicates that this version of data is a duplicate of another version, which is specified in the data and gamestrings property. As such, there are no data and gamestrings folders.

NOTE: This optional property will not appear just because the data is a duplicate of another version, but rather that duplicate version data was not obtainable or was just not extracted.

Data Library

Heroes Icons is a dotnet core libray that parses the json files and provides objects to easily access the data.

Releases

Releases will have have up to three zip files. A _all, _last, and a _new.

The _all will contain all the versions.
The _last will only contain the last version.
The _new will contain only the new or modified file(s) from the last release.

Releases will be published when a new patch is released or when there are updates or fixes applied to existing data or gamestrings. When the latter happens, the published tag will end with an underscore number (_x).

Heroes Data Parser Extraction

The following command was used (same for Heroes Images):

'Path/To/Game' --extract-data all --extract-images all --localization all --localized-text

Then the following command was used to convert the gamestring files to json:

localized-json 'Path/To/gamestring-directory'

heroes-data's People

Contributors

koliva8245 avatar mgatner avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.