Krieger Posted February 17, 2014 Report Share Posted February 17, 2014 I've recently added the LAV25 to my Epoch server, but I have been having issues adding the ammo for M242 Bushmaster. I have been able to add the ammo to the traders, and I can buy it and it is loadable into the LAV, however, the magazines to not show up in my inventory. And not just blank spaces like with the Angel cookies, but just not showing up at all. Any information on how to add this ammo in game would be much appreciated. Link to comment Share on other sites More sharing options...
Defent Posted February 17, 2014 Report Share Posted February 17, 2014 Did you add them to the trader_items table? and did you correctly define if the ammo is ammo in the database? Ammo is type 1, vehicles are type 2 and weapons are type 3. Link to comment Share on other sites More sharing options...
TheVampire Posted February 17, 2014 Report Share Posted February 17, 2014 The version of the LAV25 epoch added is the LAV25 HQ, which doesn't have the main turret, just an M240. The ammo you are trying to add does not have a model, or a CfgMagazines entry, that's why you aren't seeing anything. LAV-25 HQ Link to comment Share on other sites More sharing options...
RipSaw Posted February 17, 2014 Report Share Posted February 17, 2014 Epoch also added the regular LAV25, but yeah, as Vampire said, they didn't link the ammo to a model or a CfgMagazines entry. They also added the BTR-90 & BTR-90 HQ. TheVampire 1 Link to comment Share on other sites More sharing options...
SideShowFreak Posted February 17, 2014 Report Share Posted February 17, 2014 You could try adding the Service Point script to the fuel stations and try to re-arm it there for gold. see if that works, might be a work around to add it to the server with out adding it to the traders this way if you add other vehicles people can still "buy" ammo for them but you wont need to go through the hassle of adding each vehicles different types of ammo to the traders. Its what i do on my server and this way people refuel for free, repair for gold and re-arm for gold. Just be sure to hop in the gunners seat to re-arm it. http://dayzepoch.com/forum/index.php?/topic/3935-release-vehicle-service-point-refuel-repair-rearm-script/ "All credit goes to Axe Cop for the script above" Link to comment Share on other sites More sharing options...
Krieger Posted February 17, 2014 Author Report Share Posted February 17, 2014 Thanks for the helpful tips Vampire, Freak and RipSaw, I suspected that the ammo hadn't been linked to a CfgMagazines entry or a model, hopefully it is added soon because I think that may be beyond be scripting abilities. Defenting, I did add all the ammo to trader_data with proper scripting (not trader_items), but interestingly enough the ammo doesn't match Arma 2. The Epoch ammo is 210Rnd_25mm_M242_APFSDS-T, and 210Rnd_25mm_M242_HEI-T, rather than 210Rnd_25mm_M242_APDS and 210Rnd_25mm_M242_HEI respectively. When its entered in this format it is usable, just not visible. Link to comment Share on other sites More sharing options...
hambeast Posted February 18, 2014 Report Share Posted February 18, 2014 Thanks for the helpful tips Vampire, Freak and RipSaw, I suspected that the ammo hadn't been linked to a CfgMagazines entry or a model, hopefully it is added soon because I think that may be beyond be scripting abilities. Defenting, I did add all the ammo to trader_data with proper scripting (not trader_items), but interestingly enough the ammo doesn't match Arma 2. The Epoch ammo is 210Rnd_25mm_M242_APFSDS-T, and 210Rnd_25mm_M242_HEI-T, rather than 210Rnd_25mm_M242_APDS and 210Rnd_25mm_M242_HEI respectively. When its entered in this format it is usable, just not visible. Krieger, We ran into this problem when we militarized our server. There are two solutions to this problem: 1. Add service points and set all vehicles to empty ammo on spawn/restart/purchase and force users to use re-arm points if they want to fire their guns 2. Add service points and set all vehicles to low ammo on spawn/restart/purchase. This is what we went with as solution #1 limits vehicle use in comat. In other words, when vehicles spawn empty, nobody uses them, making the server boring. If you need help getting the service points working with gunner/driver vehicles see here Link to comment Share on other sites More sharing options...