Bob's Metals, Chemicals and Intermediates


Smelt extra ores into plates, and make useful intermediate products. A key part of the Bob's mods suite.

Content
8 months ago
0.13 - 1.1
256K
Manufacturing

g [Info]Removed setting New Steel

7 months ago

bobplates_1.1.6
Removed setting New Steel. Now always true #98

What was the logic ? Now the player has to have oxygen before "steel-plate" can be produced
You already have code that could have checked the game progress

if force.technologies["chemical-processing-2"].researched then
force.technologies["steel-chemical-furnace"].researched = true --automatically unlock it
end

7 months ago

Bob's mods have far too many settings. It's confusing for players and a hassle for me, trying to maintain all the different combinations of settings. The majority of people don't change settings off their defaults.

Yes, oxygen is required for steel. That is by design and is realistic. Does this cause some other issue that I'm not aware of?

4 months ago
(updated 4 months ago)

bobplates_1.1.6
Removed setting New Steel. Now always true #98

What was the logic ? Now the player has to have oxygen before "steel-plate" can be produced
You already have code that could have checked the game progress

if force.technologies["chemical-processing-2"].researched then
force.technologies["steel-chemical-furnace"].researched = true --automatically unlock it
end

You can easily change this back. Just download a 1.1.3.

settings.lua
Copy from there a setting about bobmods-plates-newsteel and add it to settings 1.2.X with false trigger

Data-updates.lua

Copy from 52 - 153 from 1.1.3 into this 1.2.x
And copy from 176-180 from 1.1.3 into 1.2.x ( it's will be around 162 paragraph) and you will see your normal steel back without problem if you really wanna this.If you don't found it , it's called --- data.raw.recipe["steel-plate"].category = "chemical-furnace"

I'm hope the dev doesn't change this thing what i'm talking above. Bcs i'm myself prefer classic steel method over realistic.

4 months ago

Thank you E.V.L.S

4 months ago

It's not going to change back. Sorry.

4 months ago
(updated 4 months ago)

It's not going to change back. Sorry.

I'm little don't get you . You mean my method not work and don't back a classic steel, bcs it's work ?
Or you mean dev doesn't gonna make this option back no matter what ?

4 months ago

Bob has retired from modding. I maintain Bob's mods now, along with other mods. I'm not adding the setting back. Bob's mods have too many settings.

3 months ago

Bob has retired from modding. I maintain Bob's mods now, along with other mods. I'm not adding the setting back. Bob's mods have too many settings.

Got it, and thanks for continue maintain this mod.

New response