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.
 

When will available SDE update for Strategic Cruisers

First post
Author
Mike Eshva
Veredictum
#1 - 2017-07-17 20:51:59 UTC
Namaste!
I am in process of updating our app to be able to fit Strategic Cruisers. We use SDE (of course) as our main data source. I've downloaded SDE update from 2017-07-12 and checked attributes 1367 (number of subsystems) for SCs and still have 5 not 4 as it should be.

Does anybody knows when the correct SDE will be available???

I used this query to get it against eve.db


SELECT invCategories.categoryID,
       invGroups.groupID,
       invTypes.typeID,
       invTypes.description,
       invTypes.typeName,
       invTypes.mass,
       invTypes.volume,
       invTypes.capacity,
       invTypes.basePrice,
       invTypes.published,
       invTypes.raceID,
       invTypes.marketGroupID,
       dgmTypeAttributes.attributeID,
       dgmTypeAttributes.valueInt,
       dgmTypeAttributes.valueFloat
  FROM (
           (
               invCategories
               INNER JOIN
               invGroups ON invCategories.categoryID = invGroups.categoryID
           )
           INNER JOIN
           invTypes ON invGroups.groupID = invTypes.groupID
       )
       INNER JOIN
       dgmTypeAttributes ON invTypes.typeID = dgmTypeAttributes.typeID
WHERE attributeID="1367" AND
( ( (invCategories.categoryID = 6 OR
            invGroups.categoryID = 65) AND
           invTypes.published = 1) OR
         invTypes.typeID IN (601, 596, 588, 606) )
ORDER BY typeName, attributeID
Blacksmoke16
Resilience.
#2 - 2017-07-17 21:35:15 UTC
Good catch. Pinging Mr. Steve.

It also is the same on ESI.

https://esi.tech.ccp.is/v3/universe/types/29986/
Mike Eshva
Veredictum
#3 - 2017-07-17 21:39:45 UTC  |  Edited by: Mike Eshva
Who is Mr. Steve and how to ping him?
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#4 - 2017-07-17 22:05:57 UTC
I'll ask.

It's entirely possible, however, that the attributes are no longer in use, and it's hardcoded.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Mike Eshva
Veredictum
#5 - 2017-07-17 22:08:43 UTC
Steve Ronuken wrote:
I'll ask.

It's entirely possible, however, that the attributes are no longer in use, and it's hardcoded.

Which attributes are used instead?