Erliens a99dd1f776 SWOP removal 3 éve
..
fnc_canRefuel.sqf 1b9dd94dee finish refueling 3 éve
fnc_canStopRefuel.sqf 1b9dd94dee finish refueling 3 éve
fnc_startRefuel.sqf 15bad6b9fa finalization 3 éve
magclamp.sqf a99dd1f776 SWOP removal 3 éve
readme.md 466e513e80 Update readme.md 3 éve

readme.md

RD501 Magclamp Mod

Explanation

Any vehicle can be configured to carry other nearby vehicles via magclamps. For this two small and one large clamp can be defined. If any clamp is not defined, it is unused. By default any vehicle can be clamped and will be carried at the clamps position. Individual unit classes can be set to be unclampable for small and large clamps. It is also possible to change the default clamp position via a offset to fit vehicles better to a carrier.

Config for Carrier

RD501_magclamp_small_1
[float, float, float]
Clamping position for first small Magclamp. Clamp is disabled if this property is not set.

RD501_magclamp_small_2
[float, float, float]
Clamping position for second small Magclamp. Clamp is disabled if this property is not set.

RD501_magclamp_large
[float, float, float]
Clamping position for large Magclamp. Clamp is disabled if this property is not set.

Config for Cargo

RD501_magclamp_small_offset
[float, float, float]
Moves position of cargo when clamped with a small clamp.

RD501_magclamp_large_offset
[float, float, float]
Moves position of cargo when clamped with a large clamp.

RD501_magclamp_small_forbidden
[0, 1]
If set, disallowes this unit being clamped with a small clamp.

RD501_magclamp_large_forbidden
[0, 1]
If set, disallowes this unit being clamped with a large clamp.