Rifle Grenade Launcher in custom squad

I have a question. I am currently trying to equip a custom squad with the SMLE Mk. III with grenade launcher. I’ll be quite honest, I have no idea how to do this, nor do I know how to add the rifle grenade ammo. If anybody has any answers, that would be great.

1 Like

yes.

first, you want to give them the weapon. ( which i presume you already did that )

then, over the soldier, head over the human weap info ( essentially, the Ammo of the rifle it self ),

you will put this:

            "human_weap__weapInfo" : [
              {
                 "gunSlots" : {
                    "grenade_launcher" : "smle_2_5_inch_grenade_launcher_cup_item"
                 },
                "reserveAmmoTemplate": "lee_enfield_no4_mk1_magazine",
                "numReserveAmmo": 6
              },

similar to bayonets and scopes.

and then, you’ll have to add the grenades in the inventory:

            "inventory": [
              {
                "gametemplate": "smle_2_5_inch_rifle_grenade_item"
              },
              {
                "gametemplate": "uk_medkit_item"
              }

you just copy and paste how many times you need the 2inch grenade. as each item is a single grenade.

3 Likes