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
Does what Rockstar never finished: a proper procedural system that spawns **small details** (garbage, weeds, cigarette butts, shells, etc.) automatically across surfaces, avoiding manual placements.
Mods that edit `object.dat` values of original positions must be merged manually and copied to the `/data` folder — Fastloader enforces this behavior.
108
-
Project Props 3 uses Fastloader only to load **additional lines** for newly added objects into the `object.dat` file inside `/data`.
109
-
110
-
## ⚠️ Procobj.dat / surfinfo.dat Mods
111
-
112
-
Mods like *Sidewalk Weeds* (our mod already does the same) interfere with the **procedural object system** used in Project Props.
113
-
Compatibility with such mods is **not supported** – and in fact, you don’t need them anymore.
114
-
115
-
In general, **modloader** has no problem merging multiple `procobj.dat` files.
116
-
However, other mods that modify `surfinfo.dat` may conflict and cause crashes when used alongside Project Props.
117
-
118
106
## ⚠️ Urbanize Compatibility Note
119
107
120
108
If you prefere Urbanize Mailboxes, Hydrants and Parking Meters - Use default settings
@@ -124,33 +112,11 @@ Delete or #comment those lines:
124
112
IPL data\maps\Urbanize - Mails.ipl
125
113
IPL data\maps\Urbanize - Street Side.ipl
126
114
```
127
-
## ⚠️ Project 2dfx Compatibility Note
128
-
129
-
For **Project 2dfx**, make sure to **disable loading of all binary IPLs**. If not game will crash.
130
-
131
-
```ini
132
-
LoadAllBinaryIPLs = 0
133
-
```
134
-
135
-
Potential Bugs (it does not happen for everybody!): fter tens of thousands of props (not counted precisely yet), the game starts duplicating objects.
136
-
137
-
When combining **Urbanize + Improved Vegetation Distance + Project Props Community**, increasing values in the `[IDE Tweaker]` section causes props to spawn **twice in the same spot** (especially noticeable with breakables like lampposts, fences, etc.).
138
-
139
-
👉 Don’t worry — the game doesn’t crash (though honestly, it feels like it should).
140
-
141
-
### ✅ The Key is Balance
142
-
-**More draw distance in Project2dfx (only IDE Tweaker) = fewer props you can safely load** in `.ipl` files without triggering duplicates.
143
-
- Everyone needs to find their own **sweet spot** between:
144
-
- total prop count
145
-
- extended draw distance
146
-
147
-
By default, **Project Props Community** ships with settings that leave some spare headroom for additional objects.
148
115
149
116
## ✨ Key Features
150
117
151
118
- ✅ Added thousands of new props!
152
119
- ✅ Extended, reworked **procedural spawn system - procobj.dat** for garbage and small details across the entire map. Carefully crafted using the original game’s mechanics, with **marginal impact on FPS**
153
-
- ✅ Thanks to the [FastLoader](https://github.com/user-grinch/FastLoader) no crashes with other `.dat` mods (e.g. *Proper Fixes*, *Combat FX Update*)
154
120
- ✅ All content from version **2.3** restored
155
121
- ✅ Includes **never-published assets** from the original Grinch's repository, added missing **textures** for never published new props
156
122
- ✅ All [Community Fixes](https://libertycity.net/files/gta-san-andreas/221956-project-props-v2-2-fixes.html) included
0 commit comments