[0.16.37]Barrel graphics is wrong/no color overlay
[0.16.37]Barrel graphics is wrong/no color overlay
Barrels are missing their overlay/coloring. This wasn't an issue in 0.16.36, same save exhibits this issue when loading in .37, having just been saved and verified working in .36
- Deadlock989
- Smart Inserter
- Posts: 2529
- Joined: Fri Nov 06, 2015 7:41 pm
Re: [0.16.37]Barrel graphics is wrong/no color overlay
I've had a report of a similar problem with my mods, which use the same tinted layer technique as barrels.
Tested this on an old laptop. Recipe icons in the crafting tab are rendered correctly, but item icons in the main inventory that use icons instead of icon are all missing every layer above the base one.
Tested this on an old laptop. Recipe icons in the crafting tab are rendered correctly, but item icons in the main inventory that use icons instead of icon are all missing every layer above the base one.
- Attachments
-
- Untitled.png (252.44 KiB) Viewed 4948 times
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: [0.16.37]Barrel graphics is wrong/no color overlay
Yeah, I'm getting reports that my MK2 and MK3 logistic chests look wrong.
I'm told that they all just look like Titanium chests, so only the first layer is being loaded?
an example of the icon.
Apparently it looks right in the recipe list, but wrong on the item icon.
I have not checked it myself yet, but I'm confident that this is the same bug.
I'm told that they all just look like Titanium chests, so only the first layer is being loaded?
an example of the icon.
Code: Select all
icons = {
{
icon = "__boblogistics__/graphics/icons/titanium-chest.png",
},
{
icon = "__boblogistics__/graphics/entity/logistic-chest/logistic-chest-port.png",
},
{
icon = "__boblogistics__/graphics/entity/logistic-chest/logistic-chest-mask.png",
tint = {r = 0.9, g = 0.2, b = 0.1, a = 1}
}
},
I have not checked it myself yet, but I'm confident that this is the same bug.
Re: [0.16.37]Barrel graphics is wrong/no color overlay
Just to clarify, this still happend after loading without any mods enabled.
https://www.reddit.com/r/factorio/comme ... ure_issue/
This guy seems to have the same issue aswell.
https://www.reddit.com/r/factorio/comme ... ure_issue/
This guy seems to have the same issue aswell.