Skip to content

rev22/libShadowDive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libShadowDive

Build Status

Overview

libShadowDive is a library for reading and writing One Must Fall 2097 datafiles.

Right now Shadowdive can handle following file formats:

  • HAR Data files (*.AF)
  • Arena/background data files (*.BK)
  • Language files (ENGLISH.DAT,GERMAN.DAT)
  • Sound data file (SOUNDS.DAT)
  • Characters for both big and small fonts (GRAPHCHR.DAT, CHARSMAL.DAT)

Following formats are still TODO:

  • Character save files (*.CHR)
  • Tournament data files (*.TRN)

Other files:

  • OMF music files are in PSM module format, and can be opened with libdumb.

Compiling

To compile:

$ cd build
$ cmake ..
$ make

License

MIT. Please see LICENSE file for details.

Contact

Join us on #omf on irc.freenode.net if you want to get in contact with us.

About

C library for parsing and writing One Must Fall 2097 file formats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.2%
  • Other 0.8%