Skip to content

06. Converting Troubleshooting

skyslide22 edited this page Nov 12, 2023 · 4 revisions

The program Nadeoimporter.exe is used to convert the exported .fbx files to the trackmania game format .gbx, this convert requires a MeshParams.xml and Item.xml file linked to the exported fbx file (done by this addon).

Convert Errors

If the convert fails, the importer either crashes with random "returncodes" like 3189527329 or tells you what went wrong, here are some sources of convert issues:

  • collection and folder names invalid (spaces and special chars like é, ä, Д are not problematic)
  • all objects have a material and are updated/generated with the addon, except _trigger_blabla and _socket_start
  • custom export path needs to be in documents?/Trackmania/Work/Items/ your folders/fbx files here
  • uv-maps can be corrupt(0 dimensional islands, (example: all at 0,0 ))
  • geometry can be corrupt(0/1 dimensional faces, (like a triangle without a height)
  • incompatible materials with physicids (example CustomGrass, physicids are not supported here)
Clone this wiki locally