Hi, I play "All the Overhalls" and gold are generated but never silver, not at home planet, not at other planets. Silver ore are only as an byproduct but its not many. So i would have that it generats silver ore in new chunks. Its a basic ressource and the pack needs silver in so many reciep. Dont no is this a bug in All the Overhalls or not - but for me i wish the generated ore in the world.
So wich file and line i must edititing for this? (if i start new game the ore silver are not there at the ore-list. Gold and many other bz ore are there like titanium...)
THX!
In Map gen... only this:
if data.raw["autoplace-control"]["gold-ore"] and data.raw["map-gen-presets"] and data.raw["map-gen-presets"].default then
for name, preset in pairs(data.raw["map-gen-presets"].default) do
if type(preset) == "table" and
preset.basic_settings and
preset.basic_settings.autoplace_controls and
preset.basic_settings.autoplace_controls["iron-ore"] then
preset.basic_settings.autoplace_controls["gold-ore"] = preset.basic_settings.autoplace_controls["iron-ore"]
end
end
end