Pages: 1 2 3 [4] 5 6 7 8 9 10 11 .. 11 :: one page |
Author |
Thread Statistics | Show CCP posts - 1 post(s) |

River Darabi
|
Posted - 2007.03.03 20:59:00 -
[91]
Edited by: River Darabi on 03/03/2007 20:59:40 Edited by: River Darabi on 03/03/2007 20:58:37 Oddly enough, I was looking at creating a program just like this using C# .NET 2.0. Funny how life works.
Meanwhile, I have a question (more to come in the future, doubtless): what is "good discount" under the Tech 1 Producer?
Edit: Also, what does "Set Price" do under the producer?
Edit: a couple features I'd like to see, though if I get some time I may just download your source and add them myself: -Profit expressed as percentage as well as ISK wherever possible -Use of marketlogs to generate data on finished products -- e.g. how many 1MN Afterburner 1's have been sold in the past day/week/month/3 months, the lowest current sell price, etc.
|

Salvis Tallan
Gallente The Shadow Order Hydra Alliance
|
Posted - 2007.03.03 21:26:00 -
[92]
Originally by: River Darabi Edited by: River Darabi on 03/03/2007 20:59:40 Edited by: River Darabi on 03/03/2007 20:58:37 Oddly enough, I was looking at creating a program just like this using C# .NET 2.0. Funny how life works.
Meanwhile, I have a question (more to come in the future, doubtless): what is "good discount" under the Tech 1 Producer?
Edit: Also, what does "Set Price" do under the producer?
Edit: a couple features I'd like to see, though if I get some time I may just download your source and add them myself: -Profit expressed as percentage as well as ISK wherever possible -Use of marketlogs to generate data on finished products -- e.g. how many 1MN Afterburner 1's have been sold in the past day/week/month/3 months, the lowest current sell price, etc.
Hehe life is funny like that. I definatly encourage you and anyone else who wants to, to help and work on the code.
'Good discount' is a number given in NPC stations when you want to produce a job to reduce the cost per hour of manufacturing. 'Set price' takes the cost to build an item and stores it in the prices.xml file. Then, whenever you need to use that item again as a component or add it to the inventory files, it will take the price for that item instead of making you re-enter it. This is also the way to work around capital ship construction limitations on the calcs.
Right now if you put a percent for sell price it will automaticly calculate the number ( so 110% instead of 1000000 as a sell price) but it does not go the other way. Also, the market log thing is comming, but its a rather big endeavor that is amazing and being carefully built as we speak. ------
|

White Peregrine
|
Posted - 2007.03.04 02:28:00 -
[93]
Edited by: White Peregrine on 04/03/2007 02:25:10 Downloaded the code (huzzah for SVN) and tried to compile, but I'm getting the following errors:
Error1The type or namespace name 'lgLcdClassLibrary' could not be found (are you missing a using directive or an assembly reference?)C:\src\EveMeep\Evemeep\v2\EVEMEEPv2\G15Handler.cs217EVEMEEPv2 Error2The type or namespace name 'LCDInterface' could not be found (are you missing a using directive or an assembly reference?)C:\src\EveMeep\Evemeep\v2\EVEMEEPv2\G15Handler.cs2824EVEMEEPv2
I'm not even sure what G15 is. Could you enlighten me (and perhaps include the lgLcdClassLibrary assembly in SVN)?
Edit: Whoops, this is River, alt mis-posting. :(
|

Salvis Tallan
Gallente The Shadow Order Hydra Alliance
|
Posted - 2007.03.04 03:21:00 -
[94]
The G15 is a keyboard with an LCD screen. I put the files in this link here. Put them in the bin/debug folder and itll work fine. Sorry about that, ill get them into the SVN ASAP. ------
|

River Darabi
|
Posted - 2007.03.04 21:33:00 -
[95]
I get a 404 not found error when I go to that addy. :(
|

Salvis Tallan
Gallente The Shadow Order Hydra Alliance
|
Posted - 2007.03.04 21:40:00 -
[96]
Looks like the eve-files guys deleted it for some reason. Good news tho, you already have the files. In the Emmp\Evemeep\v2\EVEMEEPv2 folder there are 2 files named lgLcdLibWrapper.dll and lgLCDNETWrapper.dll. Just copy them in the bin/debug folder and itll work fine. ------
|

EmmettBrown
BTTF Enterprises
|
Posted - 2007.03.07 15:17:00 -
[97]
nice app. well done. I've been using a spreadsheet I've hand cranked for the last few years - I'll see if this gets around me having to update it all the time:)
a small request. If have an invented Improved cloak bpc. As invention goes it has negative ME and PE values which I can't enter into eve-meep II :(
any chance this can be added for bpcs only? ------------------------------------------ Research Details
|

Salvis Tallan
Gallente The Shadow Order Hydra Alliance
|
Posted - 2007.03.07 15:43:00 -
[98]
Originally by: EmmettBrown nice app. well done. I've been using a spreadsheet I've hand cranked for the last few years - I'll see if this gets around me having to update it all the time:)
a small request. If have an invented Improved cloak bpc. As invention goes it has negative ME and PE values which I can't enter into eve-meep II :(
any chance this can be added for bpcs only?
Yes, once I figure out the equations I am going to be releasing new versions of most of the plugins to include this as well as Tool-Tip information I forgot to add originally. Right now, the equation for waste associated with ME is somenumber/(MELevel+1). This is a problem when ME is -1, and also does not return the correct numbers. I also have various bug fixes (like the fact that when you add a job it doesnt keep track of the sell price) and some other things for the timeline to keep track of. ------
|

Elena Lanfear
Crafty Productions
|
Posted - 2007.03.07 22:37:00 -
[99]
Seems i am to stupid to understand the Invention Calculator :-(.
Can somebody explain me how to change Blueprint Copy Attributes? The field stays disabled and grey for me. Dont matter what i try to do :-/
Thanks in advance Elena
|

Salvis Tallan
Gallente The Shadow Order Hydra Alliance
|
Posted - 2007.03.08 01:30:00 -
[100]
Originally by: Elena Lanfear Seems i am to stupid to understand the Invention Calculator :-(.
Can somebody explain me how to change Blueprint Copy Attributes? The field stays disabled and grey for me. Dont matter what i try to do :-/
Thanks in advance Elena
Nothing is wrong on your end, it just doesnt work. When I made it, I was expecting to be able to find out the equations for invention. CCP had other ideas. Now, they went and changed the numbers and stats of data interfaces so the data on them in the dump and so that some websites have may or may not be wrong. Eventually I will get around to making the calc actually work properly, but in the meantime I am considering not distributing it with the full download. Sorry. ------
|

Calamity Jali
|
Posted - 2007.03.08 13:31:00 -
[101]
Hi
I use your lovely EveMeep, its really fantastic, but has anyone asked you for a save option on the POS screen. I have two POS and need to calc fuel for both. It would be great to save each down so I dont have to enter all the stuff again. Or did I miss something!
Ta muchly
|

EmmettBrown
BTTF Enterprises
|
Posted - 2007.03.09 17:20:00 -
[102]
oops, seem to have broken it :(
EventType : clr20r3 P1 : evemeepv2.exe P2 : 2.1.3.1 P3 : 45dbb892 P4 : mscorlib P5 : 2.0.0.0 P6 : 4333ab80 P7 : bd0 P8 : 59 P9 : system.formatexception
not sure what I did - maybe a control-e to save prices. I think that was the last thing I did. I ended out to pick up the changes and now it wont go back in.
will down load and re-install again. I'm hoping its not my items and blueprints xml files that are broken but its not the end of the world if they are.
I'll create a fresh install and drop each file in until it breaks so I can tell you which file is broken ------------------------------------------ Research Details
|

EmmettBrown
BTTF Enterprises
|
Posted - 2007.03.09 17:29:00 -
[103]
ok, moved the files out of the way an unpacked the zip again. rebooted the machine but evemeep still crashes.
I suspect something in the registry is not happy.
I run this from a memory stick. Will run it when I get home and see if its corrupt. if it isnt it must be a registry issue. ------------------------------------------ Research Details
|

Salvis Tallan
Gallente The Shadow Order Hydra Alliance
|
Posted - 2007.03.09 19:12:00 -
[104]
Ouch, this isnt good. If you saved the prices from the menu, it does get saved to a registry file (easy to find, its in an evemeep folder somewhere and a search will bring it up). If you just delete this, Itll revert back to defaults for those material prices and all should be well. ------
|

kaike
Minmatar Darklite inc
|
Posted - 2007.03.11 22:01:00 -
[105]
Gread job again :) thnx
Alt... |

Hotoh Wawz
|
Posted - 2007.03.12 23:02:00 -
[106]
Hey,
Very nice prog man, only little thing... There must be an error in tha mining calculator... Scordite aint supose to pay more than kernite lol 
Very nice prog again Pardon me if my english is not perfect
|

EmmettBrown
BTTF Enterprises
|
Posted - 2007.03.13 14:43:00 -
[107]
Edited by: EmmettBrown on 13/03/2007 14:40:20
Originally by: Salvis Tallan Ouch, this isnt good. If you saved the prices from the menu, it does get saved to a registry file (easy to find, its in an evemeep folder somewhere and a search will bring it up). If you just delete this, Itll revert back to defaults for those material prices and all should be well.
It does work from home so it must be a registry issue, however I cant find an entry in the registry. Maybe its the memort stick I'm using as its U3 enabled. I dont have it with me today so will have a go again tomorrow ------------------------------------------ Research Details
|

Helel Lightbringer
Freelancing Corp Confederation of Independent Corporations
|
Posted - 2007.03.13 21:17:00 -
[108]
This is a nice program. Good work. I'm new to BPOs and manufacturing so I still have a learning curve to work through. This seems like a nice tool to help me learn this new facet of the game (for me).
This thread definitely deserves a sticky. ***** "It is a riddle wrapped in a mystery inside an enigma." -- Winston Churchill |

Salvis Tallan
Gallente The Shadow Order Hydra Alliance
|
Posted - 2007.03.14 02:05:00 -
[109]
Thanks everyone for the comments! I have a few things in the works, but I haven't had much time lately to sit down and code. Hopefully I'll get a few things out within a week or so for your downloading/manufacturing pleasure. ------
|

Hotoh Wawz
|
Posted - 2007.03.15 03:29:00 -
[110]
Nvm about what i said about Scordite and kernite, my mistake, actually Scordite pays more than kernite 
Anyway im relatively new to this game, so dont take my comments to seriously 
|

Hecknar
|
Posted - 2007.03.15 20:16:00 -
[111]
I've found a bug in the Inventory.
When the amount of a good drops to an amout of 0, it isn't possibe to update the ammount again.
I've tried this with several items ant it happens with all of them.
Hecky
|

Helel Lightbringer
Freelancing Corp Confederation of Independent Corporations
|
Posted - 2007.03.18 05:13:00 -
[112]
I have a suggestion for a later version of EVEMEEP. There should be a save on exit or a prompt to save when exiting. I thought it would be like EVEMon and auto save. I launched the program now to see all my BPO updates were lost when I closed the program earlier. ***** "It is a riddle wrapped in a mystery inside an enigma." -- Winston Churchill |

Salvis Tallan
Gallente The Shadow Order Hydra Alliance
|
Posted - 2007.03.20 21:41:00 -
[113]
I took advantage of the patch down time to bring you:
****Version 2.1.4.1**** Bug Fixes: -Veldspar refine data correctly set to 1000 instead of 1050 trit -Timeline now displays sell price properly -Changed AddNewItem and AddNewBP window into dialogs so they can be accessed by plugins
New Features: -Added more columns to various blueprint windows to give more details -Added Sell and Cost data to timeline to keep track of jobs better -'Add New Item' window converted to dialog so it can be accessed and used by plugins -Program will prompt you to save all unsaved open files prior to closing
Some of those might be carry-overs from 2.1.3.1 but I dont remember. Also...
New Plugin! Inverse Calculator Computes what blueprints you can produce from what minerals you have on hand! This was asked for alot in meep version 1, but the data to support it 'efficiently' wasnt there. Its especially useful now with rigs. What it will do is load up item inventory files or allow you to add items to a table. Make sure your PE skill is correct. Then choose to either use blueprint inventory files or every blueprint in memory to find those you can make. For instance I keep all my rig components in one file, and all my rig blueprints in another. I would load the rig components into the items window, and select my rig blueprint file from the list. When you click start it will (very quickly) look through all the blueprints in the file, compare them against your items, and tell you what blueprints you can produce. Green means you can produce it with what you have, yellow means you are within 5% of having all the parts. This plugin is only compatible with Eve-MEEP version 2.1.4.1 and above. ------
|

Magister Zen
Minmatar
|
Posted - 2007.03.21 11:44:00 -
[114]
Edited by: Magister Zen on 21/03/2007 11:43:52 Nevermind now works
Ciap
|

Greymalkin Gillion
Gallente Freelancing Corp Confederation of Independent Corporations
|
Posted - 2007.03.21 14:50:00 -
[115]
Edited by: Greymalkin Gillion on 21/03/2007 14:49:37 I just heard about the program, downloaded it, tinkered with it and loved it. I did however find something that seems to be a big.
I'm dutch, so the decimal seperator is a comma (,) and thousands seperator is a dot (.). I entered the pricing of minerals according to the Matari Index (7-day) pricing and then created a mineral inventory. All went well, total price is correct etc. Until I try to enter the more expensive mins, like zydrine. I can't enter it in my inventory. I played a little more and discovered why. The price for zydrine I entered is 1624.73. When I enter stock to inventory, the price you see in the input popup is 1.624.73. When I press accept, nothing happens, probably because EVE-MEEP doesn't like the price because it isn't logical. I can't enter prices above 999 ISK, EVE-MEEP will to put a dot (.) thousands seperator and interpret it as an 'illegal' comma seperator. As stated, the program does calculate prices with a dot (.) comma seperator correctly. For instance; 2191100 or trit at 2.40 ISK has a total value of 5.258.640.00. That is the way it is displayed in inventory btw: with a dot (.) both as a decimal seperator and a thousands seperator.
Either I am doing something stupid or EVE-MEEP is getting really confused with the way some countries use seperation symbols in numbers. Hope there is a fix for it. And I hope I explained it in a way you understand my point. 
|

Helel Lightbringer
Freelancing Corp Confederation of Independent Corporations
|
Posted - 2007.03.22 02:44:00 -
[116]
Thanks for the update. Nice to see it out so quickly.
I am trying to set up a schedule for when some of my BPOs finish baking to improve their ME. I have two ending on the same date (April 8). When I try to enter the second BPO's end time into the scheduler I get an error from EVEMEEP above the time selector saying "Time Unavailable." ***** "It is a riddle wrapped in a mystery inside an enigma." -- Winston Churchill |

Salvis Tallan
Gallente The Shadow Order Hydra Alliance
|
Posted - 2007.03.22 03:13:00 -
[117]
Edited by: Salvis Tallan on 22/03/2007 03:10:18
Originally by: Helel Lightbringer Thanks for the update. Nice to see it out so quickly.
I am trying to set up a schedule for when some of my BPOs finish baking to improve their ME. I have two ending on the same date (April 8). When I try to enter the second BPO's end time into the scheduler I get an error from EVEMEEP above the time selector saying "Time Unavailable."
Rows on the timeline represent not just locations, but slots. So you cannot have 2 jobs in the same slot at the same time. The name of the location you enter is actually the name of the slot. I usually go with something like 'A-BCD Large 1' for slot 1 and then slot 2 is 'A-BCD Large 2'. And I just realized I forgot to fix a bug with the timeline not loading jobs if you forget to look at it when the app is run... Sticky notes are useless when they are left hundreds of miles away. Make sure when you load the program to go to the timeline page at least once. I will try to get a fix for this out along with one or two other things quickly (I hate having to put out a new version so soon with only one improvement).
Greymalkin, If you only put in the number like 123456789, does the appication itself put the correct commas(,) and periods(.)? The application has no set regional definition for numbers, but instead uses your computer's settings. So this means that if you enter according to your region it should be correct, but if you enter according to another region you will have problems.
*edit typos* ------
|

Helel Lightbringer
Freelancing Corp Confederation of Independent Corporations
|
Posted - 2007.03.22 03:31:00 -
[118]
Originally by: Salvis Tallan Edited by: Salvis Tallan on 22/03/2007 03:10:18 Rows on the timeline represent not just locations, but slots. So you cannot have 2 jobs in the same slot at the same time. The name of the location you enter is actually the name of the slot. I usually go with something like 'A-BCD Large 1' for slot 1 and then slot 2 is 'A-BCD Large 2'. And I just realized I forgot to fix a bug with the timeline not loading jobs if you forget to look at it when the app is run... Sticky notes are useless when they are left hundreds of miles away. Make sure when you load the program to go to the timeline page at least once. I will try to get a fix for this out along with one or two other things quickly (I hate having to put out a new version so soon with only one improvement).
Yup, that was my problem alright. Thanks for the speedy reply. If you do sit down for another go at updating I have a suggestion. Since game time is 24 hour time maybe make EVEMEEP work the same way? ***** "It is a riddle wrapped in a mystery inside an enigma." -- Winston Churchill |

Greymalkin Gillion
Gallente Freelancing Corp Confederation of Independent Corporations
|
Posted - 2007.03.22 08:52:00 -
[119]
Edited by: Greymalkin Gillion on 22/03/2007 09:03:36 Edited by: Greymalkin Gillion on 22/03/2007 09:02:23
Originally by: Salvis Tallan Greymalkin, If you only put in the number like 123456789, does the appication itself put the correct commas(,) and periods(.)? The application has no set regional definition for numbers, but instead uses your computer's settings. So this means that if you enter according to your region it should be correct, but if you enter according to another region you will have problems.
When I enter prices like '8,86', the price turns from black to red and 'apply' does not do anything. I never add thousands seperators myself. I've played around with the regional and language settings and on the 'advanced' tab, I've set the non-Unicode programs to use English (UK). That solved the entire problem.
Another thing I've noticed is in Inventory, I can't change prices. For instance, I can update the amount but I can not edit or add a price after I've entered an item. Does compile price work for the mining / POS fuel items only or also for other items by the way?
And thanks for your quick and clear response. Awesome piece of EVE software, right up there with EVEmon. 
|

Moonaru Izu
Caldari I.Z.U Syndicate
|
Posted - 2007.03.24 18:31:00 -
[120]
I just downloaded EVEMEEP and I'm trying to figure it all out. Starting with the reprocessing calculator I ran into my first problem.
I'm not sure if I'm doing anything wrong but when I compile the prices, the buy prices update but the sell prices seem to do not. This shows itself in the reprocessing calculator in that the sell prices never update after compiling prices.
I'm wondering if I'm doing something wrong or it is intentional and I do not understand the full functionality yet...
|
|
|
Pages: 1 2 3 [4] 5 6 7 8 9 10 11 .. 11 :: one page |
First page | Previous page | Next page | Last page |