It's because, with the extra GUI elements added in 0.10.0 my ores mod adds enough to the menu to fill the screen, then DyTech adds even more, making it bigger than the screen.aklesey1 wrote:Good day, Dear bobigabout I encountered a problem when i have dytech f-mod bobplates and bobores on factorio version 0.10
Generation map menu doesn't fit on my screen - resolution 13766 x 768 and i can't see button named generation
How to solve this problem without disabling any mod from my mod list?
All my mods are lastest version, but dytech downloaded from this branch of factorio forum by this link https://forums.factorio.com/forum/vie ... =43&t=4212
I'll have to edit my resources to put them in groups instead of one option for each ore. The only problem with that is... what to group with what?
if you want to try and edit it yourself, you'll need to go to prototypes\entity and open an ore file, and edit the line
Code: Select all
control = "bauxite-ore"
Code: Select all
control = "rutile-ore"
Code: Select all
{
type = "autoplace-control",
name = "bauxite-ore",
richness = true,
order = "b-f-b"
},
Do this a couple more times, and you'll be able to see the buttons again.
In the mean time, I'm doing small edits here and there to my ores and plates mods. I'm sure it will be a couple more days before I'm ready to post it.