[MOD 0.12, 0.13, 0.14, 0.15] Flow Control
-
- Fast Inserter
- Posts: 159
- Joined: Mon Mar 21, 2016 1:19 pm
- Contact:
Re: [MOD 0.12.x] Flow Control v1.1.0
Must have mod. Thanks for making this!
Re: [MOD 0.12.x] Flow Control v1.1.0
I've been using this mod, and I had an issue recently with recipes not appearing in a certain save. To be specific, the non-return valve, overflow valve and express pump weren't appearing as recipes in my crafting window. The small pump's icon was replaced as it should be and the pipes supplied by this mod were available as usual. I started the save with version 1.1.0 of the mod enabled, but factorio's version did increase from (I believe) 0.12.24 to 0.12.29 during the save's lifetime.
I've since then resolved the problem. Ultimately, the solution for me was to disable and then re-enable the fluid handling technology through console commands. Specifically, I used these:
Before that, I used the following commands, but I'm not certain these commands were part of the solution:
I resolved the problem through help I got in a Reddit thread I started, which I can't link to because this is my first forum post (I've got the link if you'd like it, though there's no information in it that's not in this post). If there was something I did to cause the issue, I'd love to hear it.
I've since then resolved the problem. Ultimately, the solution for me was to disable and then re-enable the fluid handling technology through console commands. Specifically, I used these:
Code: Select all
/c game.local_player.force.technologies['fluid-handling'].researched=false
/c game.local_player.force.technologies['fluid-handling'].researched=true
Code: Select all
/c for i, player in ipairs(game.players) do player.force.reset_recipes() end
/c for i, player in ipairs(game.players) do player.force.reset_technologies() end
Re: [MOD 0.12.x] Flow Control v1.1.0
Did the recipes stop being available, or were they never available (after researching Fluid Handling)?
Re: [MOD 0.12.x] Flow Control v1.1.0
They were never available for that save.
Re: [MOD 0.12.x] Flow Control v1.1.0
Very nice
- Winseven4lyf
- Inserter
- Posts: 27
- Joined: Fri Apr 08, 2016 7:20 am
- Contact:
Re: [MOD 0.12.x] Flow Control v1.1.0
@GotLag, I was wondering if you could make your mod use my mod's [viewtopic.php?f=93&t=23850] "express-engine-unit" for the express pump if it is installed, like bob's mods?
EDIT: Or i could do the opposite thing? My mod requires bob's library, which i can use to accomplish this
EDIT: Or i could do the opposite thing? My mod requires bob's library, which i can use to accomplish this
Re: [MOD 0.12.x] Flow Control v1.1.0
In your mod you could add an optional dependency on Flow Control, and if the express-pump recipe has been defined, change the ingredients.
- Winseven4lyf
- Inserter
- Posts: 27
- Joined: Fri Apr 08, 2016 7:20 am
- Contact:
Re: [MOD 0.12.x] Flow Control v1.1.0
Ok thx.GotLag wrote:In your mod you could add an optional dependency on Flow Control, and if the express-pump recipe has been defined, change the ingredients.
-
- Fast Inserter
- Posts: 194
- Joined: Sat Apr 23, 2016 7:11 am
- Contact:
Re: [MOD 0.12.x] Flow Control v1.1.0
@GotLag
Here is the German (de) translation for this mod. It would be nice if you can embed this file into your mod so everyone can use it.
If you need translation updates or other translations just ping/pm (is that possible here?) me.
Here is the German (de) translation for this mod. It would be nice if you can embed this file into your mod so everyone can use it.
If you need translation updates or other translations just ping/pm (is that possible here?) me.
- Attachments
-
- de.cfg
- German (de) translation
- (379 Bytes) Downloaded 161 times
Re: [MOD 0.12.x] Flow Control v1.1.1
Thanks! Added and updated.bNarFProfCrazy wrote:@GotLag
Here is the German (de) translation for this mod. It would be nice if you can embed this file into your mod so everyone can use it.
If you need translation updates or other translations just ping/pm (is that possible here?) me.
Re: [MOD 0.12.x] Flow Control v1.1.1
Thanks, this is a good mod. There are other similar mods, but I find this one superior. I try to avoid relying one the rotatable pipes in my thoroughly planned sections because sometimes I want the extra challenge or want that part of the factory to work even without the mod. But sometimes you just need to fix a simple problem quickly. The selection of pumps is also nice and probably even more useful than the pipes. The overflow valve is really great for oil production.
My mods: Capsule Ammo | HandyHands - Automatic handcrafting | ChunkyChunks - Configurable Gridlines
Some other creations: Combinassembly Language GitHub w instructions and link to run it in your browser | 0~drain Laser
Some other creations: Combinassembly Language GitHub w instructions and link to run it in your browser | 0~drain Laser
Re: [MOD 0.12.x] Flow Control v1.1.1
I'm glad you like it, that's exactly the kind of role I intended this mod to fill.
-
- Burner Inserter
- Posts: 5
- Joined: Mon Apr 25, 2016 10:21 am
- Contact:
Re: [MOD 0.12.x] Flow Control v1.1.1
Russian (ru) locale
Code: Select all
[entity-name]
check-valve=Обратный клапан
overflow-valve=Перепускной клапан
express-pump=Быстродействующий насос
pipe-elbow=Коленчатая труба
pipe-junction=Т-образная труба
pipe-straight=Прямая труба
[item-description]
check-valve=Допускает движение через себя только в одном направлении.
overflow-valve=Допускает движение через себя если труба или хранилище заполнено на 80+%
Re: [MOD 0.12.x] Flow Control v1.1.2
Thanks, updated.
Re: [MOD 0.12.x] Flow Control v1.1.2
Can you upload the mod as an attachment on the forum or at least to a better filehost? My downloads are maxing out at half a kilobyte per second at best. It's spending more time though with the download stalling. It's taken me four minutes so far to download 20kb. At this rate it's going to be another 35-40 minutes before I can finish downloading this despite it being so small.
Re: [MOD 0.12.x] Flow Control v1.1.2
Any chance this will be updated to .13.x ? Love using this mod.
Re: [MOD 0.12.x, 0.13.x] Flow Control
I've not had time to test it beyond starting a new map and placing the entities, please let me know if there are any 0.13 bugs.
Re: [MOD 0.12.x, 0.13.x] Flow Control
Tried to download, but being asked to login to mods.factorio.com? Already logged into the forums, what is this?
Re: [MOD 0.12.x, 0.13.x] Flow Control
Attached a copy to the first post.