Oh yes, biters are really fun toplay with, especially with my Super Tank. Give it a try !orzelek wrote:Thanks
It will be really helpful - might even tempt to play some death world due to increased ammo mags
[MOD 0.13] Big Bags - more space in your bags
Re: [MOD 0.12.X] Big Bags 1.0.6
My mods on the Factorio Mod Portal
Re: [MOD 0.12.X] Big Bags 1.0.6
One more small improvement to consider:
Use the data-final-fixes.lua instead of data-updates.lua. This will make mod work properly with bobplates for example.
Use the data-final-fixes.lua instead of data-updates.lua. This will make mod work properly with bobplates for example.
Re: [MOD 0.12.X] Big Bags 1.0.7
Ok, hope noone will create items in data-final-fixes.lua, or we're done !
Here is v1.0.7
Here is v1.0.7
My mods on the Factorio Mod Portal
Re: [MOD 0.12.X] Big Bags 1.0.7
Is it by design that some item types have the stack size modified twice?
It's evident now when using multiplier - there are separate for loops that iterate ammo/modules/capsules but they were already iterated by main loop.
One more proposal from me - add option to disable ammo from stack size increases. It kind of multiplies with magazine capacity increase.
It's evident now when using multiplier - there are separate for loops that iterate ammo/modules/capsules but they were already iterated by main loop.
One more proposal from me - add option to disable ammo from stack size increases. It kind of multiplies with magazine capacity increase.
Re: [MOD 0.12.X] Big Bags 1.0.7
Please give me an example of object stack counted twice. I do not see.orzelek wrote:Is it by design that some item types have the stack size modified twice?
It's evident now when using multiplier - there are separate for loops that iterate ammo/modules/capsules but they were already iterated by main loop.
One more proposal from me - add option to disable ammo from stack size increases. It kind of multiplies with magazine capacity increase.
For the ammo stack, I prefer to keep it this way : especially when you have a lots of turrets to feed, ammos can take a lot of place/room in chest/bags. So I need this feature.
But you are free to edit the code for yourself, of course.
My mods on the Factorio Mod Portal
Re: [MOD 0.12.X] Big Bags 1.0.7
Do a small test:
Set stack multiplier to 3 and run the game.
Usual item stacks like plates will be x3 but ammo stack will be x9.
Set stack multiplier to 3 and run the game.
Usual item stacks like plates will be x3 but ammo stack will be x9.
Re: [MOD 0.12.X] Big Bags 1.0.7
Yes, I did not notice that when I first wrote this mod a while ago. Maybe something changed.
Anyway, I corrected it, now ammo are not modified twice. So their stack becomes more reasonable
Here is v1.0.8
Corrects double modification of ammo stack.
Anyway, I corrected it, now ammo are not modified twice. So their stack becomes more reasonable
Here is v1.0.8
Corrects double modification of ammo stack.
My mods on the Factorio Mod Portal
Re: [MOD 0.12.X] Big Bags 1.0.8
how about sandbox? It seems that in this scenario "Big Bags" does not work
Re: [MOD 0.12.X] Big Bags 1.0.8
Bigbags only works on a real character's player.Ytm wrote:how about sandbox? It seems that in this scenario "Big Bags" does not work
When you are in sandbox, you do not have a character, your are in god mode, flying all around.
God's mode inventory size is not editable as dev said in this post.
Sorry.
My mods on the Factorio Mod Portal
Re: [MOD 0.12.X] Big Bags 1.0.8
When starting the game with your mod enabled, I get the following error:
data-final-fixes.lua:19: attempt to compare number with strings
data-final-fixes.lua:19: attempt to compare number with strings
Re: [MOD 0.12.X] Big Bags 1.0.8
Strange. Did you edit the code by yourself ? What are the other mods you are running ?Therkaz wrote:When starting the game with your mod enabled, I get the following error:
data-final-fixes.lua:19: attempt to compare number with strings
Does anyone else gets this error ?
My mods on the Factorio Mod Portal
Re: [MOD 0.12.X] Big Bags 1.0.8
Hello!
Thanks for the great mod!
How can I add more logistics slot? I want to keep the vanilla stack sizes but double the inventory / logistic slots / logistic trash sizes (like on the mod screenshot).
I can't find this in the config file and with the mod installed I have only the default slot number except the inventory.
Thanks for the great mod!
How can I add more logistics slot? I want to keep the vanilla stack sizes but double the inventory / logistic slots / logistic trash sizes (like on the mod screenshot).
I can't find this in the config file and with the mod installed I have only the default slot number except the inventory.
Re: [MOD 0.12.X] Big Bags 1.0.8
You don't have to edit the files.kunkka wrote:Hello!
Thanks for the great mod!
How can I add more logistics slot? I want to keep the vanilla stack sizes but double the inventory / logistic slots / logistic trash sizes (like on the mod screenshot).
I can't find this in the config file and with the mod installed I have only the default slot number except the inventory.
You have to make the corresponding researches of the next tiers in your research panel, and everything will appear. But it's not free !
My mods on the Factorio Mod Portal
Re: [MOD 0.12.X] Big Bags 1.0.8
No, I didn't change anything on the code. My other mods are: air-filtering and Yuokibinbinhfr wrote:Strange. Did you edit the code by yourself ? What are the other mods you are running ?Therkaz wrote:When starting the game with your mod enabled, I get the following error:
data-final-fixes.lua:19: attempt to compare number with strings
Does anyone else gets this error ?
Re: [MOD 0.12.X] Big Bags 1.0.8
Air-filtering does not seem to interfere.Therkaz wrote: No, I didn't change anything on the code. My other mods are: air-filtering and Yuoki
Yuoki creates the error :
In one of its lua module, yuoki writes
data.raw["item"]["stone"].stack_size="100"
It should be an integer, not a string, that's what it is interfering with my mod.
I just asked Yuoki why he wrote that way, if it's a trick or if it's an error.
For the moment and untill his answer, please replace this file : but note that all resources stack (coal, stone, ores) will be fixed to 100.
My mods on the Factorio Mod Portal
Re: [MOD 0.12.X] Big Bags 1.0.8
That worked. Thanks!binbinhfr wrote:Air-filtering does not seem to interfere.Therkaz wrote: No, I didn't change anything on the code. My other mods are: air-filtering and Yuoki
Yuoki creates the error :
In one of its lua module, yuoki writes
data.raw["item"]["stone"].stack_size="100"
It should be an integer, not a string, that's what it is interfering with my mod.
I just asked Yuoki why he wrote that way, if it's a trick or if it's an error.
For the moment and untill his answer, please replace this file : but note that all resources stack (coal, stone, ores) will be fixed to 100.
Re: [MOD 0.12.X] Big Bags 1.0.8
Yuoki is looking at his code to see if he can correct the problem in a cleaner way.Therkaz wrote:That worked. Thanks!
My mods on the Factorio Mod Portal
Re: [MOD 0.12.X] Big Bags 1.0.8
Yuoki just PM me that he released a new version with the needed correction. So you should download his v0.2.45 .
My mods on the Factorio Mod Portal
Re: [MOD 0.12.X] Big Bags 1.0.8
Whenever I try changing the config to use the option that doesn't change stack sizes, i.e. my_stack_offset = 0 and my_stack_factor = 1, I get an error saying "data-final-fixes.lua.5: attempt to perform arithmetic on local 'factor' (a nil value)".
Twitch: https://www.twitch.tv/minime943
Re: [MOD 0.12.X] Big Bags 1.0.8
Hi,MiniMe943 wrote:Whenever I try changing the config to use the option that doesn't change stack sizes, i.e. my_stack_offset = 0 and my_stack_factor = 1, I get an error saying "data-final-fixes.lua.5: attempt to perform arithmetic on local 'factor' (a nil value)".
it works for me...
did you comment/uncomment the right lines ? like this :
Code: Select all
my_inventory_size = 170 -- should be a multiple of 10
-- changes stack size for every item
-- (formula : new_stack_size = my_stack_offset + my_stack_factor * old_stack_size)
-- my_stack_offset = 0 -- multiply every stack size by 10
-- my_stack_factor = 10
-- my_stack_offset = 500 -- set every stack size to 500 (old setting in v1.0.5)
-- my_stack_factor = 0
-- my_stack_offset = 100 -- multiply every stack size by 5 and add 100
--- my_stack_factor = 5
my_stack_offset = 0 -- does not change anything
my_stack_factor = 1
-- changes default magazine size for every ammo
my_mag_offset = 0
my_mag_factor = 10
my_default_req_amount = 1 -- to change default request amount in character logistic slots
my_running_speed_factor = 1 -- multiplicative factor, if > 1, your running speed is increased
My mods on the Factorio Mod Portal