PDA

View Full Version : Game icon and image assets?



Niph
04-11-2017, 12:53 PM
I'm writing an application for Windows 10 that provides something similar to GorgonExplorer (http://www.gorgonexplorer.com/#!/home) but should also be up-to-date automatically. I'm trying to obtain some icons and images programatically from the game assets on Windows. Any suggestion on how to do it? They don't seem available as separate files, so currently I'm downloading them from other sites, such as GE, but these will not stay up-to-date.

Extractum11
04-11-2017, 01:30 PM
Icons are at cdn.projectgorgon.com/<version>/icons/icon_<icon #>.png
So this patch's icon for Calefaction is cdn.projectgorgon.com/v278/icons/icon_3069.png

Niph
04-11-2017, 01:39 PM
Thanks a lot. :)

I wish there was an index of what's available on cdn.projectgorgorn.com

Citan
04-16-2017, 01:11 AM
Here's a tiny bit of documentation: http://cdn.projectgorgon.com/v278/data/ (it's new -- and a work in progress).

Niph
04-16-2017, 03:07 PM
This is great! I'm going to take a look at these other files asap.