Bugs & FAQ
Moderator: Arch666Angel
-
- Burner Inserter
- Posts: 10
- Joined: Mon Apr 24, 2017 6:39 pm
- Contact:
Re: Bugs & FAQ
I'm using all available updated Bob's/Angel's and I can't seem to find a way to craft Silicon Wafers. They have "Mono Silicon" as an ingredient and the What's It Used For mod can't find a recipe to make Mono Silicon. I don't know if this is an Angels bug or a Bobs Bug, so I'm posting in both.
-
- Long Handed Inserter
- Posts: 66
- Joined: Thu Jun 01, 2017 6:52 pm
- Contact:
Re: Bugs & FAQ
"Mono Silicon" should be made from molten silicon, but the recipe isn't being added to Advanced Silicon Smelting 1 properly because a function is getting called with backwards arguments; instead of a recipe named "angels-plate-silicon" getting added to a technology named "angels-silicon-smelting-1", it's trying to add a recipe named "angels-silicon-smelting-1" to a technology named "angels-plate-silicon". Needless to say, it's not working terribly well.Biblicalflood wrote: ↑Wed Mar 06, 2019 3:40 pmI'm using all available updated Bob's/Angel's and I can't seem to find a way to craft Silicon Wafers. They have "Mono Silicon" as an ingredient and the What's It Used For mod can't find a recipe to make Mono Silicon. I don't know if this is an Angels bug or a Bobs Bug, so I'm posting in both.
-
- Burner Inserter
- Posts: 10
- Joined: Mon Apr 24, 2017 6:39 pm
- Contact:
Re: Bugs & FAQ
No, I can't imagine it is. I've started a new run with Bobs and just Angels Infinite Ores. I'll check for an updated Angels suite some time later. If I wait for Bio Processing I can start up my 0.16 save back up.
Re: Bugs & FAQ
bug...
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: Bugs & FAQ
Well it's more like that the lines disabling silicon for vanilla were in the wrong place.MageKing17 wrote: ↑Wed Mar 06, 2019 5:18 pm"Mono Silicon" should be made from molten silicon, but the recipe isn't being added to Advanced Silicon Smelting 1 properly because a function is getting called with backwards arguments; instead of a recipe named "angels-plate-silicon" getting added to a technology named "angels-silicon-smelting-1", it's trying to add a recipe named "angels-silicon-smelting-1" to a technology named "angels-plate-silicon". Needless to say, it's not working terribly well.Biblicalflood wrote: ↑Wed Mar 06, 2019 3:40 pmI'm using all available updated Bob's/Angel's and I can't seem to find a way to craft Silicon Wafers. They have "Mono Silicon" as an ingredient and the What's It Used For mod can't find a recipe to make Mono Silicon. I don't know if this is an Angels bug or a Bobs Bug, so I'm posting in both.
Well you added something that is messing with map gen presets, remove that and it will work.
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"
-
- Long Handed Inserter
- Posts: 66
- Joined: Thu Jun 01, 2017 6:52 pm
- Contact:
Re: Bugs & FAQ
???Arch666Angel wrote: ↑Wed Mar 06, 2019 9:30 pmWell it's more like that the lines disabling silicon for vanilla were in the wrong place.MageKing17 wrote: ↑Wed Mar 06, 2019 5:18 pm"Mono Silicon" should be made from molten silicon, but the recipe isn't being added to Advanced Silicon Smelting 1 properly because a function is getting called with backwards arguments; instead of a recipe named "angels-plate-silicon" getting added to a technology named "angels-silicon-smelting-1", it's trying to add a recipe named "angels-silicon-smelting-1" to a technology named "angels-plate-silicon". Needless to say, it's not working terribly well.Biblicalflood wrote: ↑Wed Mar 06, 2019 3:40 pmI'm using all available updated Bob's/Angel's and I can't seem to find a way to craft Silicon Wafers. They have "Mono Silicon" as an ingredient and the What's It Used For mod can't find a recipe to make Mono Silicon. I don't know if this is an Angels bug or a Bobs Bug, so I'm posting in both.
Code: Select all
OV.add_unlock( "angels-plate-silicon", "angels-silicon-smelting-1")
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: Bugs & FAQ
Doesn't matter because the whole item/recipe is not existing anymore, but I'll remove the call for your OCD
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"
-
- Manual Inserter
- Posts: 1
- Joined: Thu Mar 07, 2019 8:04 am
- Contact:
Re: Bugs & FAQ
bug,and the reason seem to be conflict with bob`s plant.
- Attachments
-
- QQ截图20190307155721.png (28.72 KiB) Viewed 5330 times
Re: Bugs & FAQ
Tryemp_zealoth wrote: ↑Wed Mar 06, 2019 2:34 pmCan you tell us when Bio Processing will get an update? I absolutely refuse to play without it <3
I'll just quietly wait for it in the corner
viewtopic.php?f=190&t=66506#p407078
Re: Bugs & FAQ
i am delete
data-final-fixes
if angelsmods.refining then
require("prototypes.generation.angels-override")
end
work in mods! pyanon and
data-final-fixes
if angelsmods.refining then
require("prototypes.generation.angels-override")
end
work in mods! pyanon and
Re: Bugs & FAQ
With factorio 0.17.8 refining 0.10.3 start to work.
-
- Inserter
- Posts: 33
- Joined: Fri Oct 30, 2015 2:52 am
- Contact:
Re: Bugs & FAQ
Arch666Angel , do you intend on looking at the ore spawning issues, or do you consider that outside the scope of your mod?
Re: Bugs & FAQ
Not sure where else to post this but here you go: https://goo.gl/Pd73NMemp_zealoth wrote: ↑Wed Mar 06, 2019 2:34 pmCan you tell us when Bio Processing will get an update? I absolutely refuse to play without it <3
I'll just quietly wait for it in the corner
All I did was remove the "to-main-inventory/to-quickbar" flags on the items/buildings, change the technology recipes to the new names(automation/logistics/chemical), change any instance of "raw-wood" to "wood" and changed the graphic for cellulose->wood to the "standard" wood icon with tiny cellulose in the corner.
Did some testing with my heavily bob's&angels, cellulose to wood makes regular wood as expected (also discovered that bobs uses wood now instead of the wacky raw->planklookingthing) so everything should all play nicely together .
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: Bugs & FAQ
I'm currently without internet because my provider is stupid.
Yeah but that requires a bit of fiddling around or finishing the rewrite of the resource generator. I decided to do later. So yes there will be a change and there is a chance to add the Infinite ore in ore mechanic with vanilla.brokenshakles wrote: ↑Fri Mar 08, 2019 11:24 pmArch666Angel , do you intend on looking at the ore spawning issues, or do you consider that outside the scope of your mod?
The bio update will include some other balancing change and there is an issue with tree and Puffer spawningInstantae wrote: ↑Fri Mar 08, 2019 11:52 pmNot sure where else to post this but here you go: https://goo.gl/Pd73NMemp_zealoth wrote: ↑Wed Mar 06, 2019 2:34 pmCan you tell us when Bio Processing will get an update? I absolutely refuse to play without it <3
I'll just quietly wait for it in the corner
All I did was remove the "to-main-inventory/to-quickbar" flags on the items/buildings, change the technology recipes to the new names(automation/logistics/chemical), change any instance of "raw-wood" to "wood" and changed the graphic for cellulose->wood to the "standard" wood icon with tiny cellulose in the corner.
Did some testing with my heavily bob's&angels, cellulose to wood makes regular wood as expected (also discovered that bobs uses wood now instead of the wacky raw->planklookingthing) so everything should all play nicely together .
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 can't wait for the official release!
Re: Bugs & FAQ
I think that the new resource system could do infinites inside normal ones. I don't know how to do that properly - it would need devs help or a lot of experimenting
I'm keeping RSO for now
I'm keeping RSO for now
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: Bugs & FAQ
I figured already out how to do that, but I think that ore spread is still better with RSO, or to phrase it differently it allows for a better control.
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"
-
- Manual Inserter
- Posts: 3
- Joined: Sat Mar 09, 2019 1:45 pm
- Contact:
Re: Bugs & FAQ
Should I wait for the fix to enable Silicon Plate?Arch666Angel wrote: ↑Wed Mar 06, 2019 9:30 pmWell it's more like that the lines disabling silicon for vanilla were in the wrong place.MageKing17 wrote: ↑Wed Mar 06, 2019 5:18 pm"Mono Silicon" should be made from molten silicon, but the recipe isn't being added to Advanced Silicon Smelting 1 properly because a function is getting called with backwards arguments; instead of a recipe named "angels-plate-silicon" getting added to a technology named "angels-silicon-smelting-1", it's trying to add a recipe named "angels-silicon-smelting-1" to a technology named "angels-plate-silicon". Needless to say, it's not working terribly well.Biblicalflood wrote: ↑Wed Mar 06, 2019 3:40 pmI'm using all available updated Bob's/Angel's and I can't seem to find a way to craft Silicon Wafers. They have "Mono Silicon" as an ingredient and the What's It Used For mod can't find a recipe to make Mono Silicon. I don't know if this is an Angels bug or a Bobs Bug, so I'm posting in both.
Or should I change my production line to go for Mono Silicon?
Or is there anyway I can change direct in the code?
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: Bugs & FAQ
The mono silicon is what will be used for circuits and such. I have take a look where else silicon is used but currently I dont have plans to re-add plates, I will include a Migration next update to convert all plates to the mono silicon ones.
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"
-
- Inserter
- Posts: 33
- Joined: Fri Oct 30, 2015 2:52 am
- Contact:
Re: Bugs & FAQ
Arch666Angel, thank you for you reply. When you get to it, please make sure that lowering the frequency spreads out the patches more, as expected. It would also be nice if the scaling slider did the same (Scale the patches apart, but without making them larger.) I'm interested in a hardcore rail world experience.