diff --git a/Docs/how_to_model_vehicles.md b/Docs/how_to_model_vehicles.md
index b6ddf874592..32bdb009f3c 100644
--- a/Docs/how_to_model_vehicles.md
+++ b/Docs/how_to_model_vehicles.md
@@ -32,37 +32,54 @@ The vehicle must be divided in 6 materials:
Light glasses, windows, etc. This material is controlled by Unreal.
6. **LicencePlate:**
- Add just a plane, the materials are controlled by Unreal. Depending on the
- car, it is possible to have several materials, but following this
- criterion.
+ Put a rectangular plane with this size 29-12 cm, for the licence Plate.
+ We assign the license plate texture.
+
+
Nomenclature of Material
-* `M*"CarName"* Bodywork`
+* M(Material)_"CarName"_Bodywork(part of car)
+
+* M_"CarName"_Wheel
-* `M*"CarName"* Wheel`
+* M_"CarName"_Interior
-* `M*"CarName"* Interior`
+* M_"CarName"_Details
-* `M*"CarName"* Details`
+* M_"CarName"_Glass
-* `M*"CarName"* Glass`
+* M_"CarName"_LicencePlate
-* `M\_"CarName"\_LicencePlate`
Textures
The size of the textures is 2048x2048.
-* `T* "CarName"* PartOfMaterial* d (\_BaseColor*)`
+* T_"CarName"_PartOfMaterial_d (BaseColor)
+
+* T_"CarName"_PartOfMaterial_n (Normal)
+
+* T_"CarName"_PartOfMaterial_orm (OcclusionRoughnessMetallic)
+
+* **EXEMPLE**:
+Type of car Tesla Model 3
+
+TEXTURES
+* T_Tesla3_BodyWork_d
+* T_Tesla3_BodyWork_n
+* T_Tesla3_BodyWork_orm
+
+MATERIAL
+* M_Tesla3_BodyWork
+
+
-* `T* "CarName"* PartOfMaterial* n (\_Normal*)`
-* `T* "CarName"* PartOfMaterial* orm (\_OcclusionRoughnessMetallic*)`
RIG
-The easiest way is to copy the "General4wheeledSkeleton" present in our project,
+The easiest way is to copy the "General4WheeledVehicleSkeleton" present in our project,
either by exporting it and copying it to your model or by creating your skeleton
using the same bone names and orientation.