[0.11.X]Big Stacks!
-
- Burner Inserter
- Posts: 14
- Joined: Sat Jun 13, 2015 10:11 pm
- Contact:
[0.11.X]Big Stacks!
Tired of stacks of 50? and 100?.. Well now you can choose the sizes yourself!
This Big Stacks mod changes all stacks to the default of 1000 items per stack! too much or too little? well this mod contains an easy way to change the size!
in the prototypes folder there's a file called stacksize, and inside a varible "Local stacksize = 1000" change at will.
Download
0.11.22http://www.mediafire.com/download/hcih9 ... _1.1.1.zip
This Big Stacks mod changes all stacks to the default of 1000 items per stack! too much or too little? well this mod contains an easy way to change the size!
in the prototypes folder there's a file called stacksize, and inside a varible "Local stacksize = 1000" change at will.
Download
0.11.22http://www.mediafire.com/download/hcih9 ... _1.1.1.zip
-
- Inserter
- Posts: 36
- Joined: Thu May 21, 2015 12:46 pm
- Contact:
Re: [0.11.X]Big Stacks!
IF you want to change nearly every stacksize then you can use this:
Save it as data-updates.lua and it should change every item that is added by mods. (if a mod change the stacksize of items with data-updates then you probably have to use data-final-fixes.lua)
Code: Select all
local StackSize = 1000
for _,dat in pairs(data.raw) do
for _,items in pairs(dat) do
if items.stack_size and items.stack_size>1 then
items.stack_size = StackSize
end
end
end
I'm not a native speaker (obviously), so I will appreciate every pm with corrections
-
- Burner Inserter
- Posts: 14
- Joined: Sat Jun 13, 2015 10:11 pm
- Contact:
Re: [0.11.X]Big Stacks!
yeah.. that would be alot easier..Doublespin wrote:IF you want to change nearly every stacksize then you can use this:Save it as data-updates.lua and it should change every item that is added by mods. (if a mod change the stacksize of items with data-updates then you probably have to use data-final-fixes.lua)Code: Select all
local StackSize = 1000 for _,dat in pairs(data.raw) do for _,items in pairs(dat) do if items.stack_size and items.stack_size>1 then items.stack_size = StackSize end end end
Re: [0.11.X]Big Stacks!
I did not understand the essence of the work mode
He uvelichvaet amount of space the player and storage? from 100 to 1000?
if so it would be good to make the discovery of this technology that would not be all that easy__) and more interesting
He uvelichvaet amount of space the player and storage? from 100 to 1000?
if so it would be good to make the discovery of this technology that would not be all that easy__) and more interesting
-
- Burner Inserter
- Posts: 14
- Joined: Sat Jun 13, 2015 10:11 pm
- Contact:
Re: [0.11.X]Big Stacks!
No, all items can stack up to 1000 instead of 100 or 50Airat9000 wrote:I did not understand the essence of the work mode
He uvelichvaet amount of space the player and storage? from 100 to 1000?
if so it would be good to make the discovery of this technology that would not be all that easy__) and more interesting
Re: [0.11.X]Big Stacks!
Best... Mod... EVER!!!
It's so simple and perfect. It might be the number of mods I have on my game right now, and probably because I overclocked my inserters, but my computer is screaming due to all of my bases coming to life to fill the inventories.
Like I said, 6 out of 5 stars!
It's so simple and perfect. It might be the number of mods I have on my game right now, and probably because I overclocked my inserters, but my computer is screaming due to all of my bases coming to life to fill the inventories.
Like I said, 6 out of 5 stars!
Re: [0.11.X]Big Stacks!
Code: Select all
local StackSize = 1000
for _,dat in pairs(data.raw) do
for _,items in pairs(dat) do
if items.stack_size and items.stack_size > 1 and items.stack_size < StackSize then
items.stack_size = StackSize
end
end
end
-
- Manual Inserter
- Posts: 3
- Joined: Sun Apr 17, 2016 8:36 am
- Contact:
Re: [0.11.X]Big Stacks!
Is there a way to turn the extra furnace speeds and everything else like the added player hp off. Your mod description only mentions stacksizes but should probably also mention these other changes. Feels less like a QoL mod and more a cheat mod
Re: [0.11.X]Big Stacks!
You can just edit the lua files within. Comment out what you don't want activated with two hyphens "--".
Example
Re: [0.11.X]Big Stacks!
Moving threads marks them as unread.
A little notice about what's happening would be nice.
Greeting steinio
A little notice about what's happening would be nice.
Greeting steinio