Arma 3
Drongos Config Generator
V L A X 14 Dec, 2021 @ 1:44pm
CUP Weapon Attachments - AK Platform
Just a note, weapon config maker won't work because this mod won't detect the custom rail mounts that CUP uses. Still an awesome mod, saves me a lot of work!
< >
Showing 1-6 of 6 comments
Just rename slot name in proper class.

slot="CUP_PicatinnyTopMountAK"; for Optic
slot="CUP_PicatinnySideMountAK"; for Point attachment
slot="CUP_EastMuzzleSlotAK"; for muzzle

Example:
class My_Super_AK: CUP_arifle_AKS74_GL_top_rail
{
displayName="Super Tactical Badass AK";
scope=1;
class LinkedItems
{
class LinkedItemsOptic
{
slot="CUP_PicatinnyTopMountAK";
item="Your Optic ClassName";
};
class LinkedItemsAcc
{
slot="CUP_PicatinnySideMountAK";
item="Your Pointer ClassName";
};
class LinkedItemsMuzzle
{
slot="CUP_EastMuzzleSlotAK";
item="Your muzzle ClassName";
};
};
};

I hope this comment will save some time to search those names.
V L A X 1 May, 2022 @ 2:20pm 
Thanks, I figured that out too but it took WAY too long to depbo and dig through all the config files. I feel like there should be a central directory or search engine to view information like this. Would be a useful dev tool.
PineCone227 2 Nov, 2023 @ 2:57pm 
@Skull Crusher
How did you find the WeaponSlotsInfo names? The Mk16 and Mk17 has the same problem, and my entire faction just so happens to rely on it.
PineCone227 2 Nov, 2023 @ 3:15pm 
Okay, ♥♥♥♥ de-pbo'd, found what I needed. I don't quite understand why CUP devs decided to name some attachment points different than in vanilla, while keeping others uniform.

If anyone in the future is looking for SCAR attachment points, they're:
class CowsSlot;
class PointerSlot;
class asdg_MuzzleSlot;
class CUP_PicatinnyTopMount;
class CUP_PicatinnyTopShortMount;
class CUP_PicatinnySideMount;
class CUP_PicatinnyUnderMount;
class asdg_MuzzleSlot_556: asdg_MuzzleSlot
PineCone227 4 Nov, 2023 @ 5:50pm 
Turns out the config lies(?) - the actual optics slot is CUP_PicatinnyTopMountSCAR and pointer slot is CUP_PicatinnySideMountSCAR

Why
V L A X 4 Nov, 2023 @ 6:28pm 
Arma
< >
Showing 1-6 of 6 comments
Per page: 1530 50