credomane / FactorioMods_FactorioMaps

Jeroon's Factorio Maps mod
http://www.factorioforums.com/14582
47 stars 7 forks source link

Factorio 0.15.7 introduced a breaking change to sprite icons. #12

Closed credomane closed 7 years ago

credomane commented 7 years ago

See Forum thread 46437 for more info. Sadly more mods than intended get caught mistakenly by this change. See bug report 46784 on the forums.

Once I learn what is going on there I can fix FactorioMaps for 0.15.7+.

credomane commented 7 years ago

Seems this is unfortunate side-effect of the breaking change in 0.15.7. Everything that creates a custom style in the data phase is now considered "broken" if another mod is truely broken.

Thank fully we can edit styles on the fly so I created a button helper than creates the style for me upon button creation dirty but properly working fix.

See https://github.com/credomane/FactorioMods_FactorioMaps/commit/1a2574a0c5d21933e142b050851c77a86a2a725c for the quick-n-dirty fix.