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.ziphere. - Unzip the archive, open
FbxConverterAutomation/config.xmland specify the full path toFbxConverter.exe, which is located in thebinfolder of your FBX Converter 2013 installation.
Here's an example of theconfig.xmlfile 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
.fbxfiles into thefbxfolder. - Launch the program again.
- Open
FbxConverterAutomation/config.xmland addfbx_dirattribute if you want to change the fbx directory, anddae_dirif you want to change the dae directory.
Here's an example of theconfig.xmlfile withfbx_diranddae_dirattributes 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.