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.
 

Packaged item volume through evedump?

Author
Eduardo'o
Ministry of War
Amarr Empire
#1 - 2012-03-02 21:47:46 UTC
is there anyway to retrieve the packaged item volume from ships and items from the evedump?

I looked through all the attributes but did not really find it?

PS: is there any other way if not? (desperatly hoping) ?

Ed
Dragonaire
Here there be Dragons
#2 - 2012-03-02 22:36:37 UTC
They aren't in the SDD but I think someone made one and put it up somewhere on eve-id. Ships are easy to do yourself as each type (BS,Cruiser, etc) are the same no matter the race.

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

Desmont McCallock
#3 - 2012-03-03 08:48:22 UTC
I'm not hostile in anyway towards you but atm I can't find the proper set of words so you won't get me wrong.
The one positive thing about this forum version is that it has a 'search' ability.
By typing 'packaged volume' you get this page (which contains the answer).

Cheers.
Eduardo'o
Ministry of War
Amarr Empire
#4 - 2012-03-03 11:51:14 UTC
Desmont McCallock wrote:
I'm not hostile in anyway towards you but atm I can't find the proper set of words so you won't get me wrong.
The one positive thing about this forum version is that it has a 'search' ability.
By typing 'packaged volume' you get this page (which contains the answer).

Cheers.


I dont want to be perceived as being hostile either, but allow me to doubt the up-to-date-ness of a list of ships with some figures in a forum post dating back to 2009.08.09. Especially since ther was no reference on http://wiki.eve-id.net/CCP_Static_Data_Dump.

Thx for the reference to eve-id Dragonnaire, but it had checked it out already, I did not really find it, but i'll go and have another look later on today
Desmont McCallock
#5 - 2012-03-03 17:05:33 UTC
Be assured that if that list had changed since then, Entity would had posted an updated list.
Pay a visit to EVE-Dev IRC channel in coldfront to see who's Entity as you doubt me.
Eduardo'o
Ministry of War
Amarr Empire
#6 - 2012-03-03 22:20:36 UTC  |  Edited by: Eduardo'o
I have huge respect for anyone contributing to the eve developers community, but your friend needs to update his list, since I found that the prototype exploration ships are no in there. It is a detail, but I know he likes to be complete. Here is maybe a nice way of finding the packaged volume:

select typ.typeID
, typ.volume
, CASE typ.groupID
WHEN 324 THEN 2500 # AssaultShip
WHEN 448 THEN 1000 # AuditLogSecureContainer
WHEN 419 THEN 15000 # Battlecruiser
WHEN 27 THEN 50000 # Battleship
WHEN 898 THEN 50000 # BlackOps
WHEN 883 THEN 1000000 # CapitalIndustrialShip
WHEN 29 THEN 500 # Capsule
WHEN 12 THEN 1000 # CargoContainer
WHEN 547 THEN 1000000 # Carrier
WHEN 906 THEN 10000 # CombatReconShip
WHEN 540 THEN 15000 # CommandShip
WHEN 830 THEN 2500 # CovertOps
WHEN 26 THEN 10000 # Cruiser
WHEN 420 THEN 5000 # Destroyer
WHEN 485 THEN 1000000 # Dreadnought
WHEN 893 THEN 2500 # ElectronicAttackShips
WHEN 381 THEN 50000 # EliteBattleship
WHEN 543 THEN 3750 # Exhumer
WHEN 833 THEN 10000 # ForceReconShip
WHEN 649 THEN 1000 # FreightContainer
WHEN 513 THEN 1000000 # Freighter
WHEN 25 THEN 2500 # Frigate
WHEN 358 THEN 10000 # HeavyAssaultShip
WHEN 894 THEN 10000 # HeavyInterdictors
WHEN 28 THEN 20000 # Industrial
WHEN 941 THEN 500000 # IndustrialCommandShip
WHEN 831 THEN 2500 # Interceptor
WHEN 541 THEN 5000 # Interdictor
WHEN 902 THEN 1000000 # JumpFreighter
WHEN 832 THEN 10000 # Logistics
WHEN 900 THEN 50000 # Marauders
WHEN 463 THEN 3750 # MiningBarge
WHEN 952 THEN 1000 # MissionContainer
WHEN 659 THEN 1000000 # Mothership - Supercarrier
WHEN 237 THEN 2500 # Rookieship
WHEN 340 THEN 1000 # SecureCargoContainer
WHEN 31 THEN 500 # Shuttle
WHEN 834 THEN 2500 # StealthBomber
WHEN 963 THEN 5000 # StrategicCruiser
WHEN 30 THEN 10000000 # Titan
WHEN 380 THEN 20000 # TransportShip
WHEN 1022 THEN 500 # Prototype Exploration Ship
ELSE typ.volume
END packagedVolume
from evedump.invTypes typ