Pages: 1 2 3 4 :: [one page] |
|
Author |
Thread Statistics | Show CCP posts - 3 post(s) |
|

CCP Garthagk

|
Posted - 2007.12.04 17:05:00 -
[1]
Here's the SQL so far. Thanks again to our anonymous friend for converting this to MySQL.
trinity_1.0_sql.zip [MS SQL, 39MB] trinity_1.0_sql_mysql5.tar.bz2 [MySQL, 30MB]
Icons are still in progress, actually updating the code to render it out to work with the Trinity client is taking some time.
-------------- Garthagk - EVE Software Group - EVE API Guy
Proud to fly Amarr. Long live the Emperor...well, the Empire at least. |
|
|

Chribba
Otherworld Enterprises Otherworld Empire
|
Posted - 2007.12.04 17:11:00 -
[2]
Nice then I got something to do while DT tomorrow 
Secure 3rd party service ■ the Love project |
|

Vessper
The Graduates Brutally Clever Empire
|
Posted - 2007.12.04 17:30:00 -
[3]
Excellent - thank your sir  --------------
EveHQ Character App | Item Database |

Jameroz
Art of War
|
Posted - 2007.12.04 17:32:00 -
[4]
Thanks especially for the MySQL version! 
|

Mercahnt
|
Posted - 2007.12.04 17:43:00 -
[5]
how can i view that ?
|

cinderbrood
Caldari Dark Prophecy Inc. Knights Of the Southerncross
|
Posted - 2007.12.04 17:45:00 -
[6]
where do we send love and bree?
Thanks Gives me something to do now \o/
|

cinderbrood
Caldari Dark Prophecy Inc. Knights Of the Southerncross
|
Posted - 2007.12.04 17:48:00 -
[7]
Originally by: Mercahnt how can i view that ?
Its just a database file so upload it into a database and code some scripts to view it or look through it in the database manually.
Im working with my own scripts to dump it into something readable for my own use, If there clean enough for anyone to setup and use i may post a link to the downloads. But they not finished yet so doing so now would be pointless.
If the veldgod ( mr chribba of course ) wouldn't mind and i get em done in time, Ill try and contact him to get them hosted viewable on eve files if he hasn't done his own such yet.
|
|

CCP Garthagk

|
Posted - 2007.12.04 17:51:00 -
[8]
Just a note, apparently with this expansion we've decided to modernize some of our items: you'll find Microsoft style "Smart Quotes" and similar evil things in some item names and descriptions.
I leave dealing with this an exercise for the reader...
-------------- Garthagk - EVE Software Group - EVE API Guy
Proud to fly Amarr. Long live the Emperor...well, the Empire at least. |
|

dimensionZ
Reikoku Band of Brothers
|
Posted - 2007.12.04 18:13:00 -
[9]
Wewt, first time that the data export is available BEFORE the expansion \o/ Now if we can get the icons tomorrow :P that would be grand ----------------------------------------
|

Clogs'R'us
Caldari The Crimson Death
|
Posted - 2007.12.04 22:27:00 -
[10]
Awsome!
Thank you very much!
|
|

Amida Ta
|
Posted - 2007.12.04 23:38:00 -
[11]
Do we also get the CSVs?
|
|

CCP Garthagk

|
Posted - 2007.12.06 11:56:00 -
[12]
Originally by: Amida Ta Do we also get the CSVs?
Sorry, the CSVs are not being exported at this time. I'm sure someone would be willing to get you a CSV of the data you want, though, or you could use the SQL files here to generate your own.
-------------- Garthagk - EVE Software Group - EVE API Guy
Proud to fly Amarr. Long live the Emperor...well, the Empire at least. |
|

dimensionZ
Reikoku Band of Brothers
|
Posted - 2007.12.06 12:07:00 -
[13]
Noticed that the icon pack came in black/grey/white. But we used to have the transparent PNGs, anychance of getting that again ? ----------------------------------------
|

dimensionZ
Reikoku Band of Brothers
|
Posted - 2007.12.06 12:18:00 -
[14]
Originally by: dimensionZ Noticed that the icon pack came in black/grey/white. But we used to have the transparent PNGs, anychance of getting that again ?
Seems that they already are transparents. My mistake! ----------------------------------------
|

Schwigg
Station Huggers Inc.
|
Posted - 2007.12.07 03:58:00 -
[15]
I have the MySQL version of the data dump and I'm trying to import it into a hosted database, but I'm running into a couple of issues... I'm hoping someone here can help.
1. My interface to the database is PHPMyAdmin, which has a 2MB limit on imported SQL files. I'm assuming that breaking up the SQL files will do the trick, but this will be pretty tedious when I get to some of the larger files.
2. Even for files < 2MB in size, I'm still getting errors on the lines with the /* */ text.
Is there anyone here that has been able to import these files into MySQL using PHPMyAdmin? Any tips & tricks to make the process a little easier? Unfortunately, my hosting provider does not allow for shell access, so I'm not sure I can use MySQL directly.
-Schwigg
Founder, CEO Station Huggers, Inc. |

Rhispa
Merch Industrial GoonSwarm
|
Posted - 2007.12.07 13:53:00 -
[16]
Edited by: Rhispa on 07/12/2007 13:52:56 I tried importing with phpMyAdmin once and gave up on the first big file, it's just too tedious.
Your best bet is trying the Mysql Query Browser which is part of the mysql gui tools. With this I've never had any problems even with the largest files.
|

Clogs'R'us
Caldari The Crimson Death
|
Posted - 2007.12.07 14:39:00 -
[17]
If your mysql server is on linux or unix the command line workes the best.
you can just unzip the files to a folder and create a batch script something like:
Quote:
#!/bin/bash
for file in /pathtofiles/*.sql do echo =========================== echo Updating file $file mysql -u username --password=yourpassword -D yourdatabase < $file done
to get full details on the import you can add "-v" in the mysql command. The -v can be added more than once for more details. Remember that you will need to make the file executable with a 'chmod 700 srcipt", and the script as I have it has your password in it, and you need to be keep in mind who might see that script. I would remove it as soon as I am done using it.
|

Marak Bon
|
Posted - 2007.12.08 22:25:00 -
[18]
Thankyou very much.
******s knuckles*
Time to have some fun 
|

DaOpa
Amarr Static Corp
|
Posted - 2007.12.09 23:02:00 -
[19]
Question for a couple of the provided tables ..
I see there is one for Agt Offer Details.. This shows all the different types of LP offers..
My question is .. would I be missing a table that shows what LP Offers go with the corps?
Or is that information just not provided .. !
K thnx
---------- Static Corp Website |

Merrowinger
|
Posted - 2007.12.10 09:34:00 -
[20]
Hi there. I found out that in this db dump there are many "test-items" in the invTypes table. Like skills that should not appear in game. I use this table for a Tool in which the normal (gettable) items should be available but not things like test-scripts or Stargates. In the last db dumps i could sort these things out. I dont exactly remember how i did this, but im pretty sure i have done it with help of the "published" column. But in this dump there are things like cargo container or the velator marked with "published=false". In the Backup of the last db dump i see the velator as "published=true". So is this maybe an error in the db release? Or is it a misunderstanding of the "published" column by myself?
If its a misunderstanding, please tell me how i can get rid of testobjects in the invtypes table.
|
|

Clogs'R'us
Caldari The Crimson Death
|
Posted - 2007.12.10 17:23:00 -
[21]
Quote: Rendered blueprint icons are not yet available. We're working on them.
Anyword on the blueprint icons yet.. 
|

Amida Ta
|
Posted - 2007.12.10 23:54:00 -
[22]
Edited by: Amida Ta on 10/12/2007 23:54:23
Originally by: Merrowinger Hi there. I found out that in this db dump there are many "test-items" in the invTypes table. Like skills that should not appear in game. I use this table for a Tool in which the normal (gettable) items should be available but not things like test-scripts or Stargates. In the last db dumps i could sort these things out. I dont exactly remember how i did this, but im pretty sure i have done it with help of the "published" column. But in this dump there are things like cargo container or the velator marked with "published=false". In the Backup of the last db dump i see the velator as "published=true". So is this maybe an error in the db release? Or is it a misunderstanding of the "published" column by myself?
If its a misunderstanding, please tell me how i can get rid of testobjects in the invtypes table.
Usually you can identify testobjects because they have special ID numbers which are higher or somehow else different from the rest.
|

Monsieur
|
Posted - 2007.12.11 00:12:00 -
[23]
Thanks a lot for this info...
It really *is* awesome of you to make this stuff available to us players!
|

Raquel Smith
Caldari Freedom-Technologies
|
Posted - 2007.12.11 22:18:00 -
[24]
Edited by: Raquel Smith on 11/12/2007 22:18:44 Postgres 8.1 dump available here: http://dl.eve-files.com/media/corp/crudvis/trinity-postgres-8.1.zip
edit: linky
-- Creator of The Ruby API Library |

Bellatroix
Gallente Eve University Ivy League
|
Posted - 2007.12.11 22:33:00 -
[25]
Just another quick note that you may already know about - it looks like some of the DX9 icons, especially the smaller ones, are still using the DX8 shots of the ships. The Dominix (ID 645) is one of the ones I noticed - the 256 and 128 sizes are the new model, the smaller icons are the old icon/model.
Otherwise, this is awesome. Nice and easy to update :)
|

Azia Burgi
Caldari Science and Trade Institute
|
Posted - 2007.12.13 14:55:00 -
[26]
I've been waiting for a devblog announcing this! sneaky forum posts 4TL!
has anyone got an MS Access version yet?
Azia Burgi http://azia.geekandproud.co.uk BP Profit Calculator EVE Cemetery |

Jack Toad
Federal Space Academy Red Army Alliance
|
Posted - 2007.12.14 05:29:00 -
[27]
Made an sqlite3 version of the dump. Where I can put it to share? 
|

Holy Cheater
Red Alliance
|
Posted - 2007.12.14 10:04:00 -
[28]
ship images are not fully rendered: there are some old ship images.
|

Flaming Candle
|
Posted - 2007.12.14 12:27:00 -
[29]
Originally by: Jack Toad Made an sqlite3 version of the dump. Where I can put it to share? 
You could try eve-files.
|

Jack Toad
Federal Space Academy Red Army Alliance
|
Posted - 2007.12.17 10:33:00 -
[30]
Edited by: Jack Toad on 17/12/2007 10:35:55 Edited by: Jack Toad on 17/12/2007 10:34:03
Originally by: Flaming Candle
Originally by: Jack Toad Made an sqlite3 version of the dump. Where I can put it to share? 
You could try eve-files.
Thank you.
Here it is: http://dl.eve-files.com/media/0712/trinity_1.0_sqlite3.db.zip [~60Mb] PS: It's conversion of the Mysql5 version of the dump with the same keys and indexes.
|
|

Simmith
Royal Geographic Society Safe And Fun Environment
|
Posted - 2007.12.18 11:18:00 -
[31]
Originally by: DaOpa Question for a couple of the provided tables ..
I see there is one for Agt Offer Details.. This shows all the different types of LP offers..
My question is .. would I be missing a table that shows what LP Offers go with the corps?
Or is that information just not provided .. !
K thnx
I have the same issue, no info seems to be provided about which corps offer what candy, as such its unusable in any LP database.
/Sim
LP Store Database | ME Evaluator |

Jedzias Miezekatze
|
Posted - 2007.12.18 20:37:00 -
[32]
Hmmmmmm
INSERT INTO TL2MaterialsForTypeWithActivity (typeID,activity,requiredTypeID,quantity,damagePerJob) VALUES(784,1,34,-660,1); ... and so on. gives things like: blueprintTypeIDgroupIDmarketGroupIDproductTypeIDtypeNameactivityactivityNamequantitydamagePerJobrequiredTypeIDrequiredTypeName 10644411986Basilisk Blueprint1Manufacturing-189848134Tritanium (another wrong? line)
you see the minus in the quantity value ?. May i ask if its possible you export correct data ? 
|

Wardo21
The Arcanum
|
Posted - 2007.12.18 21:09:00 -
[33]
Originally by: Jedzias Miezekatze you see the minus in the quantity value ?. May i ask if its possible you export correct data ? 
I seem to recall that the negative numbers are the quantities required for lesser items. In the example you gave, that would be the trit that goes into the Osprey required for the Basilisk. Something to do with the costs of an item I think. The interface looks at the negatives when figuring the base cost of a Basilisk (as positive numbers of course). And the interface doesn't display the negative numbers in the BP show info screen.
I may be wrong on this, so take it with a grain of salt...
Wardo21
|

Jedzias Miezekatze
|
Posted - 2007.12.18 23:22:00 -
[34]
Thx Wardo21. i will take a look into this and invent the wheel new. 
|

Jedzias Miezekatze
|
Posted - 2007.12.18 23:51:00 -
[35]
blueprintTypeIDgroupIDmarketGroupIDproductTypeIDtypeNameactivityactivityNamequantitydamagePerJobrequiredTypeIDrequiredTypeName 10644411986Basilisk Blueprint1Manufacturing-189848134Tritanium
106275686Osprey Blueprint1Manufacturing204436134Tritanium
difference = +14588
.... but there is no tritanium required to build a Basilisk.... shows me the market and info on Basilisk BPO.
I think its more complex or at all a crappy export, hehehe.
CCP Garthagk: Please wash away my tears :)
|

Cata Clysms
Caldari SteelVipers YouWhat
|
Posted - 2007.12.19 08:07:00 -
[36]
I have a little Problem to find some Attributes for my Shiplist from the Database.
I cant find:
- Structure of a Ship - Turret Hardpoints - Launcher Hardpoints
All other Attributes are defined in invtypes or dgmtypeattributes table. Someone knows the location of that data? 
|

Vessper
The Graduates Brutally Clever Empire
|
Posted - 2007.12.19 08:53:00 -
[37]
Originally by: Cata Clysms I have a little Problem to find some Attributes for my Shiplist from the Database.
I cant find:
- Structure of a Ship - Turret Hardpoints - Launcher Hardpoints
All other Attributes are defined in invtypes or dgmtypeattributes table. Someone knows the location of that data? 
You must have missed them - they are all in the dgmTypeAttributes table:
Structure: attributeID = 9 (hp) Launchers: attributeID = 101 (Launcher hardpoints) Turrets: attributeID = 102 (Turret hardpoints)
--------------
EveHQ Character App | Item Database |

Cata Clysms
Caldari SteelVipers YouWhat
|
Posted - 2007.12.19 14:02:00 -
[38]
Edited by: Cata Clysms on 19/12/2007 14:02:24 Thx, found it :)
|

Nuran DeSiad
Gallente Trivolution Insanity
|
Posted - 2007.12.21 10:41:00 -
[39]
Hi,
I'm trying to create a list of implants. So far I am able to extract a list which covers the name, the description and the value and type of modifier. Now I want to add the slot in which the implant is placed to the list. But I am not able to find this. Can anyone help me out on this ?
|

Vessper
The Graduates Brutally Clever Empire
|
Posted - 2007.12.21 12:39:00 -
[40]
Edited by: Vessper on 21/12/2007 12:45:03
Originally by: Nuran DeSiad Hi,
I'm trying to create a list of implants. So far I am able to extract a list which covers the name, the description and the value and type of modifier. Now I want to add the slot in which the implant is placed to the list. But I am not able to find this. Can anyone help me out on this ?
If you're looking at the dgmTypeAttributes table, check out attributeID=331 - I believe that is the implant slot number.
BTW, if anyone else needs to find a particular attribute for an item, check out my online database. It contains attributes (which the ID number) and materials for all ingame items built from the CCP data export 
--------------
EveHQ Character App | Item Database |
|

Talo Momoe
Caldari TOHA Heavy Industries Brutally Clever Empire
|
Posted - 2007.12.22 22:09:00 -
[41]
There seems to be an error in the data for Nanite Operation. dgmTypeAttributes contains a record for requiredSkill1, but it does not contain a corresponding record for requiredSkill1Level. In-game, the skill requires Mechanic 5. EVEMon shows no required skills at all for Nanite Operation.
Has anyone found any other missing data?
|

Andrahkon
UNITED STARS ORGANISATION
|
Posted - 2007.12.25 17:50:00 -
[42]
Edited by: Andrahkon on 25/12/2007 17:51:04 I uploaded an access-version of the dump if any1 needs
http://dl.eve-files.com/media/0712/trinitydump_100_a2003.rar (40mb) ------------------------------------------------------------- Selling Carrier with fuel and Mods - preorders accepted |

MegabitOne
Caldari The Black Ops Black Core Alliance
|
Posted - 2008.01.01 12:00:00 -
[43]
Does anyone know where I can find the Entity Relationship Diagram for the data export? I know it's in the fora somewhere, but I can't find it back. It's a diagram listing all tables and relationships between 'm. Makes it a whole lot easier to make query the database ;-) --- I'm not as bad-ass as some of my corp mates, but I'll pwn you anyway!
-= In God we trust, all the others pay cash =- |

Nuran DeSiad
Gallente Trivolution Insanity
|
Posted - 2008.01.01 16:22:00 -
[44]
You mean this one ?
|

PhamNuwen
Caldari Abyss Rangers
|
Posted - 2008.01.03 14:23:00 -
[45]
Looking for a Python-Data-Dump of the static data. Would be usefull to test some small scripts :) Is it existing somewhere?
Thx
PS: Background: I'm "playing" a little bit with the EvE-API (Assets)... ;-) ---
|

Jedzias Miezekatze
|
Posted - 2008.01.03 14:25:00 -
[46]
Oh, where are the Marketgroups for E-Attack Ship Blueprints, Heavy Interdictors, MaMeMuMarauders and so on ? 
For them who need an unofficial fix till they spit out a new update and are to lazy to do the typing i'll share mine with you.
Keep on coding friends, Jedzia.
|

PhamNuwen
Caldari Abyss Rangers
|
Posted - 2008.01.03 17:46:00 -
[47]
Edited by: PhamNuwen on 03/01/2008 17:48:28
Originally by: Jedzias Miezekatze
PhamNuwen: what kind of data-dump is that exactly ? :) there is a mysql-binding interface or do you mean something listed on the Python Database Topic Guide ?
I thought the whole static database as Python objects could be usefull for some 'quick and dirty' scripts. Currently I'm not really interested to install a real database server on my PC
---
|

Jack Toad
Federal Space Academy Red Army Alliance
|
Posted - 2008.01.07 08:50:00 -
[48]
Originally by: PhamNuwen Edited by: PhamNuwen on 03/01/2008 17:48:28
Originally by: Jedzias Miezekatze
PhamNuwen: what kind of data-dump is that exactly ? :) there is a mysql-binding interface or do you mean something listed on the Python Database Topic Guide ?
I thought the whole static database as Python objects could be usefull for some 'quick and dirty' scripts. Currently I'm not really interested to install a real database server on my PC
Since python version 2.5, you can use sqlite3 DB module. You don't need any database server to use SQL requests to SQLite db. Check here: http://www.sqlite.org/ and here: http://www.pysqlite.org/
|

Amida Ta
|
Posted - 2008.01.08 11:08:00 -
[49]
Originally by: PhamNuwen
I thought the whole static database as Python objects could be usefull for some 'quick and dirty' scripts. Currently I'm not really interested to install a real database server on my PC
EveAI.Live does not need any SQL/Database. But it's not Python, so I don't know if you can use it.
|

Jedzias Miezekatze
|
Posted - 2008.01.11 01:17:00 -
[50]
Edited by: Jedzias Miezekatze on 11/01/2008 01:21:36 Since python version 2.5, you can use sqlite3 DB module. You don't need any database server to use SQL requests to SQLite db. Check here: http://www.sqlite.org/ and here: http://www.pysqlite.org/
Yes i thought it that way. For the joke: exporting from mysql to sqlite3 isn't fun. did it the night from the last post, hehe. ( with something like "./mysql2sqlite.pl | sqlite3 evedatabase.db" ). I think PhamNuwen means native sexy text files exports ;)
just working on it:
venom:~/projekte/Perl # ./dbcodegen -g oveur dbo chrRaces
Usage: ./dbcodegen [options] <db> [table]
Database Codegenerator v0.0.0 -------------------------------------------------------------- Available generator modules: c c++ c# perl python --------------------------------------------------------------
-g <generator> use <generator> instead of <c++> as codegen engine -d turn debugging mode on -n don't print content-type -w turns warnings on
we dont have any 'oveur'-generator you noob ! at ./dbcodegen line 64.
|
|

Jack Toad
Federal Space Academy Red Army Alliance
|
Posted - 2008.01.11 11:39:00 -
[51]
Originally by: Jedzias Miezekatze Edited by: Jedzias Miezekatze on 11/01/2008 01:21:36 Since python version 2.5, you can use sqlite3 DB module. You don't need any database server to use SQL requests to SQLite db. Check here: http://www.sqlite.org/ and here: http://www.pysqlite.org/
Yes i thought it that way. For the joke: exporting from mysql to sqlite3 isn't fun. did it the night from the last post, hehe. ( with something like "./mysql2sqlite.pl | sqlite3 evedatabase.db" ). I think PhamNuwen means native sexy text files exports ;)
...........
I've already done the conversion to sqlite3. Check the last post on the 1st page 
|

Clogs'R'us
Caldari Caldari Navy Special Operations
|
Posted - 2008.01.11 17:27:00 -
[52]
Any word on the Official Missing icons? ------------------------------- EVE Profit Calculator
|

Rynlam
Gallente
|
Posted - 2008.01.11 22:36:00 -
[53]
Is there a version of this somewhere that will import properly to a MySQL 4 database?
|

BoozyBoo
|
Posted - 2008.01.15 23:10:00 -
[54]
Where people can find corp logo and ally logo.
p.s. many ally logo was upload, there is no many logo %) p.p.s. ingame method for download ally logo did't work %)
|

Sinister Duck
|
Posted - 2008.01.18 18:07:00 -
[55]
Just making sure I get this. Were the original SQL data and icon packs provided by the EVE Dev team or a third party?
|

Gismork
Caldari Destructive Influence Band of Brothers
|
Posted - 2008.01.18 21:17:00 -
[56]
Originally by: Sinister Duck Just making sure I get this. Were the original SQL data and icon packs provided by the EVE Dev team or a third party?
What are you talking about ? Did you read the first post of this topic, everything you asked is here.
Do I misunderstood your question ?
++
|

Bambi
|
Posted - 2008.01.25 07:47:00 -
[57]
Originally by: Schwigg I have the MySQL version of the data dump and I'm trying to import it into a hosted database, but I'm running into a couple of issues... I'm hoping someone here can help.
1. My interface to the database is PHPMyAdmin, which has a 2MB limit on imported SQL files. I'm assuming that breaking up the SQL files will do the trick, but this will be pretty tedious when I get to some of the larger files.
2. Even for files < 2MB in size, I'm still getting errors on the lines with the /* */ text.
Is there anyone here that has been able to import these files into MySQL using PHPMyAdmin? Any tips & tricks to make the process a little easier? Unfortunately, my hosting provider does not allow for shell access, so I'm not sure I can use MySQL directly.
Google for bigdump.php its a file that automates importing large sql files, all you need to do is edit the db login info at the begining of the file.
|

woddel warrior
|
Posted - 2008.01.25 19:02:00 -
[58]
hello all
thanks for all the data. for a freshman in this game, i would like to ask if there is some sort of documentation of which table relates to which other one (sql joins). that would help a lot to sort things out... :) |

Lifigaana Becar
ICE is Coming to EVE
|
Posted - 2008.02.08 01:59:00 -
[59]
I'm looking for a database of materials needed for the construction of a ship like on the item database... any idea ?
|

Saxx0n Pukkasa
Caldari Intergalactic Privateers
|
Posted - 2008.02.10 11:20:00 -
[60]
Edited by: Saxx0n Pukkasa on 10/02/2008 11:23:17 This mysql code can using my forum mod? I want create a something info of Corp, Profile of players, etc on forum.
There have tutorial about howto?
Sorry me for bad english.
|
|

Rynlam
Gallente
|
Posted - 2008.02.12 17:24:00 -
[61]
Um... maybe I'm blind, but where do I get the info on number of low/med/hi slots? I can't find it in invTypes, nor a reference to another table with the info.
|

Vessper
Indicium Technologies
|
Posted - 2008.02.13 09:28:00 -
[62]
Check the dgmTypeAttributes table. You'll find details of slots where attributeID=:
12 (low slot) 13 (mid slot) 14 (high slot) 1137 (rig slot) 101 (launcher slot) 102 (turret slot)
- - - - - -
EveHQ Character App | Item DB |

Yuwan Sum
Caldari
|
Posted - 2008.02.13 11:57:00 -
[63]
Didn't see the already provided sqlite version here, so I used this to convert from the mssql files:
#!/bin/sh for i in `find . -type f` do echo Importing $i sed -e 's/dbo\.\|COMMIT;\|-- Data export copyright 1997-2007 by CCP Games\.//g;s/,true/,1/g;s/,false/,0/g' $i | sqlite3 eve.s3db done
Just posting this for informational purposes, the available download is probably better.
Blog: http://www.itcrowd.be AIM: [email protected] (intactive e-mail address) MSN: [email protected] (inactive e-mail address) |

Lambda Expression
|
Posted - 2008.02.13 18:21:00 -
[64]
Since I couldn't seem to download the file, I decided to upload my version instead. You can get it here http://www.mediafire.com/?6tru1h2ymzz
|

Adria Eqviis
|
Posted - 2008.02.19 11:39:00 -
[65]
Hi, does anybody know how to get the Ice types available in a system that has Ice fields? securityclass seems ununsable since:
30005082 Enal, sec class B2 has Clear Icicle 30005238 Menai, sec class B2 has Clear Icicle, Glare Crust
(Data from fluidorbit.co.uk)
So two systems with the same security have different ices... does someone know where fluidorbit gets its data and/or whether that data actually is correct?
|

Rynlam
Gallente
|
Posted - 2008.02.21 02:00:00 -
[66]
Anybody know where shipBonusCC, shipBonusCC2 (and the rest of shipBonusXX# fields) relate to? I can find them for each individual ship by looking at the ship info ingame, but is there a table somewhere with something like itemID, shipBonusName, shieldCapacityModifier (or whatever the bonus modifies)?
|

Adria Eqviis
|
Posted - 2008.02.21 20:14:00 -
[67]
Originally by: Rynlam Anybody know where shipBonusCC, shipBonusCC2 (and the rest of shipBonusXX# fields) relate to?
shipBonus* are parameters for the effects in dgmEffects. For example, take a Caracal:
shipBonusCC = 5 shipBonusCC2 = 10.0
in dgmEffects, it has:
shipMissileKineticDamageCC shipMissileHeavyVelocityBonusCC2 shipMissileLightVelocityBonusCC2 shipMissileAssaultMissileVelocityBonusCC2
Each of the effects is a bonus the Caracal gets. The first one uses the value from shipBonusCC and results in a 5% bonus to missile kinetic damage. The other three ones use the shipBonusCC2 value to give a 10% bonus to missile velocities.
The reason for this layout probably is that the different effects in dgmEffects all have associated code fragments to do something. But if you want to balance, tweak or nerf something, it's easier if you don't have to change some code. Therefore, the code uses these parameters.
|

Jack Toad
Federal Space Academy Red Army Alliance
|
Posted - 2008.02.22 07:26:00 -
[68]
Originally by: Yuwan Sum Didn't see the already provided sqlite version here, so I used this to convert from the mssql files:
#!/bin/sh for i in `find . -type f` do echo Importing $i sed -e 's/dbo\.\|COMMIT;\|-- Data export copyright 1997-2007 by CCP Games\.//g;s/,true/,1/g;s/,false/,0/g' $i | sqlite3 eve.s3db done
Just posting this for informational purposes, the available download is probably better.
http://oldforums.eveonline.com/?a=topic&threadID=650828&page=1#30
I've checked it. It's still there.
|

Walfadr Wreath
|
Posted - 2008.02.27 14:35:00 -
[69]
Edited by: Walfadr Wreath on 27/02/2008 14:35:20 Hi.
I'm bit confused of asking my question but... where exactly I can find agent names... ?
|

Gilgamoth
Eldritch Storm
|
Posted - 2008.02.29 00:29:00 -
[70]
Originally by: Walfadr Wreath where exactly I can find agent names... ?
Agent names are in evenames where itemID matches the agentID from agtagents.
Regards,
Gil
Live on Eden Underground Radio every Wednesday 19:00 - 21:00 GMT. |
|

Nanirso Kayen
Caldari Oberon Incorporated Morsus Mihi
|
Posted - 2008.03.03 11:38:00 -
[71]
Edited by: Nanirso Kayen on 03/03/2008 11:43:10 Edited by: Nanirso Kayen on 03/03/2008 11:42:59 Edited by: Nanirso Kayen on 03/03/2008 11:39:01 I'm trying to import the MySQL export into my database but want it in UTF8 and not latin1. Anyone been able to solve this? I keep getting ERROR 1046 (42000) at new lines while importing all databases at the same time.
Just importing chrCareers worked fine so thinking about importing them one by one. |

Amonshige
Axe Gang
|
Posted - 2008.03.09 05:01:00 -
[72]
Hi
I downloaded the 1.4.0 (Trinity) rev 322 kb from http://www.eve-dev.net and noticed the missing premium icons for 32 and 64 pixel icons.
I searched around and couldn't find an update so i went about downloading the static data in this thread, and of course found the released data is incorrect for the smaller icon sizes (old ship models). So I resized the 256's down to 64. Gave them a little unsharp mask.
I then made a little script to find all the external ship id's with a tech level 2 as well as ships with class greater than 29 (this was for marauders, electronic attack frigates, HICs etc - these don't have tech level 2 set in the kb database). Used those numbers and grafted my own t2 tag to them. I then resized them down to 32.
If you want them, you can grab them from here: http://dl.eve-files.com/media/corp/epvb/trinity_kb_icons_32_and_64.zip |

sandshark
|
Posted - 2008.03.13 10:53:00 -
[73]
Any news on when we can expect an fresh database export with the recent changes in them? (and maybe an update SQL script with only the changed values? so i don't have to to whole import)
Thanks in advance, sand
|

Enterrer Vivant
|
Posted - 2008.03.13 22:22:00 -
[74]
Quote:
Here it is: http://dl.eve-files.com/media/0712/trinity_1.0_sqlite3.db.zip [~60Mb] PS: It's conversion of the Mysql5 version of the dump with the same keys and indexes.
This is great! Only I can't reach it. Is there something wrong with the eve-files downloads? I can't seem to get a complete file for sqlite or postgres off this site.
Does anyone know an alternative address for these extracts?
Any help much appreciated,
--- EV
PS. I can reach the CCP stuff, ie. MSSQL download no problem at all.
|

Neo Aztec
Aliastra
|
Posted - 2008.03.18 14:53:00 -
[75]
Great stuff! Thanks for doing that mysql dump. I am currently using it with my EVE API Java library - you are now able to fetch data about every object in EVE with my library - so... thanks ALOT! --- JEVEAPI Java library (Discussion) |

Coyl
Sacred Temple United Legion
|
Posted - 2008.03.27 03:16:00 -
[76]
Found a strange problem while developing a web-ui for the database:
SELECT typeID, typeName, t.graphicID, icon FROM invtypes t left outer join evegraphics g on ( g.graphicID = t.graphicID ) where t.typeID = 23338 or typeName like '%Raven'
All these ships look like Raven, but no icons are provided. Each of these files: trinity_1.0_img_types_dx8.zip [71MB] trinity_1.0_img_types_dx9.zip [73MB] contains only dx9_png\shiptypes_png\256_256\638.png, an icon for the Raven itself, typeID=638. So, where to get icons for other ships? There is a series of ships with graphicID=2158 (exterminators and all other ravens piloted by guristas) and no icons fo them: no files named after their typeID (like in the case of Raven) or... named after graphicsID.
|

menne
|
Posted - 2008.03.31 19:30:00 -
[77]
Hey i am thinking about playing around with this data a bit. Someone has expereince how stable the database schema is meaning does it get changed very often? are new columns / tables added quite frequently with new releases? If there are quite a lot of changes how fast does ccp publish them?
thanks,
philipp
|

Tonto Auri
|
Posted - 2008.04.01 17:02:00 -
[78]
Originally by: Nanirso Kayen I'm trying to import the MySQL export into my database but want it in UTF8 and not latin1. Anyone been able to solve this? I keep getting ERROR 1046 (42000) at new lines while importing all databases at the same time.
Just importing chrCareers worked fine so thinking about importing them one by one.
To have Your database in the right encoding, do the following: 1. Create Your database. Set up all tables as You want, with right encoding. 2. Fire up mysql commandline tool and connect to Your database. 3. Tell the database tp "SET NAMES <insert the encoding of Your SQL files here>;" 4. Import all stuff.
MySQL will do all character encoding conversion for You (if that even possible). Do not try to import russian text into swedish tables :) It's pointless. Thanks CCP for cu |

Dragonwarrior
British Space Corporation Tactical Narcotics Team
|
Posted - 2008.04.01 20:18:00 -
[79]
Edited by: Dragonwarrior on 01/04/2008 20:35:56 is there comming a new db update ? soon MD
|

Khelia
Stardust Heavy Industries Majesta Empire
|
Posted - 2008.04.26 00:35:00 -
[80]
Originally by: Raquel Smith Edited by: Raquel Smith on 11/12/2007 22:18:44 Postgres 8.1 dump available here: http://dl.eve-files.com/media/corp/crudvis/trinity-postgres-8.1.zip
edit: linky
Wonderful, thank you very much. :-D |
|

Dewar Scrabulous
Minmatar Dreugan Enterprises
|
Posted - 2008.05.07 20:07:00 -
[81]
I'm working with the Access database provided in this thread trying to find an accurate count of how much minerals I can get for recycling something, as the Item Database here on eve-online.com appears to be out of date. I've found the item typeID from the invtypes table, but I'm not sure where I have to take that value to find how much of each type of mineral it provides when recycled. I'm sure I'm just missing something obvious, it's been a while since I worked with databases. Can anyone help me out? ---
|

Vessper
The Machmen
|
Posted - 2008.05.08 08:37:00 -
[82]
Originally by: Dewar Scrabulous I'm working with the Access database provided in this thread trying to find an accurate count of how much minerals I can get for recycling something, as the Item Database here on eve-online.com appears to be out of date. I've found the item typeID from the invtypes table, but I'm not sure where I have to take that value to find how much of each type of mineral it provides when recycled. I'm sure I'm just missing something obvious, it's been a while since I worked with databases. Can anyone help me out?
Check out the TL2Materials table. It should provide details of all materials used to build (activity=1) as well as what you get from recycling (activity=6).
- - - - - -
EveHQ Char App | Item DB |

Dewar Scrabulous
Minmatar Dreugan Enterprises
|
Posted - 2008.05.08 17:34:00 -
[83]
Thanks a bunch ---
|

Kaven Kantrix
Two Brothers Mining Corp. Friend or Enemy
|
Posted - 2008.06.02 17:43:00 -
[84]
Ok, call me stupid, because I have a stupid question.
I decided I wanted to look at the database. I downloaded and installed MySql 5. Its running, and I am using the command line client to access it.
From the documentation, it seems the "import" command is "<".
So I use the "use test" command to switch to a test db, then tried "< filename.sql" where filename.sql is any of the files in the dump.
It tells me there is an error on line 1 of the file, and doesnt import anything.
What am I doing wrong?
|

Kaven Kantrix
Two Brothers Mining Corp. Friend or Enemy
|
Posted - 2008.06.02 17:48:00 -
[85]
Forgot to mention, using windows XP.
|

Tkar vonBiggendorf
Snake Eyes Inc Friend or Enemy
|
Posted - 2008.06.04 22:27:00 -
[86]
o/ Kaven
The data you seek is the securityClass field.
Look in mapSolarSystemMinerals for the matching securityClass, and there's your answer.
Here's an example for everyone's favorite region, The Forge:
select ss.solarSystemName, security=CONVERT(decimal(6,4),ss.security), ss.securityClass, radiusAU=(ss.radius/149597870300.9203), mineralGroup=g.groupName from mapSolarSystems ss LEFT JOIN mapSolarSystemMinerals ssm ON ss.securityClass=ssm.securityClass LEFT JOIN invGroups g ON ssm.mineralGroupID=g.groupID WHERE ss.regionID=10000002 ORDER BY ss.solarSystemName, g.groupName
Also note that the securityClass for the drone regions is incorrect.
I promise nothingÖ. --CCP Prism X |

Kaven Kantrix
Two Brothers Mining Corp. Friend or Enemy
|
Posted - 2008.06.06 04:45:00 -
[87]
Well, that explains it. The data dump I have (the mysql one from the original post, and/or the access conversion of it that someone was nice enough to post) dont have that table mapSolarSystemMinerals in it. I also dont see it references in the schema picture someone posted.
So is it just missing from the MySQL version, but available in theMS SQL version, or did you get your data dump from someplace else?
P.S. Thanks for the help. Assuming I get my hands on that table, that will be perfect for me.
|

Ralle030583
The Wild Hunt Pure.
|
Posted - 2008.06.11 15:24:00 -
[88]
Edited by: Ralle030583 on 11/06/2008 15:24:29 EA Data Export plz :)
--------------------- You need a free Killboard? check: http:\\www.eve-kill.net
Originally by: CCP Sharkbait i have untrashed this bug report and i will take car
|

WoogyDude
GoonFleet GoonSwarm
|
Posted - 2008.06.12 00:24:00 -
[89]
An updated dump of the system/stargate list would be much appreciated. We want to update evemap with the new systems.
|

DaOpa
Static Corp
|
Posted - 2008.06.14 14:53:00 -
[90]
Has there been a new DB dump for Empyrean Age yet?
---------- Static Corp Website |
|

Wollari
StoneDogS Sylph Alliance
|
Posted - 2008.06.16 19:39:00 -
[91]
I'm waiting too for a new export.
|

Tkar vonBiggendorf
Snake Eyes Inc Friend or Enemy
|
Posted - 2008.06.16 23:40:00 -
[92]
Originally by: Kaven Kantrix So is it just missing from the MySQL version, but available in theMS SQL version, or did you get your data dump from someplace else?
Doh! Sorry, it's not part of the dump. It's one of the static tables provided by EVE-Dev, under a section they've cleverly named Small tables not included in dump. (Link uses the new temporary eve-id.net hostname.)
I promise nothingÖ. --CCP Prism X |

Ruhige Schmerz
E.M.P. Industries Malum Exuro
|
Posted - 2008.07.06 01:16:00 -
[93]
Come on guys, you can do it!
My API import of alliance/corp data is starting to slowly die as there are stationIDs referenced in the corp export XML feed that don't exist in stastations... oh the horror! :)
|

Malevolgia
|
Posted - 2008.07.25 18:53:00 -
[94]
Hello, i have the next problem with the graphics table, for example: res:/Model/WorldObject/JumpBeacon/jumpBeacon.blue
What's this .blue? and where is this /model/.....?
Thaks for all!
|

VheroKai
Vhero' Multipurpose Corp
|
Posted - 2008.07.27 16:44:00 -
[95]
.blue - it is script with definition of model assembly process as far as I know. --sig--
Originally by: Bunyip The LOLqual is a capital-sized joke
|

Tuff Lansung
|
Posted - 2008.07.29 16:25:00 -
[96]
Originally by: Wollari I'm waiting too for a new export.
Me too... Any coming out date? (or maybe some other priority with empyrean age ;) )
|

Tobin Shalim
Vulcan Foundry United Star Federation
|
Posted - 2008.08.04 05:57:00 -
[97]
Is there a data export that includes the various POS control towers and the required per hour materials? I've looked through the seemingly relevant files, but I can't find reference to this. |

Tkar vonBiggendorf
Gallente Snake Eyes Inc Friend or Enemy
|
Posted - 2008.08.06 01:57:00 -
[98]
Here are your control towers: SELECT * FROM invTypes where groupID=365 and published=1
Here are the required resources: SELECT * FROM invControlTowerResources ctr JOIN invControlTowerResourcePurposes ctrp ON ctr.purpose=ctrp.purpose JOIN invTypes r ON ctr.resourceTypeID=r.typeID WHERE controlTowerTypeID=12236 /* typeID from previous query */
I promise nothingÖ. --CCP Prism X |
|
|
|
Pages: 1 2 3 4 :: [one page] |