Jump to content
Sign in to follow this  
zeta66173

How do i chage in-game ammo crate(ammo box) name?

Recommended Posts

I want to change the name of ammo crates.

When i put some specific weapons, it will be more reasonable to set their own name. (such as 'suppressed weapons')

So i want to change the ammo crates name but don't know how to change it.

First time i've changed the 'Name' part in unit edit, but nothing happened.

Only displayed by class name just like 'US Army Basic Ammo', 'RU Basic Ammunition' etc

Share this post


Link to post
Share on other sites
class CfgVehicles
{
   class ReammoBox;
   class Your_ammobox: ReammoBox
   {
       scope = 2;
       accuracy = 1000;
       model = "\ca\weapons\AmmoBoxes\USBasicWeapons.p3d";
       displayName = "Your  weapons box name with whatever you like in it";
       class TransportMagazines
       {
                 }

   }
};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×