ACE3 icon indicating copy to clipboard operation
ACE3 copied to clipboard

Towing - Add rope to vehicle inventory

Open Dystopian opened this issue 2 years ago • 1 comments

When merged this pull request will:

  • add setting to add rope to all Car and Tank vehicles inventory.

Cars get 6m rope; tanks, APCs and trucks get 12m rope. There is ace_cargo_hasCargo config value check to handle all those quadbike/cart/etc vehicles.

Setting needs restart only on disabling.

Not completely sure about:

  • default setting value (enabled now);
  • setting category (Logistics now, can be Vehicles);
  • should add caching for vehicle classes (I don't think it's worth it);

At least some CUP trucks have Car_F parent instead of Truck_F so they get 6m rope but I don't think it's a big problem.

Dystopian avatar Jul 09 '22 21:07 Dystopian

Looks good default setting could go either way, I think true is probably fine

PabstMirror avatar Jul 31 '22 17:07 PabstMirror