Bugs & FAQ
Moderator: Arch666Angel
Re: Bugs & FAQ
Powder mixer mk4 uses mk2 in recipe instead of mk3
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: Bugs & FAQ
Returning purified water from a condensation process is problematic, it would have to be more expensive than the process in the water treatment plant to balance it out. I would see the water treatment as the effective method and steam/condensation as the brute force method. The hook is that you can produce steam with an electric boiler and condensate it then, but I guess that process is already pretty energy intensive itself.
Fix added, thanks for the reportsolntcev wrote:Powder mixer mk4 uses mk2 in recipe instead of mk3
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
Re: Bugs & FAQ
Hey, not shure if i am right here, but i have a problem with my safegame since the latest update from angel mods - didnt found anything in here or on reddit, so i am not completly shure, if its that what brokens it - but thought i give it a try here.
So my problem is on the handcrafting side. If i want for example to craft something that has copper wires, it doesnt do. It just says, it dont have the ingredients - although i have. If i handcraft the wire manually, it will work.
http://i.imgur.com/CTRns35.png
So my problem is on the handcrafting side. If i want for example to craft something that has copper wires, it doesnt do. It just says, it dont have the ingredients - although i have. If i handcraft the wire manually, it will work.
http://i.imgur.com/CTRns35.png
Re: Bugs & FAQ
Same issue, something broke lastnight or after researching something, cant craft for example the wooden power poles anymore unless i craft the copper wire first and then the pole, game wont autocraft the copperwires.
Also about solder, is advanced smelting solder meant to make the actual solder instead the solder plates, totally skipping the resin+solderplate -> solder phase totally.
Also about solder, is advanced smelting solder meant to make the actual solder instead the solder plates, totally skipping the resin+solderplate -> solder phase totally.
Re: Bugs & FAQ
some problem after update - copper wires cannot be auto handcrafted when crafting something that use copper wires.
maybe it try use receipt for craft from copper wire coil?
maybe it try use receipt for craft from copper wire coil?
Re: Bugs & FAQ
It's a really longstanding base game bug. With no good solutions - bob ended dropping synthetic wood and using only wood because of that. I see Angle inadvertently created similar case here.denadan wrote:some problem after update - copper wires cannot be auto handcrafted when crafting something that use copper wires.
maybe it try use receipt for craft from copper wire coil?
In short - if there are two was to make given item (copper wire in this case) game will perceive only one of those ways for hand crafting. If that way ends up with items you don't have there is no way to hand craft that item if you don't have stuff for recipe game actually chose. And there doesn't seem to be a way to make game prefer one of recipes over another.
Re: Bugs & FAQ
Recursive Handcrafting Fix mod (https://mods.factorio.com/mods/Xuerian/ ... ndcrafting) fixed it by setting the recipes to assembler only:orzelek wrote:It's a really longstanding base game bug. With no good solutions - bob ended dropping synthetic wood and using only wood because of that. I see Angle inadvertently created similar case here.denadan wrote:some problem after update - copper wires cannot be auto handcrafted when crafting something that use copper wires.
maybe it try use receipt for craft from copper wire coil?
In short - if there are two was to make given item (copper wire in this case) game will perceive only one of those ways for hand crafting. If that way ends up with items you don't have there is no way to hand craft that item if you don't have stuff for recipe game actually chose. And there doesn't seem to be a way to make game prefer one of recipes over another.
Code: Select all
-- Source Code Form License Notice
-- This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
-- If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
-- Force Wooden Boards made from Synthetic to be made in Electronics machine, Force Cellulose wood to be created in assemblers
local function force_assembler(recipe)
if data.raw.recipe[recipe] then
data.raw.recipe[recipe].category = "electronics-machine"
end
end
-- Bob's Plates
-- Synthetic wood from oil
force_assembler("wooden-board-synthetic")
-- Angel's Bioprocessing
force_assembler("wood-from-cellulose-resin")
force_assembler("wood-from-cellulose")
-
- Manual Inserter
- Posts: 4
- Joined: Sat Jul 29, 2017 1:13 pm
- Contact:
"Crawler" Cunstruction Vehicle bug
Hello.
When driving the vehicle with AAI Unit remote controller, the setting "Enable logistics while driving" gets enabled.
Also the robots "lost" connection to the vehicle roboport, and stopped moving. Had to collect them manually and insert them again.
Also at the same time the "Vehicle burner generator lost all of it´s fuel.
When driving the vehicle with AAI Unit remote controller, the setting "Enable logistics while driving" gets enabled.
Also the robots "lost" connection to the vehicle roboport, and stopped moving. Had to collect them manually and insert them again.
Also at the same time the "Vehicle burner generator lost all of it´s fuel.
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: "Crawler" Cunstruction Vehicle bug
Eh yes and this is related to my mods in what way?bgbvskrubb wrote:Hello.
When driving the vehicle with AAI Unit remote controller, the setting "Enable logistics while driving" gets enabled.
Also the robots "lost" connection to the vehicle roboport, and stopped moving. Had to collect them manually and insert them again.
Also at the same time the "Vehicle burner generator lost all of it´s fuel.
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
Re: Bugs & FAQ
Sulfur recipe
I'm running Bobs + Angels + Marathon options on 0.15 and a dash of a few others.
When I opened up Petro, I could create Sulfur in the Hydro Plant after Separating it with Oil and Gas Separator
But when I needed more Sulfur, I could no longer select that recipe.
I did find a new Sulfur recipe under Coal Cracking using Advanced Chem Plants, but I had to level Tech up to it.
Just submitting I think both recipe should be available later in the game as Tech progresses.
Great Mods, cannot say enough, love playing through these!!!!
I'm running Bobs + Angels + Marathon options on 0.15 and a dash of a few others.
When I opened up Petro, I could create Sulfur in the Hydro Plant after Separating it with Oil and Gas Separator
But when I needed more Sulfur, I could no longer select that recipe.
I did find a new Sulfur recipe under Coal Cracking using Advanced Chem Plants, but I had to level Tech up to it.
Just submitting I think both recipe should be available later in the game as Tech progresses.
Great Mods, cannot say enough, love playing through these!!!!
-
- Manual Inserter
- Posts: 4
- Joined: Sat Jul 29, 2017 1:13 pm
- Contact:
Re: "Crawler" Cunstruction Vehicle bug
Is it so that the AAI is implemented to the vehicle by the AAI mod? Then my bad...Arch666Angel wrote:Eh yes and this is related to my mods in what way?bgbvskrubb wrote:Hello.
When driving the vehicle with AAI Unit remote controller, the setting "Enable logistics while driving" gets enabled.
Also the robots "lost" connection to the vehicle roboport, and stopped moving. Had to collect them manually and insert them again.
Also at the same time the "Vehicle burner generator lost all of it´s fuel.
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: "Crawler" Cunstruction Vehicle bug
Well the vehicle is in my mod, but the behavior that you can use the vehicles remotely is a feature that is implemented and handled solely by AAI, that's what the mod is for, so you should report that to earendal. But I already poked him and send the link.bgbvskrubb wrote:Is it so that the AAI is implemented to the vehicle by the AAI mod? Then my bad...Arch666Angel wrote:Eh yes and this is related to my mods in what way?bgbvskrubb wrote:Hello.
When driving the vehicle with AAI Unit remote controller, the setting "Enable logistics while driving" gets enabled.
Also the robots "lost" connection to the vehicle roboport, and stopped moving. Had to collect them manually and insert them again.
Also at the same time the "Vehicle burner generator lost all of it´s fuel.
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: Bugs & FAQ
A mod list would help, I dont see any reason why the expensive recipes for water treatment should not be thereSten wrote:Sulfur recipe
I'm running Bobs + Angels + Marathon options on 0.15 and a dash of a few others.
When I opened up Petro, I could create Sulfur in the Hydro Plant after Separating it with Oil and Gas Separator
But when I needed more Sulfur, I could no longer select that recipe.
I did find a new Sulfur recipe under Coal Cracking using Advanced Chem Plants, but I had to level Tech up to it.
Just submitting I think both recipe should be available later in the game as Tech progresses.
Great Mods, cannot say enough, love playing through these!!!!
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
Re: Bugs & FAQ
Sulfuric Waste Water can be obtained in large quantities, if your using Clean Coal to Coke recipe and using Coke or Coke Pellets to feed the steam engines.
I did it for just the carbon and coke requirements in electronics and smelting without the steam engines and i have enough sulfur so far.
I play expensive recipes, too, but it changed after my early game phase, so i'm maybe wrong .. or i did not understand the problem
I did it for just the carbon and coke requirements in electronics and smelting without the steam engines and i have enough sulfur so far.
I play expensive recipes, too, but it changed after my early game phase, so i'm maybe wrong .. or i did not understand the problem
-
- Manual Inserter
- Posts: 4
- Joined: Sat Jul 29, 2017 1:13 pm
- Contact:
Re: "Crawler" Cunstruction Vehicle bug
Thanks Angel.Arch666Angel wrote:Well the vehicle is in my mod, but the behavior that you can use the vehicles remotely is a feature that is implemented and handled solely by AAI, that's what the mod is for, so you should report that to earendal. But I already poked him and send the link.bgbvskrubb wrote:Is it so that the AAI is implemented to the vehicle by the AAI mod? Then my bad...Arch666Angel wrote:Eh yes and this is related to my mods in what way?bgbvskrubb wrote:Hello.
When driving the vehicle with AAI Unit remote controller, the setting "Enable logistics while driving" gets enabled.
Also the robots "lost" connection to the vehicle roboport, and stopped moving. Had to collect them manually and insert them again.
Also at the same time the "Vehicle burner generator lost all of it´s fuel.
And thanks for your great mod!
-
- Long Handed Inserter
- Posts: 68
- Joined: Thu Jan 15, 2015 2:20 pm
- Contact:
Re: Bugs & FAQ
Lithia water from Bob mods can't be barreled anymore - is this on purpose?
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: Bugs & FAQ
Cant remember why I disabled it, removed the call for the next version.tux_mark_5 wrote:Lithia water from Bob mods can't be barreled anymore - is this on purpose?
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
Re: Bugs & FAQ
I think I saw this report before, but I was not yet playing Angel's, so did not follow the thread.
Bob's Spawners still spawn colored artifacts even though it's disabled. I believe this only happens when playing with Angels and Bob's since they don't spawn with Bob's only.
Thanks.
Bob's Spawners still spawn colored artifacts even though it's disabled. I believe this only happens when playing with Angels and Bob's since they don't spawn with Bob's only.
Thanks.
Re: Bugs & FAQ
The new copper coil functionality is great, but unlocking it seems to mess up handcrafting - it stops me from crafting anything that requires copper cables unless I have either cables or coils in my inventory. (In particular, it won't make the cables automatically if I have copper plate.) Would making the recipe machine-only help?
Re: Bugs & FAQ
There was a response here earlier in this thread that might help.cellular wrote:The new copper coil functionality is great, but unlocking it seems to mess up handcrafting - it stops me from crafting anything that requires copper cables unless I have either cables or coils in my inventory. (In particular, it won't make the cables automatically if I have copper plate.) Would making the recipe machine-only help?