• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

tobias.mb

General
76 Badges
Dec 16, 2013
2.354
1.855
Today I did some flashpoints in career mode and came across one, where I got 2 gauss guns + 2 tons gauss ammo.
Since I want to bring 2 tons ammo per gun, I wanted to mod the shop files to sell gauss ammo.

However that seems to work differently since the last time I modded the shop files (which was before flashpoint DLC).
I added in the file: shopdef_Ammo_all (it seems to be the one that adds ammo on all shops? or is that not the case?)
Code:
{
         "ID" : "Ammo_AmmunitionBox_Generic_MG",
         "Type" : "AmmunitionBox",
         "DiscountModifier" : 1.0,
         "Count" : 0
      },
     {
         "ID" : "Ammo_AmmunitionBox_Generic_GAUSS",
         "Type" : "AmmunitionBox",
         "DiscountModifier" : 1.0,
         "Count" : 0
      }

This doesn't work. Even after flying to another system, I can't buy gauss ammo.
Since I can't find my mistake I'm hoping someone here can tell me where my mistake is.