Skip to content
McBen edited this page Apr 6, 2012 · 1 revision

Command-Line tool

Usage : FDB_ex2.exe [option] filename <fdb_file>

Parameter

filename

name or pattern of the file you which to extract

fdb_file

name or pattern of FDB-File
if omited fdbex2 tries to find your RoM-Installation and opens all FDB-Files

Example:

fdb_Ex2 interface\ c:\RoM\fdb\*.fdb
fdb_Ex2 interface\

Options

Export-Options

-o directory

output directory

These options are for DB-Files:

-s

generate SQL-Scripts for DB files

-c

generate CSV-Files for DB files

-p

write unconverted raw-data (for developers)

-a

write lua

Dump-Options

-l

list files only (no extraction)

-x

list files with checksum (crc32 / no extraction)

Misc-Options

-v

detail output

-y

always overwrite files

-r

the filename is a regular-expression (see Regular Exprssion syntax)

Clone this wiki locally