Search found 7 matches
- Tue Jan 23, 2018 11:59 am
- Forum: Resolved Problems and Bugs
- Topic: [Rseding91] [16.16] Furnaces not outputing all extra plates
- Replies: 2
- Views: 3662
Re: [Rseding91] [16.16] Furnaces not outputing all extra plates
Yup, this is fixed!
- Sun Jan 21, 2018 8:43 am
- Forum: Resolved Problems and Bugs
- Topic: [Rseding91] [16.16] Furnaces not outputing all extra plates
- Replies: 2
- Views: 3662
[Rseding91] [16.16] Furnaces not outputing all extra plates
Hi, I've noticed something I believe to be a bug; If a furnace has a high enough speed and productivity it won't output all the extra plates it create when it's not smelting actual ore. When a furnace has the following stats; http://factorio.asnejbjerg.dk/furnace_stats.png And I input 50 copper ore ...
- Sun Nov 19, 2017 6:37 am
- Forum: Won't implement
- Topic: Make stack_size writeable
- Replies: 9
- Views: 3153
Re: Make stack_size writeable
I would go for DaveMcW's method instead and use an array.
That way it would be possible to create researches for just some items or even single items.
That way it would be possible to create researches for just some items or even single items.
- Sat Nov 18, 2017 3:41 pm
- Forum: Won't implement
- Topic: Make stack_size writeable
- Replies: 9
- Views: 3153
Re: Make stack_size writeable
But what if one wants to make a research to increase stack sizes?
It wouldn't matter, if you just want a static stack size, there are loads of mods out there that change the stack size, but it would be cool if it was possible to change it runtime.
It wouldn't matter, if you just want a static stack size, there are loads of mods out there that change the stack size, but it would be cool if it was possible to change it runtime.
- Sat Nov 18, 2017 6:16 am
- Forum: Won't implement
- Topic: Make stack_size writeable
- Replies: 9
- Views: 3153
Re: Make stack_size writeable
That's not likely to happen. If any property can be changed runtime it has to be saved in the save file regardless of it being used. So you're currently not saving any data of the prototypes in the savegame files as is? Because a single property shouldn't change savegame filesize by much. So includ...
- Fri Nov 17, 2017 8:22 pm
- Forum: Implemented mod requests
- Topic: Simple property requests (something that exists but has no way to read/write it)
- Replies: 139
- Views: 49130
Re: Simple property requests (something that exists but has no way to read/write it)
Make stack_size writeable
Desired usage: In a mod where space is a factor and one has to mine a lot to expand ones base. This is instead of having to create new items to support higher stacks on not change the base item.
Edit:
Sorry, this was posted twice.
Desired usage: In a mod where space is a factor and one has to mine a lot to expand ones base. This is instead of having to create new items to support higher stacks on not change the base item.
Edit:
Sorry, this was posted twice.
- Fri Nov 17, 2017 8:18 pm
- Forum: Won't implement
- Topic: Make stack_size writeable
- Replies: 9
- Views: 3153
Make stack_size writeable
Would it be possible to make the stack_size property on item_prototype a writeable property?
I could really use this in a mod I'm currently working on.
I could really use this in a mod I'm currently working on.