Adds compact Mk2/3/4/5 solar panels that are 4/16/64/256 times more powerful than basic ones. Same with accumulators.
Mods introducing new content into the game.
Changes to power production and distribution.
When the game is set to high resolution the mod tries to find: CompactPower/graphics/entity/hr-solar-panel/hr-solar-panel-mk2.png
instead of
CompactPower/graphics/entity/solar-panel/hr-solar-panel-mk2.png
Yep, looks like that fixes it, if you change line 31 in prototypes/entities.lua:
from filename = tiered_entity_icon("hr-solar-panel", tier), to filename = tiered_entity_icon("solar-panel", tier),
it seems to work...
Should be fixed now. :)
Thanks! :D