-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45c3dc5
commit 4a01bd8
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
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 | ||
|
||
- Inside the type folder, you must create a folder with the base model ID of the new model (e.g. 490 = FBI Rancher) | ||
|
||
- [Optional] Inside the base model folder, you must create a folder with the name of the new model | ||
|
||
- Then, you must place the model files named as the New ID of the model (e.g. 80001.dff, 80001.txd) |