https://github.com/jpb06/relic-chunky-parser
A little module to get (very) basic information from a Dawn of War Replay file
https://github.com/jpb06/relic-chunky-parser
dawn-of-war relic-chunky typescript
Last synced: over 1 year ago
JSON representation
A little module to get (very) basic information from a Dawn of War Replay file
- Host: GitHub
- URL: https://github.com/jpb06/relic-chunky-parser
- Owner: jpb06
- Created: 2019-06-08T12:52:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T22:16:19.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T09:28:43.821Z (over 1 year ago)
- Topics: dawn-of-war, relic-chunky, typescript
- Language: TypeScript
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Relic chunky parser
# Purpose
Here is a js implementation of dawn of war replay files format parsing.
# Environment
- Targeted for node.js.
- Typescript superset for coding.
# Version history
* 0.0.1 : Naive version relying on gulp for project tasking (concat / build / package.json moving).
* 0.0.2 : Fixing typings.
* 0.0.3 : Fixing an infinite loop which as occuring while parsing replays vs ai.
* 0.0.4 : Adding mod name to the data returned by parse.
* 0.0.5 : Removing null characters from the mod name...
* 0.0.6 : Adjusting mod name read pos...
* 0.0.7 : Mod name fetching fix.
* 0.0.8 : Returning undefined on parsing failure.