This addon adds new features to DynamX :
- Harrow
- Anti puncture
- Hands on the steering wheel
- x
To use modules ingame you have to add specific code blocks. Here are some examples:
To add this module to your prop, you need to edit the prop file inside your DynamX pack. This file have a name like block_NAME.
prop_NAME{
#...
HarrowAddon{
IsHarrow: true
}
}
To add this module to your wheel, you need to edit the wheel file inside your DynamX pack. This file have a name like wheel_NAME.
HarrowAddon{
CanFlattened: false
}
To add this module to your tow truck, you need to edit the car file inside your DynamX pack. This file have a name like vehicle_NAME.
TowTruckInfo{
VehicleAttachPoint: 0 0 0
}
DynamX website: https://dynamx.fr
Addon download: https://dynamx.fr/addons
DynamX wiki: https://dynamx.fr/wiki/
Discord: https://discord.gg/y53KGzD
