项目作者: Atvaark

项目描述 :
Fox Engine XML compiler/decompiler
高级语言: C#
项目地址: git://github.com/Atvaark/FoxTool.git
创建时间: 2015-01-11T21:44:28Z
项目社区:https://github.com/Atvaark/FoxTool

开源协议:MIT License

下载


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

  1. Microsoft .NET Framework 4.5

Usage

  1. FoxTool [-d|-c] file_path|folder_path

Examples

Compiling an XML file

  1. FoxTool file_path.XML
  2. FoxTool -c file_path.XML

Decompiling a file to XML

  1. FoxTool file_path
  2. FoxTool -d file_path

Decompiling all decompilable files in the folder to XML

  1. FoxTool folder_path
  2. FoxTool -d folder_path