Skip to content

Commit

Permalink
Update README_MODELS.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Aug 1, 2024
1 parent d6aa242 commit 1c0dedf
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions newmodels_reborn/models/README_MODELS.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1c0dedf

Please sign in to comment.