[MOD 0.12, 0.13, 0.14, 0.15, 0.16] Flare Stack

Topics and discussion about specific mods
bNarFProfCrazy
Fast Inserter
Fast Inserter
Posts: 194
Joined: Sat Apr 23, 2016 7:11 am
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by bNarFProfCrazy »

GotLag wrote:
bNarFProfCrazy wrote:Here are the German (de) Translations for your mod.
Added.
bNarFProfCrazy wrote:Please add at least a recipe for wood, as I need a way to dispose of tons of wood in my factories. Another alternative would be adding a new flare stack just for fuel.
The recipe generation algorithm now compares chemical fuel values with coal, and adds those that have less energy. So you can burn wood, planks, wooden chests and wooden poles again.
Is there also a restriction for weapons(pistol) and fish?
Otherwise works as expected.
Thanks for your quick fix.

GotLag
Filter Inserter
Filter Inserter
Posts: 532
Joined: Sat May 03, 2014 3:32 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by GotLag »

Fixed, now has incineration recipes for ammo, guns, equipment, etc. Also now shows the item/fluid being destroyed, not just the empty red circle.

User avatar
nucleargen
Long Handed Inserter
Long Handed Inserter
Posts: 64
Joined: Sat May 07, 2016 4:51 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by nucleargen »

factorio 0.15.14
Flare stack 2.1.3

Error in assignID, item with name 'pumpjack' does not exist.
Source: item-pumpjack-incineration (recipe)

Error on game startup mod checking.
The brightest future in the center of a nuclear explosion...2003©nucleargen

GotLag
Filter Inserter
Filter Inserter
Posts: 532
Joined: Sat May 03, 2014 3:32 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by GotLag »

What other mods are you running?

User avatar
nucleargen
Long Handed Inserter
Long Handed Inserter
Posts: 64
Joined: Sat May 07, 2016 4:51 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by nucleargen »

GotLag wrote:What other mods are you running?
I found now source of error - omnimatter mod. It removes pumpjack recipes, while it no more needed.
The brightest future in the center of a nuclear explosion...2003©nucleargen

User avatar
undarl
Inserter
Inserter
Posts: 34
Joined: Mon Mar 27, 2017 8:36 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by undarl »

nucleargen wrote: I found now source of error - omnimatter mod. It removes pumpjack recipes, while it no more needed.
Yeah, Omnimatter deletes pumpjacks after the incineration recipe has been created. Talked to EmperorZelos about it, should be fixed for the next Omnimatter release.

EmperorZelos
Long Handed Inserter
Long Handed Inserter
Posts: 56
Joined: Sat Mar 05, 2016 5:44 am
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by EmperorZelos »

Actually I found the issue, the issue is your mod does not make a check to see if the pumpjack exists, it just assumes it does and goes ahead stuffing it up.

GotLag
Filter Inserter
Filter Inserter
Posts: 532
Joined: Sat May 03, 2014 3:32 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by GotLag »

EmperorZelos wrote:Actually I found the issue, the issue is your mod does not make a check to see if the pumpjack exists, it just assumes it does and goes ahead stuffing it up.
Actually, the issue is that Omnimatter deletes items in data-final-fixes, after Flare Stack has created the recipes to incinerate them. There's nothing to check for - if the item didn't exist, it wouldn't have a recipe generated.

By all means add custom resources and mess around with autoplace settings in final-fixes, but you probaby shouldn't be removing items/entities at that late stage.

TwistedSoul
Manual Inserter
Manual Inserter
Posts: 4
Joined: Sun May 28, 2017 3:24 am
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by TwistedSoul »

Hello,

The latest version seems to be causing an issue with item textures,

I'm playing the latest Bobs+Angels with Flare Stack (2.1.3)

It causes the barrelled items to have the "no" symbol (Red circle with diagonal line) on top of their texture when on belts and in storage/inventory, happens with Canisters too.

Unsure if any other items are affected as my base is still young.

GotLag
Filter Inserter
Filter Inserter
Posts: 532
Joined: Sat May 03, 2014 3:32 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by GotLag »

TwistedSoul wrote:Hello,

The latest version seems to be causing an issue with item textures,

I'm playing the latest Bobs+Angels with Flare Stack (2.1.3)

It causes the barrelled items to have the "no" symbol (Red circle with diagonal line) on top of their texture when on belts and in storage/inventory, happens with Canisters too.

Unsure if any other items are affected as my base is still young.
Thanks for the report, should be fixed now.

User avatar
OldFritz
Inserter
Inserter
Posts: 39
Joined: Mon Feb 06, 2017 2:52 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by OldFritz »

First off, thank you gotlag for yet another awesome mod, to improve our daily "torture" with factorio! :)

I do seem to have a problem to raise the ammount of the flared-off liquids. As you explained on page 2, i increased the ammount to a bit more fitting; 20. But the flare just stopped working. No amount above 10 seems to work.
Is there any link to other values that may effect it?

GotLag
Filter Inserter
Filter Inserter
Posts: 532
Joined: Sat May 03, 2014 3:32 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by GotLag »

That's because the flare/vent only fits 10 fluid at a time. To increase capacity, open entities.lua and change the base_area value on line 110 (a value of 1 is 100 fluid units).

User avatar
OldFritz
Inserter
Inserter
Posts: 39
Joined: Mon Feb 06, 2017 2:52 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by OldFritz »

oooohhh.. i see. Oh boy, it must be a pain in the... you know, to deal with us "casual users". Thank you for clearing this up AND the patience!

GotLag
Filter Inserter
Filter Inserter
Posts: 532
Joined: Sat May 03, 2014 3:32 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by GotLag »

Not at all.

To make life easier I think I'll add an in-game setting so users can change the burn rate more easily, and I'll make that setting also change the fluid capacity so this won't happen again.

peterf83
Inserter
Inserter
Posts: 22
Joined: Tue Jun 07, 2016 9:36 am
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by peterf83 »

Will the incinerator deal with Sodium Hydroxide from Bob's Mods?

GotLag
Filter Inserter
Filter Inserter
Posts: 532
Joined: Sat May 03, 2014 3:32 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by GotLag »

If it's a fluid, use a vent or flare stack. If it's a solid item, use an incinerator.

The only items/fluids this mod can't destroy are any that might be added in data-final-fixes by another mod, but mods shouldn't be adding items and the like at that late stage.

peterf83
Inserter
Inserter
Posts: 22
Joined: Tue Jun 07, 2016 9:36 am
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by peterf83 »

Thanks :D

User avatar
Durabys
Fast Inserter
Fast Inserter
Posts: 233
Joined: Mon Apr 18, 2016 3:30 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by Durabys »

GotLag. The liquids are not burned fast enough because the fluid mechanics changed in 0.15. The devs increased the pipe volume of all liquids to the point I need to build rows upon rows of vents to to even make a dent in the volume of liquids from just a single pipe! :(

Neemys
Filter Inserter
Filter Inserter
Posts: 461
Joined: Sat Apr 09, 2016 6:16 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by Neemys »

Tomik wrote:GotLag. The liquids are not burned fast enough because the fluid mechanics changed in 0.15. The devs increased the pipe volume of all liquids to the point I need to build rows upon rows of vents to to even make a dent in the volume of liquids from just a single pipe! :(
The problem was reported 5 month ago and nothing has been done. I post here the fixed mod for those who need. It only multiply by 10 the amount for flaring fluid.
Flare Stack_2.1.4.zip
(521.98 KiB) Downloaded 117 times
Want more space restriction ? Or maybe you want to be forced to use train for other thing than ore and oil ? Try Building Platform Mod !

zarx
Burner Inserter
Burner Inserter
Posts: 6
Joined: Mon Nov 13, 2017 10:01 pm
Contact:

Re: [MOD 0.12, 0.13, 0.14, 0.15] Flare Stack

Post by zarx »

Is there any way we could get the flare stacks to burn even faster? like at 1000+?

Post Reply

Return to “Mods”