UDN
Search public documentation:
MAXtoUnreal
Interested in the Unreal Engine?
Visit the Unreal Technology site.
Looking for jobs and company info?
Check out the Epic games site.
Questions about support via UDN?
Contact the UDN Staff
MAXtoUnreal: Preparing Geometry in MAX
Document Summary: An excellent guide for 3D Studio Max artists beginning to use the Unreal engine. Perfect for novices to the engine. Document Changelog: Last updated by Tom Lin (DemiurgeStudios?), for document summary. Original author was Daniel Patton (UdnStaff).Overview
This document covers preparing your geometry in 3D Studio MAX R4.26 or R5, for ImportingIntoUnrealEd?, which is the next and final step after this one.Do's and Don'ts
Do | Don't |
---|---|
Do convert 2D lines to Editable Mesh, especially when using a Thickness variable, and make sure you have Display Render Mesh checked. ![]() | Don't export 2D lines/splines from MAX; this will likely crash UnrealEd during import of the ASE file. Either delete or extrude all 2D lines/splines. |
Do clear Smoothing Groups when geometry does not need them, meaning geometry that is primarily made up of flat surfaces. This helps to reduce odd lighting behavior in Unreal. ![]() | |
Do control geometry texture mapping, such as its positioning and U, V and W tiling, using a UVW Map modifier. ![]() | Don't use Max's Material Editor to control a material's offset, texture repeating, etc. Uncheck 2-Sided; it crashes UnrealEd. Only the Diffuse Map channel is supported; other channels like Bump, Opacity, etc. are ignored. ![]() |
Do Attach multiple objects to a single object prior to exporting to ASE. This is necessary if you intend to export several models at one time. See Collapsing/Attaching Geometry. | Don't export a Group of geometry from MAX as an ASE file, this will crash UnrealEd during import; use Attach instead. |
Textures/Mapping
Be sure that all of the geometry has some form of texture and UVW mapping coordinates, otherwise you'll receive an error in UnrealEd during the import process:

Regarding Textures
While using the compressed DXT format directly in both MAX and Unreal is possible, it is recommended to use 32-bit Targa (TGA) files to preserve texture quality should changes need to be made. Both MAX and Unreal can handle the format natively, just be sure you're using 32-bit TGAs, not 24- or 16-bit ones. You can convert these textures to DXT at a later time, either in UnrealEd, or process them using a Photoshop plugin and re-importing them for best quality. If you prefer using JPGs, TIFs, etc. while working in MAX, you will need to convert those formats to one of the compatible formats prior to importing into UnrealEd. As long as the texture material name is the same in MAX as it is in Unreal, and a compatible texture is imported into Unreal, the format in MAX does not really matter. For more details on textures, check out the UnrealTexturing doc.Pivot/Grid Location
The pivot that is used in MAX for the Move, Rotation and Scale functions is not referenced once inside of Unreal. Instead, Unreal uses MAX's 0,0,0 grid coordinate as the Unreal insertion/snap point, much like an AutoCAD block insertion point would be if a specific one were not specified. As a result, if you need need to align geometry to one another in UnrealEd (or you simply want to control the insertion point), it's a good idea to relocate the MAX geometry to the grid setting of 0,0,0 prior to exporting. In this example, the pivot point is located in the center of the pipe, not on the grid's 0,0,0 coordinate (note the Move Transform Type-In dialog box and its related Absolute World XYZ coordinates for reference).



Collapsing/Attaching Geometry
The final consideration is that UnrealEd does not handle importing multiple objects (like assemblies) in a single file import, unless the assembly is exported from MAX as a single object. This requires collapsing the modifier stack in MAX and attaching the individual components of the assembly to a single object. It's usually a good idea to Save the file prior to doing this last step. Once the geometry is exported, either Undo to gain the stack back, or simply close the project file and ignore any opportunities to save again. By working this way you keep the modifier stack complete, in case you need to go back, make a change and export out again. Start by right clicking on one of the items and choose Convert To, Convert to Editable Mesh.


Exporting to ASE
While the single item is selected in MAX, choose File, Export Selected from the pull down menu, change the file type from 3DS to ASE, give it a name and set your dialog box like the one below (these should be the default settings if you have never used the ASCII Export dialog box). It's a good idea to use the Export Selected option from the File pull down menu in case you have other non-usable 2D lines, etc., in your MAX scene. You can also export pieces of your geometry this way while managing a single, and possibly large MAX file.
- Surface coordinates for the geometry polygons,
- Texture assignment for the surfaces using the named textures assigned in MAX, and
- Mapping coordinates for the textures using the related UVW coordinates assigned in MAX.