Jump to content

rubbeman

Member
  • Content Count

    70
  • Joined

  • Last visited

  • Medals

Posts posted by rubbeman


  1. Don't take my word for it, but when I use the following I get the bar showing in Arsenal ;

    class cfgWeapons
    {
        class Vest_Camo_Base;
        class VestItem;
        class best_vest_evvahr: Vest_Camo_Base
        {
            // other cool code
            class ItemInfo: VestItem
            {
                // meow, rawr and woof
                armor = 50;
            };
        };
    };
    So, it seems be the legacy armor values that still sets the meter. I'm not sure why this is still used for the display ... feels like BI kinda forgot about it when they changed all the other stuff? :)

     

    But, no matter if the bar is showing or not, if you still have the new correct config it doesn't matter what the meter says in Arsenal ... it WILL still protect you. The meter just seems to be a presentation item at the moment.

    How do i add this?

×