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

Sjolus
Metafarmers MeatSausage EXPRESS
|
Posted - 2010.03.31 14:48:00 -
[1]
As stated in topic.
As soon as I see datadumps or cache readings (are those EULA-breaking btw, if so, probably not the best of ideas lol) I want to see people working on a neat application to help manage PI.
My vision is to be able to select the materials available at your planet and possibly abundancy numbers (if they decide to include that later on, right now it's just bars) and then get a neat little presentation with what you can produce with the selected materials.
Feel free to **** this thread with awesome discussions around an app and/or posting of work you've done related to PI. If anyone needs help with project hosting I'm all up for it as I've hosted a bunch of stuff in the past.
(note that posts with opinions around PI should be posted in the Test Server Feedback Thread right now, keep that out of this thread please lawl)
|

Catari Taga
Centre Of Attention Rough Necks
|
Posted - 2010.03.31 15:40:00 -
[2]
Read-only cache file processing is allowed by CCP: http://www.eveonline.com/ingameboard.asp?a=topic&threadID=734561&page=1#2
I have not looked into this in any detail yet but since I prompted you to this thread some information: Static data on SiSi currently includes three new tables:
schematics: schematicID, schematicName, cycleTime schematicsPinMap: schematicID, pinTypeID schematicsTypeMap: schematicID, typeID, quantity, isInput
pinTypeID and typeID both refer to the invTypes.typeID column.
So the schematics table tells you everything that can be built and how long it takes, schematicsPinMap tells you which facility you need to build it in (currently you can build everything on every planet but it would make sense if that changed), and schematicsTypeMap tells you the necessary components for those processes.
Whether there will be any static data on material distribution on planets I do not know (it might either be pseudo-randomized like for moon goo or the same values for each planet of the same type).
The rest is presentation. 
|

Sjolus
Metafarmers MeatSausage EXPRESS
|
Posted - 2010.03.31 16:17:00 -
[3]
Originally by: Catari Taga Read-only cache file processing is allowed by CCP: http://www.eveonline.com/ingameboard.asp?a=topic&threadID=734561&page=1#2
I have not looked into this in any detail yet but since I prompted you to this thread some information: Static data on SiSi currently includes three new tables:
schematics: schematicID, schematicName, cycleTime schematicsPinMap: schematicID, pinTypeID schematicsTypeMap: schematicID, typeID, quantity, isInput
pinTypeID and typeID both refer to the invTypes.typeID column.
So the schematics table tells you everything that can be built and how long it takes, schematicsPinMap tells you which facility you need to build it in (currently you can build everything on every planet but it would make sense if that changed), and schematicsTypeMap tells you the necessary components for those processes.
Whether there will be any static data on material distribution on planets I do not know (it might either be pseudo-randomized like for moon goo or the same values for each planet of the same type).
The rest is presentation. 
It doesn't seem to be that much work once you've actually gotten your hands on the juicy tables then. I can't for the life of me work out the cachefiles, that's too much byte-digging and monotony for me, but if anybody else does, I probably won't have that much trouble with making an app that uses them.
|

Catari Taga
Centre Of Attention Rough Necks
|
Posted - 2010.03.31 17:06:00 -
[4]
If you can't wait see here for a mysql export. I doubt the data is final and the structure might change. Also to keep it small I did not include the current invtypes table so you won't be able to resolve typeNames for the intermediate products and pins.
|

Sjolus
Metafarmers MeatSausage EXPRESS
|
Posted - 2010.03.31 19:34:00 -
[5]
Originally by: Catari Taga If you can't wait see here for a mysql export. I doubt the data is final and the structure might change. Also to keep it small I did not include the current invtypes table so you won't be able to resolve typeNames for the intermediate products and pins.
Neat-o.
*starts fiddling*
|

Painkillaz
|
Posted - 2010.04.14 13:51:00 -
[6]
You Will probably see me release a tool for that shortly after the patch ;)
|
| |
|
| Pages: [1] :: one page |
| First page | Previous page | Next page | Last page |