Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 629 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 629 Bytes

FauFau

FauFau is a library for manipulating FireFall's various file formats and protocols

This library was created for educational purposes only and should not be used by anyone.

This repository is using submodules, so in order to properly clone it use this:

git clone --recurse-submodules https://github.com/themeldingwars/FauFau.git

... if you already cloned the repo, use this to grab the needed submodules:

git clone https://github.com/themeldingwars/FauFau.git
cd FauFau
git submodule update --init --recursive

Library is automatically published to NuGet: https://www.nuget.org/packages/FauFau