Compatibility with Auto Research
Closed this issue · 3 comments
This isn't a bug at all but I was wondering if there was anything that could be done about the missing research icons in the auto research mod. Screenshot: http://prntscr.com/k3nxsw It seems the author has added more compatibility between his mod and others in the past and a few other mods that I personally use have icons in the GUI that do show up but cant get yours' to. I was doing some digging in the code (novice to coding) and I think the problem may have something to do with the fact that the icons folder in your mod has subfolders for the science icons and maybe that his mod only looks at the main folder (tool.icon). This is the file I believe I should be looking at? https://github.com/canidae/factorio/blob/master/auto-research/data-final-fixes.lua Would it be best to specify your mod folders in his mod or to add icons to the main icon folder of your mod? Feel free to ignore/delete this post, wanted to see if you were willing to take a look at it for me briefly but this may not be the right place, thank you.
Hi,
As you can see auto-research/data-final-fixes.lua#7 he only puts the tool.icon as filename. The issue is that my potions are made of multiple images, and so my tools aka science packs have the attribute icons set instead of icon.
So this is an issue on his end, i'll open an issue on his github page.
Kind regards,
lovely_santa
Thank you very much for your help sir. I'm still learning little by little, I appreciate your professionalism and patience as well as your Factorio mods. Have a good day.
I'm glad I could help, trying to share my knowledge and creations with others :)