Skip to content

kkkkyue/FoxTool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoxTool

A tool for compiling and decompiling Fox Engine XML files. Compiled XML files have these file extensions:

Extension Content
BND Graph Bounder Data
CLO Sim Cloth Setting
DES Destruction
EVF Event
FOX2 Scene
FSD Facial Settings Data
LAD Lip Adjust Data
PARTS Model Description
PH Physics Object Description
PHSD Physics Sound Parameter
SDF Sound Data File Info
SIM Simulation Object
TGT Geometry Target Description
VDP Vehicle Driving Parameter
VEH Vehicle
VFXLF Visual Effects Lense Flare

Requirements

Microsoft .NET Framework 4.5 

Usage

FoxTool [-d|-c] file_path|folder_path

Examples

Compiling an XML file

FoxTool file_path.XML
FoxTool -c file_path.XML

Decompiling a file to XML

FoxTool file_path
FoxTool -d file_path

Decompiling all decompilable files in the folder to XML

FoxTool folder_path
FoxTool -d folder_path

About

Fox Engine XML compiler/decompiler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%