Pages: [1] :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |
Clone D
Solo Zen
1
|
Posted - 2015.06.03 13:53:00 -
[1] - Quote
Is there any public API that grants access to the Dust 514 market data, or the game object data: dropsuit stats, weapon stats, equipment stats, vehicle stats, etc.? |
THUNDERGROOVE
Fatal Absolution Negative-Feedback
1
|
Posted - 2015.06.03 18:04:00 -
[2] - Quote
Clone D wrote:Is there any public API that grants access to the Dust 514 market data, or the game object data: dropsuit stats, weapon stats, equipment stats, vehicle stats, etc.? You can lookup market data. Just amount of each items sold.
For this you actually end up using the EVE CREST MarketHistory endpoint located here
For game data look at the DUST514 SDE here.
If you want to see how to use the SDE, take a look at my sde package here The package uses encoded binary dumps of the SDE struct that is generated using this It's written in Go, but it should be fairly readable even if you don't know the language.
The cup is not half empty as pacifists sayyyyyyyyy
AIV member.
|
Clone D
Solo Zen
1
|
Posted - 2015.06.04 01:50:00 -
[3] - Quote
THUNDERGROOVE wrote:Clone D wrote:Is there any public API that grants access to the Dust 514 market data, or the game object data: dropsuit stats, weapon stats, equipment stats, vehicle stats, etc.? You can lookup market data. Just amount of each items sold. For this you actually end up using the EVE CREST MarketHistory endpoint located hereFor game data look at the DUST514 SDE here. If you want to see how to use the SDE, take a look at my sde package hereThe package uses encoded binary dumps of the SDE struct that is generated using thisIt's written in Go, but it should be fairly readable even if you don't know the language.
Just awesome! Had some fun with the data this evening. Thanks, THUNDERGROOVE!
Is there any graphics data at our disposal - raster images, 3d files?
For instance, where did the boys at protofits.com acquire their images? |
THUNDERGROOVE
Fatal Absolution Negative-Feedback
1
|
Posted - 2015.06.04 06:38:00 -
[4] - Quote
Clone D wrote:
Just awesome! Had some fun with the data this evening. Thanks, THUNDERGROOVE!
Is there any graphics data at our disposal - raster images, 3d files?
For instance, where did the boys at protofits.com acquire their images?
All of the images come from what is called the Image Export Collection(IEC) from EVE here
What you would want would be the types zip. You would find the TypeID of the item you want and lookup the file in the following format {TypeID}_{Size}.png
So if you wanted the icon for an Amarr Assault ak.0 you would find it at 364022_64.png
Of course this is only an icon, but it's what we get as poor dusties when it comes to development resources.
The cup is not half empty as pacifists sayyyyyyyyy
AIV member.
|
Clone D
Solo Zen
1
|
Posted - 2015.06.04 11:30:00 -
[5] - Quote
THUNDERGROOVE wrote:Clone D wrote:
Just awesome! Had some fun with the data this evening. Thanks, THUNDERGROOVE!
Is there any graphics data at our disposal - raster images, 3d files?
For instance, where did the boys at protofits.com acquire their images?
All of the images come from what is called the Image Export Collection(IEC) from EVE hereWhat you would want would be the types zip. You would find the TypeID of the item you want and lookup the file in the following format {TypeID}_{Size}.png So if you wanted the icon for an Amarr Assault ak.0 you would find it at 364022_64.png Of course this is only an icon, but it's what we get as poor dusties when it comes to development resources.
Good enough for me! This cuts down on development time for fan projects. You have provided invaluable references and tips! |
THUNDERGROOVE
Fatal Absolution Negative-Feedback
1
|
Posted - 2015.06.05 02:15:00 -
[6] - Quote
Yeah no problems. Just let me know if you need anything else!
The cup is not half empty as pacifists sayyyyyyyyy
AIV member.
|
|
|
|
Pages: [1] :: one page |
First page | Previous page | Next page | Last page |