Jump to content

Thomas_Smith212

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Everything posted by Thomas_Smith212

  1. So I decided to make my own custom vest. So far...it's not showing in the game. The mod file (@The Krypt Gear) contains the addons folder. Then inside that is krypt_vest.pbo. Inside the data folder of the PBO is the texture for the vest (The_Krypt_Vest_co.paa). So it must be the config right? This is what's on the config - class Krypt_Vest: Vest_Camo_Base { author = "Tom"; scope = 0; scopeArsenal = 0; displayName = "The Krypt Black-Digi Vest"; picture = ""; model = "\A3\Characters_F\BLUFOR\equip_b_vest02"; DLC = "SSQN"; hiddenSelectionsTextures[] = {"\krypt_vest\Data\The_Krypt_Vest_co.paa"}; class ItemInfo: ItemInfo { uniformModel = "\A3\Characters_F\BLUFOR\equip_b_vest02"; containerClass = "Supply140"; mass = 80; armor = 30; passThrough = 0.25; }; }; Could someone please help or suggest why this won't even show in the game. Much appreciated.
×