Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serenity4/wowdataparser.jl
https://github.com/serenity4/wowdataparser.jl
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/serenity4/wowdataparser.jl
- Owner: serenity4
- License: mit
- Created: 2024-09-11T16:01:44.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T13:44:14.000Z (about 1 month ago)
- Last Synced: 2024-11-01T00:10:02.044Z (6 days ago)
- Language: Julia
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WoWDataParser
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://serenity4.github.io/WoWDataParser.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://serenity4.github.io/WoWDataParser.jl/dev/)
[![Build Status](https://github.com/serenity4/WoWDataParser.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/serenity4/WoWDataParser.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/serenity4/WoWDataParser.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/serenity4/WoWDataParser.jl)Utilies to read and write files in the [DBC](https://wowdev.wiki/DBC) and [MPQ](https://wowdev.wiki/MPQ) format.
## MPQ format
Information about the MPQ format may be found here:
- [MPQ Archives from Ladislav Zezula](http://zezula.net/en/mpq/mpqformat.html)
- [The MoPaQ Archive Format from Quantam and BahamutZERO (Wayback machine)](https://web.archive.org/web/20120222093346/https://wiki.devklog.net/index.php?title=The_MoPaQ_Archive_Format)The MPQ parsing implementation was further inspired by [StormLib](https://github.com/ladislav-zezula/StormLib) by Ladislav Zezula.