FBX packer

Bundle FBX & LOD textures into a Forza-style zip

Drop your .fbx model and any number of LOD texture files (.png, .dds, .tga, .jpg...). Give a model name and the site packages everything into a single <name>.zip ready to use. No conversion to proprietary formats — just clean naming & structure.

1 · FBX model

A single .fbx file. The model name (below) determines the output folder name.

2 · LOD textures

As many as you need. Common image formats accepted: PNG, DDS, TGA, JPG, BMP, TIFF, EXR.

3 · Model name

Used as the folder & output filename. Letters, digits, underscore, hyphen.

Path-safe naming Multi-file bundle Standard deflate zip
Output structure: <model_name>.zip containing a top-level <model_name>/ folder with <model_name>.fbx and a textures/ subfolder holding every uploaded texture (original filenames preserved, sanitised for Windows). Standard deflate, opens with any tool — including the Car page on this same site.
Note: This is a packager, not a model converter. It does not turn the FBX into Forza's proprietary .modelbin format — that format isn't public. Use this to keep your custom model + textures organised in one zip that's ready to hand to a Forza modding tool.