You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-16Lines changed: 19 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,35 @@
1
-
# Newmodels v3 and older
1
+
# Newmodels v5 `Azul💙`
2
2
3
-
🗃️ Visit [the archive branch](https://github.com/Fernando-A-Rocha/mta-add-models/tree/archive) and the previous Releases for **older versions** of `newmodels` (not recommended).
3
+
This MTA resource makes use of the clientside allocated models ([engineRequestModel](https://wiki.multitheftauto.com/wiki/EngineRequestModel) and related features) to add new peds (skins), vehicles and objects:
4
4
5
-
# Newmodels v4 (`Reborn`)
6
-
7
-
This is an MTA resource which makes use of the [engineRequestModel](https://wiki.multitheftauto.com/wiki/EngineRequestModel) features to add new peds (skins), vehicles and objects:
8
-
9
-
- place your mods (dff/txd/col files) in designated folders that are automatically detected by the script
5
+
- place your mods (dff/txd/col files) in designated folders that are automatically detected
10
6
- the system syncs all added models with all players
7
+
- use a simple trick in your existing scripts to work with the new model IDs
11
8
- it's minimalistic, optimized and robust
12
9
13
-
In simpler terms, with this resource you can make scripts/change your scripts to add new skin, vehicle and object IDs to your server! For example, we can now add all SA-MP objects.
10
+
With this resource you can make scripts or change your existing scripts to add new skin, vehicle and object IDs to your server! For example, you may add all SA-MP object models!
14
11
15
-
## Community
12
+
## What changed? ⚠️
16
13
17
-
Visit the [Thread on the MTA Forum](https://forum.mtasa.com/topic/133212-rel-add-new-models-library/) to get in touch with fellow users and developers.
14
+
**This version (v5) provides no backwards compatibility with previous versions (v3, v4)!**
18
15
19
-
## Download
16
+
However, it is easy to migrate from v4 (not from v3) to v5. The models folder structure remained the same, but the scripts have changed.
20
17
21
-
Get the [Latest Version](https://github.com/Fernando-A-Rocha/mta-add-models/releases/latest) from the **Releases**section.
18
+
This resource no longer uses and relies on the **MTA Element Data system** to sync the models to all clients! This major change was made to **improve performance**and control the sync of models more efficiently.
22
19
23
-
## *What if I already use an older version on my server?* 😮
20
+
## Docs/Tutorial
24
21
25
-
Read the documentation linked below, and look for the **Backwards Compatibility** section.
22
+
🚀 **Are you new to this resource?**
26
23
27
-
## Docs/Tutorial
24
+
Access the [Documentation file](/.github/doc/DOCUMENTATION.md) to learn everything you need to know.
28
25
29
-
Access the [Documentation file](/.github/doc/DOCUMENTATION.md) to learn about this resource and how to use it.
26
+
## Community
27
+
28
+
Visit the [Thread on the MTA Forum](https://forum.mtasa.com/topic/133212-rel-add-new-models-library/) to get in touch with fellow users and developers.
29
+
30
+
## Download
31
+
32
+
Get the [Latest Version](https://github.com/Fernando-A-Rocha/mta-add-models/releases/latest) from the **Releases** section.
<infoauthor="FernandoMTA"version="4.0.0"type="script"name="newmodels_reborn"description="Adds new vehicle/ped/object models, automatically synced with all players."/>
3
-
4
-
<!-- IMPORTANT TO HAVE THIS VERSION OR HIGHER SO THAT IT WORKS AS EXPECTED
0 commit comments