FSMInit is an automation tool designed to simplify the creation of directories and tables needed for FreeSpace mods. This process is usually tedious, but FSMInit makes it quick and easy by accepting command-line arguments.
-
<command>
The operation to perform. Allowed values:-stdm: Standard Mod (no tables)-stdmc: Standard Mod Complex (with tables)-help: Display usage information
-
<path>
The directory path where the tool will create directories and tables. -
<-tbl/-tbm>
Specifies the type of files to create:-tbl: Create standard.tblfiles-tbm: Create modular.tbmfiles
-
[prefix]
Optional prefix for.tbmfiles. This is required only if-tbmis specified. Ignored when-tblis used. -
[-debug]
Optional flag. Enables debug output, which will be written to alog.txtfile in the program's current directory.
FSMInit -stdmc "path" -tbm MOD_ -debug