timkurvers / wow-dbc-php

Manipulation of World of Warcraft's client-side database files in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

World of Warcraft DBC Library

Unmaintained

This library allows creation, reading and export of World of Warcraft's client-side database files.

These so-called DBCs store information required by the client and can be extracted from the MPQ archives of the actual game client.

Required PHP version: 5.x

Licensed under the MIT license, see LICENSE for more information.

Getting Started

Check out the examples to get started.

Usage Notes

  • String localization will only provide accurate results when used with US English (enUS) or British English (enGB) distributed DBCs.

  • Attempting to read DBCs with a non-standard field size, may fail.

About

Manipulation of World of Warcraft's client-side database files in PHP

License:Other


Languages

Language:PHP 100.0%