Skip to content

jonathaningram/dark-omen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warhammer: Dark Omen Go library

Go reference Build status Report card Sourcegraph

This library is for developers interested in building tools for working with Dark Omen's assets.

This library does not ship with any Dark Omen assets. You must have a legally purchased copy of Dark Omen in order to get the benefits of this library.

Note: This library is neither developed by nor endorsed by Electronic Arts Inc.

Table of contents

Installation

Use go get to retrieve the library and add it to your project's Go module dependencies.

go get github.com/jonathaningram/dark-omen

Game file support

The following game files are supported by the library.

Kind File extension Read Write Known issues?
Army and saved games .ARM ⚠️ Yes, experimental and incomplete
Dot .DOT ✅ None
Font .FNT ⚠️ Yes, height/line-height possibly not correct
3D model .M3D ✅ None
Mono audio .MAD ✅ None
Project .PRJ ⚠️ None, but untested
Stereo audio .SAD ✅ None
Sprite .SPR ✅ None

Tests

To run all tests:

go test -race ./...

About

A Go library to help build tools that work with Warhammer: Dark Omen's assets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages