From 1c0dedfd3689ba181aa96dbb9ff126cced49a4e7 Mon Sep 17 00:00:00 2001 From: Fernando-A-Rocha Date: Thu, 1 Aug 2024 15:46:45 +0100 Subject: [PATCH] Update README_MODELS.txt --- newmodels_reborn/models/README_MODELS.txt | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/newmodels_reborn/models/README_MODELS.txt b/newmodels_reborn/models/README_MODELS.txt index b19e0d5..9f4f177 100644 --- a/newmodels_reborn/models/README_MODELS.txt +++ b/newmodels_reborn/models/README_MODELS.txt @@ -1,13 +1,19 @@ -Model files (ending in .dff/col/txd) must be placed in this models folder following specific rules +Model files (ending in `.dff`/`.col`/`.txd`) must be placed in this `models` folder following specific rules See the example files to visualize the structure of this system -- Vehicles must be placed in the "vehicle" folder -- Skins must be placed in the "ped" folder -- Objects must be placed in the "object" folder +- Vehicles must be placed in the `vehicle` folder +- Skins must be placed in the `ped` folder +- Objects must be placed in the `object` folder -- Inside the type folder, you must create a folder with the base model ID of the new model (e.g. 490 = FBI Rancher) +- Inside the type folder, you must create a folder with the base model ID of the new model (e.g. `490`, which is FBI Rancher) -- [Optional] Inside the base model folder, you must create a folder with the name of the new model +- [Optional] Inside the base model folder, you must create a folder with the name of the new model (e.g. `2005 Schafter`) -- Then, you must place the model files named as the New ID of the model (e.g. 80001.dff, 80001.txd) +- Then, you must place the model files named as the New ID of the model (e.g. `80001.dff` & `80001.txd`) + +- [Optional] Models can be customized with a `New ID.txt` file with the following settings (any line that doesn't contain these words is ignored): + + - disableAutoFree + - disableTXDTextureFiltering + - enableDFFAlphaTransparency