sanctuary/formats

Name: formats

Owner: sanctuary

Description: Open source reference decoders for the file formats of the Diablo 1 game engine.

Created: 2016-03-26 22:29:44.0

Updated: 2018-04-24 02:45:30.0

Pushed: 2018-03-16 23:48:05.0

Homepage:

Size: 148

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

formats

Build Status Coverage Status GoDoc

The aim of this project is to provide open source reference decoders for the file formats of the Diablo 1 game engine.

Installation
et github.com/sanctuary/formats/...
Usage

The cel_dump and min_dump tools search for game assets in the diabdat/ directory, which should contains the extracted files of diabdat.mpq.

Extract diabdat.mpq
tract DIABDAT.MPQ archive.
et github.com/sanctuary/mpq
-dir diabdat -m diabdat.mpq
Dump CEL files
nvert all CEL and CL2 files into PNG format.

e command takes ~15 minutes to complete.
dump -a
Dump MIN files
nvert all MIN files into PNG format.

e command takes ~1 minute to complete.
dump -a
Public domain

The source code and any original content of this repository is hereby released into the public domain.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.