How can I get item icon path?
How can I get item icon path?
Hello there. I'm making a Stream Deck plugin to integrate it with Factorio quick bar and I need the best way to get item icon path or icon data. Could you help me?
Re: How can I get item icon path?
You could try the --dump-icon-sprites command line parameter to dump all icons from the game by prototype name, if you want it outside of the game. Inside the game (during runtime modding) you'll likely just need the SpritePath.
Out of personal curiosity, why are you looking to use a steam deck plugin for the quick bar instead of using the quick panel that's part of the controller based input?
Out of personal curiosity, why are you looking to use a steam deck plugin for the quick bar instead of using the quick panel that's part of the controller based input?
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
Re: How can I get item icon path?
Stream deck, not steam deckBilka wrote: Mon Jul 31, 2023 6:18 pm Out of personal curiosity, why are you looking to use a steam deck plugin for the quick bar instead of using the quick panel that's part of the controller based input?

https://www.elgato.com/us/en/p/stream-deck-mk2-black
My mods
Content: Lunar Landings | Freight Forwarding | Spidertron Patrols | Spidertron Enhancements | Power Overload
QoL: Factory Search | Module Inserter Simplified | Wire Shortcuts X | Ghost Warnings
Content: Lunar Landings | Freight Forwarding | Spidertron Patrols | Spidertron Enhancements | Power Overload
QoL: Factory Search | Module Inserter Simplified | Wire Shortcuts X | Ghost Warnings
Re: How can I get item icon path?
Oops, misread that indeed.Xorimuth wrote: Tue Aug 01, 2023 2:52 am Stream deck, not steam deck :)
https://www.elgato.com/us/en/p/stream-deck-mk2-black
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
Re: How can I get item icon path?
Thanks for the idea! I made it using the --dump-icon-sprites directive. I collect them when the stream deck plugin starts.
Now I am working on science and ammunition. And yes, it will support an amazing LCD panel on the new model
Now I am working on science and ammunition. And yes, it will support an amazing LCD panel on the new model

Re: How can I get item icon path?
I was wondering if you had made any progress on your plug in, I have a StreamDeck XL and would be very interested!