These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

How to get *.png file name for given typeID ?

Author
Bael Gar
Russian SOBR
#1 - 2012-11-04 21:54:05 UTC
I have downloaded archives with icons

Inferno_1.2_Types.zip
Inferno_1.2_Icons.zip
Inferno_1.2_Renders.zip

Also I have downloaded YAML files "typeIDs.yaml", "iconsIDs.yaml" and "graphicIDs.yaml"

Now I have an item, say, 'Caldari Control Tower' and want to find out what icon file I should use to display that item.
According invTypes table it has typeID = 16213

Looking in file "typeIDs.yaml"
Quote:

16213:
graphicID: 2599
radius: 3275.0


Looking in "graphicIDs.yaml" for graphicsID = 2599
Quote:

2599:
description: Caldari_Tower_Final
graphicFile: res:/Model/Deployables/finalDeployables/Caldari_Tower_Final.blue


ShockedShockedShocked what does this mean ?? where I should take file name for PNG file ?


NickyYo
modro
The Initiative.
#2 - 2012-11-04 23:19:53 UTC  |  Edited by: NickyYo
Bael Gar wrote:
I have downloaded archives with icons

Inferno_1.2_Types.zip
Inferno_1.2_Icons.zip
Inferno_1.2_Renders.zip

Also I have downloaded YAML files "typeIDs.yaml", "iconsIDs.yaml" and "graphicIDs.yaml"

Now I have an item, say, 'Caldari Control Tower' and want to find out what icon file I should use to display that item.
According invTypes table it has typeID = 16213

Looking in file "typeIDs.yaml"
Quote:

16213:
graphicID: 2599
radius: 3275.0


Looking in "graphicIDs.yaml" for graphicsID = 2599
Quote:

2599:
description: Caldari_Tower_Final
graphicFile: res:/Model/Deployables/finalDeployables/Caldari_Tower_Final.blue


ShockedShockedShocked what does this mean ?? where I should take file name for PNG file ?




It means whoever released the files is an ass hole, why not just download the database dump and get it that way?

p.s it looks like the file you are trying to open is a model file.. so that means it is not an image...

..

Cyerus
University of Caille
Gallente Federation
#3 - 2012-11-05 04:13:59 UTC  |  Edited by: Cyerus
CCP has changed the graphics dump to be purely based on itemID rather than graphicID.

Item with itemID 12345 has 12345.png
Bael Gar
Russian SOBR
#4 - 2012-11-05 04:53:31 UTC
Cyerus wrote:
CCP has changed the graphics dump to be purely based on itemID rather than graphicID.

Item with itemID 12345 has 12345.png



Agrrrhhh, got it. The item that has iconID in database can be treated as usual and icon file name can be found via eveIcons table (or through iconIDs.yaml file). The item that has no itemID filled in database has icon in "Render" folder with the same name as typeID