custom traffic behavior help?!
-
want to learn how to edit a peds vehicle behavior so that i can make them overtake other vehicles and drive faster. preferably, i would like to add my own addon vehicles. anyone know how to go about doing this, all help is much appreciated
-
@vybz You're asking for different things without enough specifics.
Ped vehicle behaviour can be changed through meta files and/or scripting. I don't think you can change a specific ped's vehicle behaviour through the vehicles.meta or similar file, but I could be wrong, but you can certainly change the driving style through scripts.
As for adding your own addon vehicles, if you mean creating your own mods - be prepared to learn how to model for GTA5 and you will need considerable experience and skills in 3D modeling with software such as 3dsmax, maya, blender, or zmodeler, etc - because you're going to need it. Not to mention spending lots of time asking for help on Discord servers and watching bad tutorials on Youtube.
Sample driving styles for scripting:
-
Stop before vehicles
-
Stop before peds
-
Stop before vehicles and peds (1+2=3)
-
Avoid vehicles
-
Stop before vehicles and avoid vehicles (in other words, 1 + 4 = 5)
-
All of the above, stop and avoid
-
Stop at traffic lights
-
Both lines above (63 + 128 = 191)
-
Drive in reverse gear
-
Take shortest path (Removes most pathing limits, the driver even goes on dirt roads)
-
Ignore roads (Uses local pathing, only works within 200~ meters around the player)
-
Ignore all pathing (Goes straight to destination). This is what caused ramming
-
Use blinkers.
-
Use blinkers, avoid shit, stop for everything including traffic lights
-
Same as above but doesn't stop for traffic lights.
-
Allow overtaking vehicles if possible (Unconfirmed)
-
-
really appreciate this mate! answered all my questions. hope i can get this mod made sometime soon!