05.03.2018, 08:59
Код:
[usage] Modes: -i (info) -a (append col) -p (process all) -v (night vertex) [usage] Modes: -g [mode] (generate col for dff) -g modes: empty, box, mesh [usage] Input: -d [dff file] -c [collision file] (col ver3) -o [output file] [usage] Example (append col to dff): kdff.exe -a -d MyHouse.dff -c MyHouse.col -o MyHouseC.dff [usage] Example (show info for dff): kdff.exe -i -d MyHouse.dff [usage] Example (generate empty col): kdff.exe -g empty -d MyHouse.dff -o MyHouse.col [usage] Example (import NVC from -n): kdff.exe -v -d MyHouseDT.dff -n MyHouseNT.dff -o MyHouseNVC.dff [usage] Example (all in current dir): kdff.exe -p (process *.dff in cwd and attach *.col)
Код:
kdff -g mesh -d Example.dff -o Example.col
And from there, you'd simply make a batch file.
