KP-Liberation icon indicating copy to clipboard operation
KP-Liberation copied to clipboard

Array for group names in Blufor preset

Open tiwaz1994 opened this issue 4 years ago • 1 comments

Suggestion/Feature request

Array for group names in preset for more customization

Is your feature request related to a problem? Please describe:

Custom names and adjusted amount of groups would be very usefull when making different kind of scenarios. AA Squads for example make no sense in WW2 scenario. And with some mods you have a lot of flavour with different divisions and branches (Cavalry,Pioneer,Special Forces,Diver...)

Describe the solution you'd like:

In the preset it could look somewhat like this:

/*
["Group 1 name",["unit1","unit2"],"Group 2 name",["unit1","unit2"]];
*/
KP_liberation_blufor_squads = [
    ["Light Squad",[
        "CUP_B_BAF_Soldier_TeamLeader_DPM",
        "CUP_B_BAF_Soldier_Rifleman_DPM",
        "CUP_B_BAF_Soldier_Rifleman_DPM",
        "CUP_B_BAF_Soldier_RiflemanLAT_DPM",
        "CUP_B_BAF_Soldier_Grenadier_DPM",
        "CUP_B_BAF_Soldier_AutoRifleman_DPM",
        "CUP_B_BAF_Soldier_AutoRifleman_DPM",
        "CUP_B_BAF_Soldier_Marksman_DPM",
        "CUP_B_BAF_Soldier_Medic_DPM",
        "CUP_B_BAF_Soldier_Engineer_DPM"
        ],
    ],
    ["AT Squad",[
        "CUP_B_BAF_Soldier_TeamLeader_DPM",
        "CUP_B_BAF_Soldier_Rifleman_DPM",
        "CUP_B_BAF_Soldier_Rifleman_DPM",
        "CUP_B_BAF_Soldier_AT_DPM",
        "CUP_B_BAF_Soldier_AT_DPM",
        "CUP_B_BAF_Soldier_AT_DPM",
        "CUP_B_BAF_Soldier_Medic_DPM",
        "CUP_B_BAF_Soldier_Rifleman_DPM"
        ]
    ]
];

tiwaz1994 avatar Jun 15 '20 15:06 tiwaz1994

Forgot the enhancement label, somehow...

tiwaz1994 avatar Jun 15 '20 16:06 tiwaz1994