Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 723 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (17 loc) · 723 Bytes

Submitting Pull Requests

All generated data and gamestrings must come from Heroes Data Parser using the following command. Please note that --extract-image is only needed if planning to submit images to Heroes Images.

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

Then the following command must be used to convert the gamestring text files to json:

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

The .hdp.json is required with the pull request with the following format

{
  "hdp": "x.x.x",
}

x.x.x is the hdp version that was used.