[MOD 0.13] Water Well - pump water from the underground
Re: [MOD 0.12.X] Water Well 1.0.9
WTF !!!!!!!!
That's a long list...
I will have some hard work to see what's the problem.
I don't know most of these mods...
Do you know which mod could play with recipes or assembly machines ?
One more thing : could you uninstall all mod but mine, and test that with ONLY my mod, you can blueprint the waterwell + a connected tank?
EDIT: I see you have aquiferdrill that works like my mod : do you have the same problem with it ?
EDIT 2 : then could you try to disable only your mods dealing with blueprints ?
That's a long list...
I will have some hard work to see what's the problem.
I don't know most of these mods...
Do you know which mod could play with recipes or assembly machines ?
One more thing : could you uninstall all mod but mine, and test that with ONLY my mod, you can blueprint the waterwell + a connected tank?
EDIT: I see you have aquiferdrill that works like my mod : do you have the same problem with it ?
EDIT 2 : then could you try to disable only your mods dealing with blueprints ?
My mods on the Factorio Mod Portal
Re: [MOD 0.12.X] Water Well 1.0.9
xDbinbinhfr wrote:WTF !!!!!!!!
That's a long list...
blueprint-string is the mod that breaks your mod, but not aquifier drill.
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] Water Well 1.0.9
So you are using that mod to copy/paste bluestrings ?
I will have a look at it, but I suspect that it forgot to copy recipes (what the original blueprint does).
I will have a look at it, but I suspect that it forgot to copy recipes (what the original blueprint does).
My mods on the Factorio Mod Portal
Re: [MOD 0.12.X] Water Well 1.0.9
No, simply having it installed and enabled will break you mod. I don't have to use it.binbinhfr wrote:So you are using that mod to copy/paste bluestrings ?
I will have a look at it, but I suspect that it forgot to copy recipes (what the original blueprint does).
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] Water Well 1.0.9
Yes I tested this blueprint-string and found the problem : it writes
And in our fake assembly machine (me and aquifer), we use a disabled recipe.
And the blueprint-string mod refuses to copy this disabled recipe.
EDIT : I changed my mod to be compatible (using hidden recipe instead of disabled).
v1.0.10
please try with blueprint-string and tell me if everyting ok for you
Code: Select all
script.on_event(defines.events.on_robot_built_entity, function(event)
local entity = event.created_entity
if (entity and entity.type == "assembling-machine" and entity.recipe and not entity.recipe.enabled) then
entity.recipe = nil
end
end)
And the blueprint-string mod refuses to copy this disabled recipe.
EDIT : I changed my mod to be compatible (using hidden recipe instead of disabled).
v1.0.10
please try with blueprint-string and tell me if everyting ok for you
My mods on the Factorio Mod Portal
Re: [MOD 0.12.X] Water Well 1.0.4
^^ This.Sander_Bouwhuis wrote:Getting water to oil facilities is a MAJOR hassle. Thanks for removing this annoyance in a very believable way!
Throwing petroleum gas pipes around my compact heavily packed base is unfun enough, to have to throw water pipes around even more, it is a major pain in the butt. Thanks for the mod, i use it only in my base, since it can be exploited by being able to build steam produced electricity in water-less expansions ( i prefer the diesel-electric + solar power, for 'RP" reasons).
As always, the decision to cheat on myself or not is mine, the player.
Re: [MOD 0.13.X] Water Well - pump water from the underground
0.13 update
My mods on the Factorio Mod Portal
Re: [MOD 0.13.X] Water Well - pump water from the underground
very informative what change . . .binbinhfr wrote:0.13 update
Re: [MOD 0.13.X] Water Well - pump water from the underground
Obviously that it now works with v0.13 of factorio instead of just factorio v0.12 q:tzombiek wrote:very informative what change . . .binbinhfr wrote:0.13 update
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.13.X] Water Well - pump water from the underground
Qon and I do not speak the same langage, but we understand each otherQon wrote:Obviously that it now works with v0.13 of factorio instead of just factorio v0.12 q:
My mods on the Factorio Mod Portal
Re: [MOD 0.13] Water Well - pump water from the underground
Can I use this mod to make kind of the same thing, but with an oil pumpjack which can extract crude oil from any spot of the map ?
Re: [MOD 0.13] Water Well - pump water from the underground
This kind of free resources mod already exists : https://mods.factorio.com/mods/Mooncat/creative-modeNerze wrote:Can I use this mod to make kind of the same thing, but with an oil pumpjack which can extract crude oil from any spot of the map ?
You can also use my mining tools mod https://mods.factorio.com/mods/binbinhfr/MiningTools
with its special dynamites that creates oil patches on the map.
My mods on the Factorio Mod Portal
Re: [MOD 0.13] Water Well - pump water from the underground
My intention was not to create a infinite godlike oil machine, but more a pumpjack which can be used to totally automatise oil production without any need of human intervention and produce a modest amount of crude oil. Of course, if you accept, I'll give you credit !
Re: [MOD 0.13] Water Well - pump water from the underground
Oh I did not understand that you want to use the code. I thought you asked me if I can modify my code.Nerze wrote:My intention was not to create a infinite godlike oil machine, but more a pumpjack which can be used to totally automatise oil production without any need of human intervention and produce a modest amount of crude oil. Of course, if you accept, I'll give you credit !
But it's ok for me.
PS : You know that oil patches are never fully depleted and always give this minimum amount you are talking about ?
That's why I thought that mining tools oil dynamite would help you create oil patches where you want, that at the end would always give a little bit oil.
My mods on the Factorio Mod Portal
Re: [MOD 0.13] Water Well - pump water from the underground
OK, tanks you a lot ! I knew that, but 0,1 oil per second is just... not enough for big factories
Re: [MOD 0.13] Water Well - pump water from the underground
Hey, I was going to play my game and it says it need basemod v 0.14? Why the fuck it doesnt work with v 0.13 also? Do I have to scrap my game for that??
Re: [MOD 0.13] Water Well - pump water from the underground
Hi,
I noticed the update makes it only work on 0.14.
Is there a way to make it work on both 0.13 and 0.14?
thanks,
jon
I noticed the update makes it only work on 0.14.
Is there a way to make it work on both 0.13 and 0.14?
thanks,
jon
Re: [MOD 0.13] Water Well - pump water from the underground
No sorry, if you want to stay under 0.13, you have to avoid the auto-updater. You can download last 0.13 version here :
https://mods.factorio.com/mods/binbinhfr/WaterWell
https://mods.factorio.com/mods/binbinhfr/WaterWell
My mods on the Factorio Mod Portal
Re: [MOD 0.13] Water Well - pump water from the underground
It seems if you want to stay in 0.13, factorio 0.13.19 corrects this problem and do not try to update mods to 0.14 anymore...
My mods on the Factorio Mod Portal
-
- Burner Inserter
- Posts: 12
- Joined: Mon Aug 15, 2016 6:07 am
- Contact:
Re: [MOD 0.13] Water Well - pump water from the underground
I need version 1.0.10 so I can play with my friends, factorio auto updated my mods, so I don't have my old ones anymore.