magazine size increase?

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
Post Reply
Sparkysam
Inserter
Inserter
Posts: 49
Joined: Sun Dec 04, 2016 12:09 am
Contact:

magazine size increase?

Post by Sparkysam »

does anyone know of a way i can increase magazine from 10 because my god i can't do anything with rampant/NE with ammo magazines sooo small

orzelek
Smart Inserter
Smart Inserter
Posts: 3911
Joined: Fri Apr 03, 2015 10:20 am
Contact:

Re: magazine size increase?

Post by orzelek »

I"m not staring those without BigBags mod set to increase magazine sizes :D
I even have tiny reduced copy of it that does only that and item stack changes since rest of stuff is in different mods.

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: magazine size increase?

Post by darkfrei »

The mod for change magazine size:
in data-final-fixes.lua

Code: Select all

local magazine_size = 100
for i, ammo in pairs (data.raw.ammo) do
  if ammo.magazine_size then
    ammo.magazine_size = math.max (ammo.magazine_size, magazine_size)
  end
end
That's all. Works with all mods and modded ammo.

Post Reply

Return to “Gameplay Help”