Arma 3
Advanced Towing
Showing 1-10 of 16 entries
< 1  2 >
Update: Apr 13, 2016 @ 5:28am

v1.5

- Reduced likelihood that a towed vehicle will clip into the ground
- Improved tow rope attachment points for helicopters
- Fixes security issue that would allow players to hide any object
- Changed default chain size to 2

Update: Mar 31, 2016 @ 7:48pm

v1.4

- Adding additional hints/alerts when trying to tow locked/safezone vehicles

https://github.com/sethduda/AdvancedTowing/tree/1.4

Update: Mar 26, 2016 @ 7:18pm

v1.3

- Improved towing vehicle speed simulation based on the mass of towed vehicles. Now can take all vehicles in a chain into account.
- Mission creator can now specify max number of vehicles in a chain. Defaults to 1. Change in your init.sqf file using the variable SA_MAX_TOWED_CARGO. (e.g. SA_MAX_TOWED_CARGO = 5;)
- Fixed issue causing vehicles to drive on top of trees/bushes instead of driving through them.
- Added networking functions to support Exile servers. Makes server-only addon work on Exile servers with no modifications to the mission pbo or CfgRemoteExec.

https://github.com/sethduda/AdvancedTowing/tree/1.3

Update: Mar 21, 2016 @ 1:06pm

- Fixed issue causing vehicles to fly in the air when towed
- Merged with exile script version

Update: Mar 20, 2016 @ 7:04pm

- Fixed issue with towing vehicles over objects (e.g. bridges and docks)
- Vehicles no longer float on water when towed over water.
- Disabled vehicle "chaining" by default. You can enable this feature again by setting SA_TOW_CHAINS_ENABLED to true in your init.sqf file.

Update: Mar 12, 2016 @ 8:12pm

Updating classname in config.cpp - it was conflicting with Advanced Sling Loading

Update: Mar 12, 2016 @ 9:43am

- Improved movement of vehicle when moving over slopes.
- Improved positioning of cargo on the ground. Should resolve some problems with custom vehicles moving into the air.

Update: Mar 10, 2016 @ 2:03pm

Update: Mar 10, 2016 @ 12:15pm

Update: Mar 7, 2016 @ 4:37pm