BattletechModders / MechEngineer

Mod for BattleTech that introduces many CBT mechanics to the MechLab
GNU Lesser General Public License v2.1
11 stars 21 forks source link

Request to add Mortars as a prefab fallback for ME fallback settings. #174

Closed bloodydoves closed 4 years ago

bloodydoves commented 4 years ago

Much like how artillery now is a counted prefab for fallback purposes, Shade and I were talking about future models and we'd like to have "mortar" added as a prefab fallback in MC. Can that be done?

CptMoore commented 4 years ago

you can always do those mapping yourself in the ME settings of your installation. Anyway I just added something like this:

            { /* requested by bloodydoves */
                PrefabIdentifier= "mortar",
                HardpointCandidates = new[] {"mortar", "ac20", "uac20", "lbx20", "ac", "lbx"}
            },