Nullius


In this Factorio prequel, you're an android terraforming planets and seeding them with life. Replaces all recipes and technology. No life means no coal, oil, wood, biters, or free oxygen, requiring varied renewable energy sources. For reliability, you'll focus on abundant elements from the air, sea, or common minerals such as iron ore, bauxite, sandstone, and limestone. Advanced technology enables asteroid mining of rarer elements.

Overhaul
3 months ago
1.1
29.6K
Environment Mining Fluids Manufacturing Power

i Colored Concrete layering disable

1 year, 2 months ago

Image of demonstration https://imgur.com/a/4MpcJAD

Is it possible to remove the layering of colored reinforced concrete? It results in glitches with certain color combinations due to the tile boundaries having incorrect sorting. Generally, the layering is just too distracting, when used as markings for the factory. It looks like steps being placed everywhere.

If this is not an option you want to add for everyone (Mod-startup setting perhaps?), could you point me in the direction of where it's handled in code so I can fix it myself? The landfill prototype has a tile entry for white concrete only, and I can't really determine how the layering is handled, or how to merge it seamlessly with the standard un-painted refined concrete.

10 months ago

I tried to change it, but couldn't get it to work. I tried overriding fields to match how hazard concrete is specified, and tried increasing transition_overlay_layer_offset on refined-concrete. It looked a little different, but still had the boundaries.

The colored concrete tiles originally come from the base game. Vanilla doesn't actually have items to place them, but the colored tiles already exist for whatever reason. So their appearance and their transitions aren't specified by Nullius. Nullius could potentially change their appearance, but so could a third party.

Nullius adds the white and orange tiles only. The colored tiles use the regular grey reinforced concrete and add a tint, but tints can't add color, only subtract it. Since the base is starting out as grey, you can't tint it to be white. And if you tint it to be orange it just ends up looking brown. So adding colors brighter than the regular grey concrete required a new base texture. It might make sense to switch yellow to that base texture too, but I think it looks OK as is. Theoretically, all of them including the original grey could be implemented by tinting the new brighter texture, but I haven't tested it to see how it looks. Probably the grey wouldn't look as nice, but some of the other colors might look better.

If you can figure out how to make the transitions blend together and still look decent, then go ahead. You can submit a patch to the git hub, which is linked from this page. If I think it looks acceptable, I'll include it in the next update. I don't object in theory.

New response