Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

FoxLib

Library for reading and writing Fox Engine file formats. Currently supported formats:

Extension Name Import Export
lba GimmickLocatorSet Yes Yes
frt TppRouteSet Yes Yes
fmtt MaterialParamBinary Yes Yes
pcsp     PrecomputedSkyParameters     Yes           Yes          
fv2.       FormVariation.                 Yes           Yes          
frig FoxRig Coming in 1.2 Coming in 1.2
frld RailUniqueIdFile Coming in 1.2 Coming in 1.2

For examples of usage, see FoxLibExamples.

Building

By default, FoxLib has a dependency on FSharp.Core.dll, which you can grab by installing the F# tools in Visual Studio or by installing it from NuGet. If you would prefer not to have to reference FSharp.Core, you can compile FoxLib as a standalone library. To do this, compile it with the flag --standalone. Official releases will be built this way.

About

Library for reading and writing Fox Engine file formats.

Resources

License

Packages

No packages published

Languages