Pages: [1] 2 |
1. Reverence - 100% compatible EVE cache library for Python - in EVE Technology Lab [original thread]
Question: Does Reverence library give access to all the same data as would be found in ccp's data dump? I posted another very specific question about Python, Reverence, and looking up planet data here: Linkage Could you possibly answer that q...
- by Pantload - at 2012.02.05 16:32:00
|
2. Planet Info lookup. Python. Reverence. How to? - in EVE Technology Lab [original thread]
Desmont McCallock wrote: You need to import the SDE in a DB of your choice. DB conversions can be found here . I know next-to-nothing about using databases. I'm also really a novice at Python. Can you elaborate on how I would access the in...
- by Pantload - at 2012.02.04 17:57:00
|
3. Planet Info lookup. Python. Reverence. How to? - in EVE Technology Lab [original thread]
Consider the following snippet of code: ********************************************************************************* from reverence import blue EVE_PATH = "###### YOUR EVE PATH HERE ######" eve = blue.EVE(EVE_PATH) loc = eve.cfg.evelocati...
- by Pantload - at 2012.02.04 06:57:00
|
4. Reverence - 100% compatible EVE cache library for Python - in EVE Technology Lab [original thread]
Pantload wrote: Hey thanks for quick response. Sorry for long response here. I was not aware of those in the const.py. Those could be useful to me later. You're right. I should be much more specific. Here is a snippet of code to illustrate wh...
- by Pantload - at 2011.09.18 19:56:00
|
5. Reverence - 100% compatible EVE cache library for Python - in EVE Technology Lab [original thread]
Hey thanks for quick response. Sorry for long response here. I was not aware of those in the const.py. Those could be useful to me later. You're right. I should be much more specific. Here is a snippet of code to illustrate what I'm after: imp...
- by Pantload - at 2011.09.18 19:29:00
|
6. Reverence - 100% compatible EVE cache library for Python - in EVE Technology Lab [original thread]
Ok so...stepping through asset list. Each asset has a flag that shows its exact location type. That flag relates to an invFlags or config.Flags table. Is reverance blue.config not capable of using that table? I don't see it in table list anywhere ...
- by Pantload - at 2011.09.11 17:54:00
|
7. Resources in belts and planets in the SDD - in EVE Technology Lab [original thread]
Originally by: Lutz Major Only PI resources are available in the dump: SELECT resource.* FROM invTypes planet, invTypes resource, dgmTypeAttributes dgm1, dgmTypeAttributes dgm2 WHERE dgm1.typeID = dgm2.typeID -- planet info AND dgm1.attri...
- by Pantload - at 2011.08.17 04:27:00
|
8. EVE data table confusion. Help requested. - in EVE Technology Lab [original thread]
Understood. Thanks! TUG: The Underpants Gnomes. Buy Corps here
- by Pantload - at 2011.08.15 14:42:00
|
9. EVE data table confusion. Help requested. - in EVE Technology Lab [original thread]
From the table "schematics", an example item: DBRow(schematicID:65,schematicName:Super Conductors,cycleTime:3600,dataID:8810795) What is dataID here? Any help appreciated. I can provide additional clarification if this is too vague. Cheers, P...
- by Pantload - at 2011.08.14 23:11:00
|
10. Making tools for beginners - in EVE Technology Lab [original thread]
I do a little coding on my own as a hobby. Mainly like the OP, simple custom tools to help out with game-related stuff. Reading API, etc. I've dabbled in a number of languages over the years and the language I'm really liking for what I do these d...
- by Pantload - at 2011.05.13 23:14:00
|
11. Market Data Export - but from Cache - in EVE Technology Lab [original thread]
Linkage TUG: The Underpants Gnomes. Buy Corps here
- by Pantload - at 2011.05.07 16:47:00
|
12. Advanced Python EVE API wrapper - in EVE Technology Lab [original thread]
Edited by: Pantload on 10/11/2010 00:48:56 I think I figured it out. Sorry. Thanks. TUG: The Underpants Gnomes. Buy Corps here
- by Pantload - at 2010.11.09 17:42:00
|
13. Loading item icons with Reverence library - in EVE Technology Lab [original thread]
Edited by: Pantload on 21/09/2010 00:32:29 ok now for my next dumbass question. *edit* NM. Figured out why I'm a dumbass. Thanks to y'all just the same. TUG: The Underpants Gnomes. Buy Corps here
- by Pantload - at 2010.09.21 00:30:00
|
14. Loading item icons with Reverence library - in EVE Technology Lab [original thread]
Thanks much for responses. I had thoroughly misunderstood where that data got loaded from. I'm going with Tonto's first suggestion and loading them from the image dump provided by CCP. Cheers, PL TUG: The Underpants Gnomes. Buy Corps here...
- by Pantload - at 2010.09.20 23:43:00
|
15. Loading item icons with Reverence library - in EVE Technology Lab [original thread]
Edited by: Pantload on 20/09/2010 17:05:07 Originally by: Tonto Auri Originally by: Pantload Yeah, I don't think the icons are in the cache files. I also don't think they're in the bulk data either. I believe they are buried so...
- by Pantload - at 2010.09.20 17:04:00
|
16. Loading item icons with Reverence library - in EVE Technology Lab [original thread]
Yeah, I don't think the icons are in the cache files. I also don't think they're in the bulk data either. I believe they are buried somewhere in the .STUFF files that contain the other music, images, resources, etc. If someone has any experience w...
- by Pantload - at 2010.09.20 14:53:00
|
17. Loading item icons with Reverence library - in EVE Technology Lab [original thread]
Originally by: Tonto Auri http://www.eveonline.com/community/toolkit.asp Ok. I knew this one. I downloaded that file. I was hoping not to have a big collection of other files with my program. Was hoping there's a way to load this info ...
- by Pantload - at 2010.09.18 21:26:00
|
18. Loading item icons with Reverence library - in EVE Technology Lab [original thread]
I'm working on a little program to aid w/ industry stuff. It uses Entity's Reverence library to access tables from Bulk Data and help figure out build requirements, materials lists, etc. I have tree lists of items or items and their materials. I w...
- by Pantload - at 2010.09.18 19:38:00
|
19. API feature request - POS configuration - in EVE Technology Lab [original thread]
Originally by: Ken'Shao Amunra Originally by: Pantload The POS Towers and modules are not available through the corp assets part of the API? Flame on PL The tower type, its online/offline status, all modules, and contents of ...
- by Pantload - at 2010.09.16 03:01:00
|
20. API feature request - POS configuration - in EVE Technology Lab [original thread]
The POS Towers and modules are not available through the corp assets part of the API? Flame on PL TUG: The Underpants Gnomes. Buy Corps here
- by Pantload - at 2010.09.15 21:39:00
|
Pages: [1] 2 |
First page | Previous page | Next page | Last page |