So far only tested with 1.8.0.3 should work with any 1.8 version.
1) Addons\dayz_code\compile\fn_selfActions.sqf
find
uncomment the salvage part
dayz 1.8.0.3 vehicle salvage w/o duping
1) Addons\dayz_code\compile\fn_selfActions.sqf
find
Code:
//repairing Vehicles
Code:
//Repairing Vehicles if ((dayz_myCursorTarget != _cursorTarget) and _isVehicle and !_isMan and _hasToolbox and (damage _cursorTarget < 1)) then { if (s_player_repair_crtl < 0) then { dayz_myCursorTarget = _cursorTarget; _menu = dayz_myCursorTarget addAction [localize...