Ace3: Option for full repair without a ToolKit

Created on 25 Aug 2018  路  2Comments  路  Source: acemod/ACE3

Similar to ace_pylons, would it be possible to add an option to be able to repair a vehicle without a ToolKit in the player's inventory? Currently only replacing wheels is possible without one.

help wanted kinfeature request kintask

Most helpful comment

Actually I might try my hand at implementing this myself.

All 2 comments

To add to that, maybe an option to allow field repairs without a toolkit, but full repairs only with a toolkit.

For now my group is using this config override to get the behavior we want:

class ACE_Repair {
    class Actions {
        class ReplaceWheel;

        class MiscRepair: ReplaceWheel {
            items[] = {};
        };

        class FullRepair: MiscRepair {
            items[] = {"ToolKit"};
        };
    };
};

Actually I might try my hand at implementing this myself.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TheNightstalk3r picture TheNightstalk3r  路  3Comments

thirald picture thirald  路  3Comments

Dyadka940 picture Dyadka940  路  3Comments

Hubok picture Hubok  路  4Comments

mihal190 picture mihal190  路  4Comments