Luzifix / Warcraft.NET

Warcraft.NET is an open source C# library that can read and write most of the World of Warcraft binary file formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warcraft.NET

Build status CodeFactor

About

Warcraft.NET is a open source C# library for World of Warcraft binary file formats. The goal of the library is to support following game versions:

  • Wrath of the Lich King (3.3.5)
  • Warlords of Draenor (6.2.4)
  • Legion (7.x.x)
  • Battle for Azeroth (8.0.x)

Supported Formats

ADT

M2

WMO

Projects

  • ADTConvert2 - A converter which can convert the World of Warcraft ADT Format form LK(3.3.5) to WoD(6.x.x), Legion(7.x.x) & BfA(8.0.x)

Licensing

Warcraft.NET is Free Software, and is distributed under the GPLv3 license. This means, in simple terms, that you are free to do whatever you want with the source code and any binaries compiled or generated from it as long as you pass on those rights to anyone aquiring a copy of the source code or binaries. The full licence can be read in the file "LICENSE" at the root of the source tree, or at http://choosealicense.com/licenses/gpl-3.0/, where a more people-friendly summary is also available.

The use of the GPLv3 license and not the LGPLv3 license is a conscious choice by me. If you're unsure what this means, it means that any software that links to or makes use of this library must also be licensed under the GPLv3 license or later, and carry the same rights and grants of rights as the library itself. I am of the firm opinion that closed source software (with certain exceptions) stifles creativity and inhibits technological progress. Share, develop, and be wonderful to each other. Don't adhere to the old closed-source ways, and embrace the wonderful world of free software.

Credits

Special thanks to:

About

Warcraft.NET is an open source C# library that can read and write most of the World of Warcraft binary file formats.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%