LFS Editor/Guides/Importing an external model

From LFS Manual
< LFS Editor‎ | Guides
Revision as of 23:41, 24 January 2024 by Flame CZE (talk | contribs) (Created page with "{{warning|If you are using a file made by someone else as part of your model, even if you modify it, you will need to declare this when you upload your mod. You will need to...")
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to navigationJump to search
Caution.png If you are using a file made by someone else as part of your model, even if you modify it, you will need to declare this when you upload your mod.

You will need to specify the license that the original creator applied to the model and provide information such as the name of the creator and a link to a website where the license information is displayed.

If no license is stated, by you or the original creator, you cannot upload the mod!

Some licenses do not allow you to create work by changing the model you downloaded.

Please check that the supplied license allows you to distribute modified versions of the original model.

LFS Editor allows importing external 3D models in OBJ format.

Prerequisites

  • The 3D model must be in OBJ format.
  • The file must be located in the data\obj folder and must have a .obj extension.
  • The file must be exported properly to be useable in the LFS editor.

How to export from Blender:

Scale

LFS uses metres for units. If you use another unit, please export using an appropriate scale.

Position

Your model should be approximately centred over the origin and ideally the body should sit on the ground (without the correct ride height).

Backface culling

Live for Speed uses single sided triangles. While modelling in blender and before exporting, make sure you look at your model with back face culling enabled so you can be sure the surfaces are facing the right way.

Export Settings

Transform:
- Y forward / Z up (so the model is oriented correctly in LFS)

Geometry:
- Write normals (so LFS can work out smoothing groups)
- Triangulate faces (as LFS geometry is based on triangles)

Importing an OBJ file into the editor

  1. In LFS Editor, open Modeller.
  2. In the bottom left corner of the screen, click OBJ.

Common errors when importing a model in LFS Editor

Vertex X is out of bounds - One of the vertices is more than 1024 metres away from the origin. This could be a problem of wrong scaling. LFS uses metres for units.

Too many vertices - The number of vertices exceeded the maximum limit of 32768 for OBJ import. Note that when importing a model into the LFS editor, it is possible to import only one half of the model and then use the mirror function to mirror the triangles to the other side automatically. The total limit of vertices or triangles is 65536.