Allows you to prepare the FBX animation for use in Scrap Mechanic with a single click
You must have the FBX Converter 2013 installed on your computer
- Download the latest release of the
FbxConverterAutomation.zip
here. - Unzip the archive, open
FbxConverterAutomation/config.xml
and specify the full path toFbxConverter.exe
, which is located in thebin
folder of your FBX Converter 2013 installation.
Here's an example of theconfig.xml
file with the path toFbxConverter.exe
:
<FbxConverterAutomation
fbx_converter_path = "FBX Converter/2013.3/bin/FbxConverter.exe">
- Launch the program for the first time and make sure there are no errors in the opened console window.
- Put your
.fbx
files into thefbx
folder. - Launch the program again.
- Open
FbxConverterAutomation/config.xml
and addfbx_dir
attribute if you want to change the fbx directory, anddae_dir
if you want to change the dae directory.
Here's an example of theconfig.xml
file withfbx_dir
anddae_dir
attributes defined:
<FbxConverterAutomation
fbx_converter_path = "path_to_fbx2013_bin_exe"
fbx_dir = "optional_fbx_directory_path"
dae_dir = "optional_dae_directory_path">
By default fbx_dir
is ./fbx
and dae_dir
is ./dae
.