Community Projects: Difference between revisions

From wowdev
Jump to navigation Jump to search
(→‎Data Handling: Added blizzard-mime-types)
(added the one and only java mpqlib)
Line 48: Line 48:
| {{Yes}}
| {{Yes}}
| Managed library for interacting with all Blizzard file formats up to and including Wrath of the Lich King. Supports reading MPQ archives with write support in the works.
| Managed library for interacting with all Blizzard file formats up to and including Wrath of the Lich King. Supports reading MPQ archives with write support in the works.
|-
| [https://bitbucket.org/tharo/taliis mwtMPQ]
| {{Template:Sandbox/VersionRange|max_expansionlevel=1}}
| Java
| {{Yes}}
| {{No}}
| As part of the Taliis Toolchain there is an basic MPQ lib written in Java.
|-  
|-  
|}
|}

Revision as of 17:13, 5 October 2016

Data Storage & Archives

Name WoW Version Language Open Source In development Description
StormLib ≤ Cata C++ Yes Unknown
CrystalMpq ≤ Cata C#/.NET Yes No CrystalMpq is a MPQ reading library written in C#.
CascLib ≥ WoD C++ Yes Yes An open-source implementation of library for reading CASC storage from Blizzard games since 2014
CascLib ≥ WoD C++ Yes Yes CascLib is C++ library that allows you to access files from a CASC library from any Blizzard game. It aims for a modern C++14 design, being header-only, and leveraging standard C++ features like streams.
CASCExplorer ≥ WoD C#/.NET Yes Yes
libwarcraft ≤ Wrath C#/.NET Yes Yes Managed library for interacting with all Blizzard file formats up to and including Wrath of the Lich King. Supports reading MPQ archives with write support in the works.
mwtMPQ ≤ Vanilla Java Yes No As part of the Taliis Toolchain there is an basic MPQ lib written in Java.

Data Handling

Name WoW Version Language Open Source In development Description
WebWoWViewer Wrath JavaScript Yes Yes An attempt to recreate old WoWMapViewer application from scratch and entirely in js
wowmapper Wrath, Cata C++ Yes No
meshReader Cata C#/.NET Yes No
BananaMpq Cata? C#/.NET Yes No Extracting WoW's geometry data reliably
WoWMap WoD C#/.NET Yes Unknown
Neo/WoWEditor Wrath, WoD C#/.NET Yes Unknown A WoW Development Suite
Noggit3 Wrath C++ Yes Yes map editor
W3DT Live, PTR, Beta C#/.NET Yes Yes 3D Toolkit for World of Warcraft aimed at machinima creators.
WoWFormatTest ≥ WoD C#/.NET Yes Yes
Blender WMO import/export scripts Wrath? Python (Blender API) Yes Yes Script addon for Blender featuring World of Warcraft World Model Object (WMO) import/export.
Everlook ≤ Wrath C#/.NET Yes Yes World of Warcraft Model Viewer clone, based on libwarcraft and implemented using GTK3. Aims for full cross-platform support, and to provide a smoother workflow than WMV.
gnome-blp-thumbnailer ≤ Wrath C#/.NET Yes Yes Thumbnail generator for BLP files for the GNOME desktop environment.
blizzard-mime-types ≤ Wrath Shell/XML Yes Yes FreeDesktop.org MIME type definitions for most Blizzard file formats. Works out of the box with practically all *nix operating systems.

Client & Memory

Name WoW Version Language Open Source In development Description
WoWAddin Wrath C++ Yes No
IceFlake Wrath C#/.NET Yes No
cleanCore Cata C#/.NET Yes No cleanCore is an C# interface to the WoW Game
WowMoPObjMgrTest Mists C#/.NET Yes No

Network & Emulators

Name WoW Version Language Open Source In development Description
CMaNGOS Vanilla … Wrath C++ Yes Yes
DuratorEmu Vanilla Python Yes Yes Tiny sandbox for 1.1.2.4125, written in Python, which tries to remain small, clean and understandable.
Ember Vanilla C++ Yes Yes Ember is an educational server emulation project targeting the WoW 1.12.1 protocol, striving to be a modular and robust architecture.
Skyfire Mists C++ Yes Yes Derivative core based on TrinityCore that aims for a robust and working 5.4.8.18414 emulator with functionality.
TrinityCore Wrath, WoD C++ Yes Yes
WCell Wrath C#/.NET Yes No World of Warcraft emulator written in C#/.NET 4.0, with design and extensibility in mind.
WoWCore Vanilla … Wrath Pascal Yes Unknown

Tools

Name WoW Version Language Open Source In Development Description
ADTGrid WoD … Legion Website No Unknown Generates and displays a visual overhead map of ADT tiles based on user input.
Minimaps WoD … Legion Website/Images No Unknown Provides PNG images of minimaps for different maps.
liblistfile ≤ Wrath C#/.NET Yes Yes Library for generating and optimizing listfiles.
listtools ≤ Wrath C#/.NET Yes Yes CLI tool implementing the functionality of liblistfile. Useful for mitigating the widespread incorrect casing in Blizzard archives - the tool learns as it goes and is corrected by the user, and uses this to better predict the correct casing for future files and folders. Can also generate new listfiles from scratch.