武装突袭3

武装突袭3

Drongos Config Generator
V L A X 2021 年 12 月 14 日 下午 1:44
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!
< >
正在显示第 1 - 6 条,共 6 条留言
Sculetto Cracerinni 2022 年 5 月 1 日 上午 9:20 
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 2022 年 5 月 1 日 下午 2:20 
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 2023 年 11 月 2 日 下午 2:57 
@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 2023 年 11 月 2 日 下午 3:15 
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 2023 年 11 月 4 日 下午 5:50 
Turns out the config lies(?) - the actual optics slot is CUP_PicatinnyTopMountSCAR and pointer slot is CUP_PicatinnySideMountSCAR

Why
V L A X 2023 年 11 月 4 日 下午 6:28 
Arma
< >
正在显示第 1 - 6 条,共 6 条留言
每页显示数: 1530 50