FuryUtils

From ModdingWiki
Jump to navigation Jump to search
FuryUtils
FuryUtils.png
PlatformWindows, Linux
Release date2023-04-28
DownloadReleases
Games

FuryUtils is a suite of tools for modding Fury of the Furries

  • BinFile is a command line tool for converting game level data (DAT/DATA*.BIN) files to and from a yaml text description.
  • DatFile is a command line tool for packing and unpacking DAT Format archive files.
  • ImmFile is a command line tool for converting LBM Format and IMM Format images files to and from Windows BMP format files.
  • There is also a library suitable for C, C++ or C#, containing the same functionality, if you want to build these formats into your own tools.

Documentation

The Utils zip or tar-gz package contains a suite of command line utilities and documentation in markdown format (readable as text). (Windows and Linux)

The Lib zip or tar-gz package contains the core libraries with APIs for C or C++ and a .NET assembly wrapper, along with documentation and code samples. (Windows and Linux)

Status

The suite is currently under active development, and more tools are anticipated.