These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Science & Industry

 
  • Topic is locked indefinitely.
 

EVE IPH Industry Calculator Version 3.3 - Now with Live Market data!

First post
Author
katface
Market Insights
#2441 - 2016-01-17 04:57:35 UTC
On the Mining tab, I cant seem to get the T1/T2 Crystals radio buttons to enable. My character currently doesnt have all the skills to use it, but even if I override skills to 5, the option is still disabled.

Build is 3.1.5833.15919

http://imgur.com/kVfsTAE
Zifrian
Federal Defense Union
Gallente Federation
#2442 - 2016-01-17 05:27:52 UTC
katface wrote:
On the Mining tab, I cant seem to get the T1/T2 Crystals radio buttons to enable. My character currently doesnt have all the skills to use it, but even if I override skills to 5, the option is still disabled.

Build is 3.1.5833.15919

http://imgur.com/kVfsTAE

Thanks. I'll have this fixed next update.

Maximze your Industry Potential! - Download EVE Isk per Hour!

Import CCP's SDE - EVE SDE Database Builder

katface
Market Insights
#2443 - 2016-01-17 05:32:18 UTC
Zifrian wrote:
katface wrote:
On the Mining tab, I cant seem to get the T1/T2 Crystals radio buttons to enable. My character currently doesnt have all the skills to use it, but even if I override skills to 5, the option is still disabled.

Build is 3.1.5833.15919

http://imgur.com/kVfsTAE

Thanks. I'll have this fixed next update.



Cool. Played around with it a little more. I saved the settings with skills 5 override and then restarted. Then set the skills mining to 4, then 5. then the radio buttons enabled! Should have restarted first. Spent like 20 mins trying all sorts of combinations.

fwiw, I think the problem might be with the >= 4. (I have mining skill of 4)


                    If CInt(cmbMineSkill.Text) >= 4 Then
                        cmbMineMiningLaser.Items.Add("Strip Miner I")
                        cmbMineMiningLaser.Items.Add("ORE Strip Miner")
                        MaxStrip = "Strip Miner I"
                        rbtnMineT1Crystals.Enabled = False
                        rbtnMineT2Crystals.Enabled = False
                    End If

                    If CInt(cmbMineSkill.Text) = 5 Then
                        cmbMineMiningLaser.Items.Add("Modulated Strip Miner II")
                        MaxStrip = "Modulated Strip Miner II"
                        rbtnMineT1Crystals.Enabled = True
                        rbtnMineT2Crystals.Enabled = True
                    End If

Darius Starfire
Center for Advanced Studies
Gallente Federation
#2444 - 2016-01-17 18:33:31 UTC
When I am changing the component pricing in the blueprint tab to get the most update stats (after I have already tried updating via update prices) it will not let me update certain items. Is there any way to fix that?

For example, rocket launcher ii blueprint lists robotics, rocket launcher i, morphite, RAM weapon tech, and quantum microprocessor. It will not let me change the base price on rocket launcher I, RAM weapon tech, or Quantum Microprocessor even though the cost per item doesn't actually match the system I am in.
Zifrian
Federal Defense Union
Gallente Federation
#2445 - 2016-01-17 22:01:01 UTC  |  Edited by: Zifrian
katface wrote:
Zifrian wrote:
katface wrote:
On the Mining tab, I cant seem to get the T1/T2 Crystals radio buttons to enable. My character currently doesnt have all the skills to use it, but even if I override skills to 5, the option is still disabled.

Build is 3.1.5833.15919

http://imgur.com/kVfsTAE

Thanks. I'll have this fixed next update.



Cool. Played around with it a little more. I saved the settings with skills 5 override and then restarted. Then set the skills mining to 4, then 5. then the radio buttons enabled! Should have restarted first. Spent like 20 mins trying all sorts of combinations.

fwiw, I think the problem might be with the >= 4. (I have mining skill of 4)


                    If CInt(cmbMineSkill.Text) >= 4 Then
                        cmbMineMiningLaser.Items.Add("Strip Miner I")
                        cmbMineMiningLaser.Items.Add("ORE Strip Miner")
                        MaxStrip = "Strip Miner I"
                        rbtnMineT1Crystals.Enabled = False
                        rbtnMineT2Crystals.Enabled = False
                    End If

                    If CInt(cmbMineSkill.Text) = 5 Then
                        cmbMineMiningLaser.Items.Add("Modulated Strip Miner II")
                        MaxStrip = "Modulated Strip Miner II"
                        rbtnMineT1Crystals.Enabled = True
                        rbtnMineT2Crystals.Enabled = True
                    End If


It's actually my poor coding that's the problem, but I've fixed it in my dev copy. The overridden skills weren't being correctly loaded either, which was a pretty big bug.

Darius Starfire wrote:
When I am changing the component pricing in the blueprint tab to get the most update stats (after I have already tried updating via update prices) it will not let me update certain items. Is there any way to fix that?

For example, rocket launcher ii blueprint lists robotics, rocket launcher i, morphite, RAM weapon tech, and quantum microprocessor. It will not let me change the base price on rocket launcher I, RAM weapon tech, or Quantum Microprocessor even though the cost per item doesn't actually match the system I am in.

You can't change those on the BP tab because they are built from other blueprints. The value shown is the build cost and is useful for determining if you want to build it or buy it. If you need to update those prices, use the update prices tab. You can manually update them in the grid there.

Maximze your Industry Potential! - Download EVE Isk per Hour!

Import CCP's SDE - EVE SDE Database Builder

Hochopepa
Creative Research and Production Services
#2446 - 2016-01-20 16:01:17 UTC
Running into an issue now where, it isn't correctly updating my shopping list with my assets. It sees tritanium and a few others fine but it is ignoring items like rocket fuel.

Additionally, when loading a shopping list from a saved file using default, it is not loading the locations correctly from the file. During testing, I have found that, whatever facility you have selected for a blueprint in the main blueprints window is what gets loaded into the location tab of the items to build shopping list. See images below.

Screenshots

Lenar Silenius
Dark Star Munitions
#2447 - 2016-01-21 17:18:07 UTC
Quote:
Can you give me some more details? Do you mark them as owned? What type of blueprints? I may have fixed something that caused it not to happen on my dev version but appreciate any other info.


They are all invented T2 ship BPCs. They are marked as owned, favorited and not ignored.
Zifrian
Federal Defense Union
Gallente Federation
#2448 - 2016-01-21 22:31:06 UTC
Hochopepa wrote:
Running into an issue now where, it isn't correctly updating my shopping list with my assets. It sees tritanium and a few others fine but it is ignoring items like rocket fuel.

Additionally, when loading a shopping list from a saved file using default, it is not loading the locations correctly from the file. During testing, I have found that, whatever facility you have selected for a blueprint in the main blueprints window is what gets loaded into the location tab of the items to build shopping list. See images below.

Screenshots


OK I'll take a look. On the asset issue, are you using corp or personal assets?

Lenar Silenius wrote:
Quote:
Can you give me some more details? Do you mark them as owned? What type of blueprints? I may have fixed something that caused it not to happen on my dev version but appreciate any other info.


They are all invented T2 ship BPCs. They are marked as owned, favorited and not ignored.

OK I see it. I have it fixed in the next version.

Maximze your Industry Potential! - Download EVE Isk per Hour!

Import CCP's SDE - EVE SDE Database Builder

Lenar Silenius
Dark Star Munitions
#2449 - 2016-01-22 02:59:26 UTC
Zifrian wrote:

OK I see it. I have it fixed in the next version.

Fantastic, thanks. Big smile
Zifrian
Federal Defense Union
Gallente Federation
#2450 - 2016-01-26 14:30:26 UTC  |  Edited by: Zifrian
Hochopepa wrote:
Running into an issue now where, it isn't correctly updating my shopping list with my assets. It sees tritanium and a few others fine but it is ignoring items like rocket fuel.

Additionally, when loading a shopping list from a saved file using default, it is not loading the locations correctly from the file. During testing, I have found that, whatever facility you have selected for a blueprint in the main blueprints window is what gets loaded into the location tab of the items to build shopping list. See images below.

Screenshots


I figured out the issue with the shopping list but the assets seem to work fine. Can you send me some screen shots? Thanks

Maximze your Industry Potential! - Download EVE Isk per Hour!

Import CCP's SDE - EVE SDE Database Builder

Plato That
Federal Navy Academy
Gallente Federation
#2451 - 2016-01-30 16:06:09 UTC  |  Edited by: Plato That
Edit: Fixed itself.
Zifrian
Federal Defense Union
Gallente Federation
#2452 - 2016-01-30 17:25:31 UTC
Plato That wrote:
I'm getting a 502 Bad Gateway when trying to update the prices.

I think EVE Central is down.

Maximze your Industry Potential! - Download EVE Isk per Hour!

Import CCP's SDE - EVE SDE Database Builder

Plato That
Federal Navy Academy
Gallente Federation
#2453 - 2016-01-30 17:33:27 UTC
Yes it was, just fixed itself.
Zifrian
Federal Defense Union
Gallente Federation
#2454 - 2016-01-30 18:03:23 UTC  |  Edited by: Zifrian
New version with a lot of new features. I expect you all to find bugs (I couldn't get a test version to work for more testing) but I'll clean them up as soon as I can. The biggest change here is the switch to use CCP data (CREST) for market history and SVR calculations. This data is a bit slower to get in some cases but it is live data from the game, which is what we've always wanted anyway.

Let me know if you have any bugs - screenshots are always the most helpful. Thanks!

Version 3.2

Build 3.2.5884.38170 – CREST Market Prices Integration

Bug Fixes
  • Blueprints should now be selectable from the drop down and mouse after using the arrow keys to select in the blueprint combo.
  • The green highlight of agents on the datacores tab should now correctly highlight the highest unique agents for IPH.
  • Corp blueprints not showing green with owned bps in all blueprints in Manage Blueprints
  • Users will no longer be able to save a base manufacturing station or outpost after selecting a pos facility without selecting the new facility.
  • Calculations for items using R.A.M.s will no longer multiply the materials need to make the R.A.M. by 100 per R.A.M. needed.
  • Pirate POS structures will now show as Pirate instead of T1
  • If you have "oxygen" and "oxygen isotopes" in material list and you try to delete "oxygen" from list, it deletes "oxygen isotopes" instead.
  • BP's marked as Favorites will now be uploaded correctly from file.
  • Invention and copy times will now be properly included in the build time for invention items over 10 runs and the relevant check boxes selected.
  • Selecting unowned T2 BPs and favorites on the Manufacturing tab will longer crash the program.
  • Overridden skills should now load correctly in all cases for use on the Mining Tab.
  • Loading shopping lists from file will now correctly load and use the facility for the item when built and saved. Note: older version of the shopping list are not compatible with this change.

New Features

Database Update
  • Updated EVE IPH database and images to YC-118-1_1.0_116645

SVR Updates
  • Sales to Volume Ratio (SVR) data for the Manufacturing tab will now be updated and caculated with from CCP (CREST) data.
  • All SVR Settings (Threshold, Days, Region) are now saved in the Application Settings for use on multiple forms.
  • Removed all EMD references for market history to use CCP data, which is more accurate and complete.

BP Tab
  • Users can now toggle profit or profit percent by double clicking on the Raw or Component Profit labels. The type of profit show will persist and be saved when BP settings are saved.
  • SVR data has been added to the BP tab - Users can set the BP tab to automatically update SVR data in settings or with automatic update off, manually by double-clicking the SVR labels. The default is to automatically update on the BP tab. Note: the load time for calculations for BPs that require updating the market history will take a little longer on first load each day but then will use cached data for future calculations.
  • Users can now move forward and back from previously viewed BPs. Use the forward and back buttons (top right corner of Raw Material List) or forward/back mouse buttons to go back and forth through the BP History. This functionality saves information on facilities, BP data (ME/TE), for each BP in the history and updates them when changed. To clear the BP history, select 'Clear BP History' from the Edit menu.

Update Prices Tab
  • Redesigned the update prices tab to allow for downloading prices from CCP (Direct game data) or EVE Central. Additionally, added the option to set up a Price Profile, which splits up the locations you want to download different prices (E.g. you buy minerals in Hek, sell ships in Jita, sell modules in Amarr).
  • CCP Data - Users can now download live price data from the EVE Servers by selecting the radio button 'CCP Data' or continue using 'EVE Central'. Note CCP data will likely be slower than using EVE Central but more accurate as it is live prices from the game. Note, only one region at a time can be used to update prices when 'CCP Data' is selected.
  • Price Profiles – Users can select to use a price profile, which allows downloads from any system/region for the shown categories. Users can select a price type, region, and system (Select 'All Systems' to use the regional price) for each category and assign a price modifier for each category as well. Note: you can only select one region for this functionality.
  • The Manual Price update button 'Update Prices' has been replaced with a 'Cancel Update' button that will cancel price updates when pressed. Users can still manually update prices from the Edit menu.
  • Users can now add a percentage of the price to the imported price by entering a percentage in the 'Price Modifier' text box for Raw Materials or Manufactured items. For instance, if you sell items at 10% more than Jita price at your null sec outpost, you can add 10% to all the prices you import to show the prices at which to sell items. Price modifiers are also available in the Price Profile.
  • Added tool tips to the price type drop downs for short explanations of the different options.
  • Users may now save and load prices from files in the default file format (CSV, SSV, TXT). The prices saved will only be those loaded into the grid (e.g. If you just have minerals loaded, only the mineral prices are saved). Additionally, when loading prices, only the prices in the saved file are loaded and the prices in the file will overwrite the program prices until the user initiates the next download within IPH.

Maximze your Industry Potential! - Download EVE Isk per Hour!

Import CCP's SDE - EVE SDE Database Builder

Zifrian
Federal Defense Union
Gallente Federation
#2455 - 2016-01-30 18:04:44 UTC
Version 3.2 cont.

Manufacturing Tab
  • Users can now right-click a single item on the Manufacturing list and display the market history for the item. The settings on the Market History Viewer are similar to in-game with the addition of a Linear trend line option.
  • Renamed 'SVR Settings' Frame to 'Market History Settings'
  • - Note: Average days is no longer just used for SVR but is used for all market history calculations.
  • The following columns have been added to the Manufacturing List:
  • - Price Trend – Linear trend of prices for the days entered in Average Days under Market History Settings. Value is displayed as a positive or negative percent but a red or green arrow has been added to help determine trend direction as well.
    - Total Items Sold – Total items sold over for the days entered in Average Days under Market History Settings.
    - Total Orders Filled – Total orders completed for the days entered in Average Days under Market History Settings.
    - Average Items Per Order – Orders divided by Items Sold for the days entered in Average Days under Market History settings.
    - Current Sell Orders – The current number of Sell Orders on the market for the Region selected in Market History Settings. Note, these orders are filled from CCP data from the Update Prices tab and will show nothing if not updated.
    - Current Buy Orders – The current number of Buy Orders on the market for the Region selected in Market History Settings. Note, these orders are filled from CCP data from the Update Prices tab and will show nothing if not updated.
    - Items in Production – The current number of the items that you are currently producing on all characters.
    - Items in Stock – The current number of items in stock at the asset locations set by the assets window launched by clicking on the 'Safe' Icon on the manufacturing tab.
  • Users can now select 'Optimal' for a decryptor calc function. It is a tri-check that allows no optimal comparison (unchecked), optimal IPH (checked), optimal profit (tri-check).
  • The Tech Level has had the Tech image added to the row for T2, T3, Storyline, and Faction items.
  • Added Market filtering options to the Manufacturing tab to include the following:
  • - Price Trend – Up/Down/All based on CCP Market History data.
    - Total Volume Threshold – if volume is greater than entry, include record. Note: you must download price data from CCP for this functionality. Also, this is the total volume of items sold and will filter the 'Total Items Sold' column in the manufacturing list, not the total volume produced from the bps.
    - Total IPH Threshold – if IPH is greater than entry, include record.
    - Total Profit Threshold – if profit is greater than entry, include record.
    - Min/Max Build times – if the total production time is greater than or less than the min/max time, the record is included.
    - Add time check to manufacturing tab – ie. I only want stuff between 22 and 24 hours
  • SVR Settings has been removed and options have been moved to the Market Filters
  • Removed the option to ignore 'Items I can Reverse Engineer'. T3 items will check the 'Items I can Invent Flag' now to determine including in the list. Note, text colors highlighting T3 invention or T2 invention will remain unchanged.
  • Users can now right-click on the manufacturing tab and add multiple blueprints to the shopping list if selected.

General
  • Changed the 'Character Loaded' label on the bottom strip to a menu of all loaded characters to allow easy and quick switching to a new default character. Note the menu has a maximum of 20 Characters.
  • Users can now ignore multiple blueprints in the Manufacturing tab by selecting multiple rows, right clicking, and selecting 'Ignore Blueprint'
  • Removed the Assets menu item from the view menu as it wasn't used for anything.
  • Region drop downs will no longer show wormhole regions for market data, with the exception of G-R00031 (Thera).
  • Text searches on the Manufacturing, Blueprint Management, and Update Prices have added functionality. Now users limit searches by separate multiple items with commas, or adding 'NOT' at the beginning or in the middle of the text. Searches are not case sensitive and searches the item name and group for filtering. For example:
  • - 'mining crystal not rig, jaspet' - shows mining crystals but not the mercoxit mining crystal rig or jaspet mining crystals
    - 'Hulk, Mackinaw, Skiff' – will only show these three ships
    - 'NOT Hulk, Mackinaw, Skiff' - don't want these three but all other items
  • Added the ability to set a Proxy in settings to include the HTTP/HTTPS proxy address and port (set port to 0 for no port number). Please let me know if you use a proxy and cannot get this setting to work or require additional information to input.
  • The teams window has been removed from the manufacturing tab until teams are reintroduced.

Maximze your Industry Potential! - Download EVE Isk per Hour!

Import CCP's SDE - EVE SDE Database Builder

Casper Blake
Casper Blake and Sons Manufacturing
#2456 - 2016-01-30 18:21:30 UTC
Thanks for the new update! Lots of cool new features I'm looking forward to use.

The program is crashing for me in a few scenarios however:

  • When I press Calculate in the Manufacturing List tab, the status bar gets to "Updating Market History", and then I get "EVE Isk pr Hour has stopped working".
  • When I try to update prices using CCP Data. I've tried with different settings, and everytime I press "Download prices", it crashes. It works fine when using EVE Central prices.
Zifrian
Federal Defense Union
Gallente Federation
#2457 - 2016-01-30 18:25:32 UTC  |  Edited by: Zifrian
Casper Blake wrote:
Thanks for the new update! Lots of cool new features I'm looking forward to use.

The program is crashing for me in a few scenarios however:

  • When I press Calculate in the Manufacturing List tab, the status bar gets to "Updating Market History", and then I get "EVE Isk pr Hour has stopped working".
  • When I try to update prices using CCP Data. I've tried with different settings, and everytime I press "Download prices", it crashes. It works fine when using EVE Central prices.

Thanks for these. Mail me the EVEIPH.log file in your install directory either in EVE mail or to ZifrianEVE@gmail.com. Something isn't connecting right on CREST for you.

Maximze your Industry Potential! - Download EVE Isk per Hour!

Import CCP's SDE - EVE SDE Database Builder

Elange4
Nomad Technologies
Sublime Machinery Inc.
#2458 - 2016-01-30 19:30:50 UTC  |  Edited by: Elange4
Hi Zifrian, thanks for all you do...

I get this error message every time I try to log in and the start screen shuts down... it seems to happen just after it draws the character API, but I am not exactly sure

"An Unhandled Exception has occured and EVE Isk per Hour will now close."

at the bottom of the popup is this message...

"
Source: EVE Isk per Hour
Message: An error occurred creating the form. See Exception.InnerException for details. The error is: Index was outside the bounds of the array.
"

I am on Windows 10.

I have had issues with new version before but they were always resolved with a re-installation. THIS time the file fails the download every time I try to do so - in both Firefox and Chrome.

(btw the github file is marked 3.1 too)

Let me know how I can help and I will do my best to help resolve this ;)

-- E4
Willow Twig
Goblin Pack
#2459 - 2016-01-30 19:57:43 UTC  |  Edited by: Willow Twig
Elange4 wrote:
Hi Zifrian, thanks for all you do...

I get this error message every time I try to log in and the start screen shuts down... it seems to happen just after it draws the character API, but I am not exactly sure

"An Unhandled Exception has occured and EVE Isk per Hour will now close."

at the bottom of the popup is this message...

"
Source: EVE Isk per Hour
Message: An error occurred creating the form. See Exception.InnerException for details. The error is: Index was outside the bounds of the array.
"

I am on Windows 10.

I have had issues with new version before but they were always resolved with a re-installation. THIS time the file fails the download every time I try to do so - in both Firefox and Chrome.

(btw the github file is marked 3.1 too)

Let me know how I can help and I will do my best to help resolve this ;)

-- E4


I am having the exact same problem. Same OS 64.
Fera Vagabond
Perkone
Caldari State
#2460 - 2016-01-30 20:30:51 UTC
Elange4 wrote:
Hi Zifrian, thanks for all you do...

I get this error message every time I try to log in and the start screen shuts down... it seems to happen just after it draws the character API, but I am not exactly sure

"An Unhandled Exception has occured and EVE Isk per Hour will now close."

at the bottom of the popup is this message...

"
Source: EVE Isk per Hour
Message: An error occurred creating the form. See Exception.InnerException for details. The error is: Index was outside the bounds of the array.
"

I am on Windows 10.

I have had issues with new version before but they were always resolved with a re-installation. THIS time the file fails the download every time I try to do so - in both Firefox and Chrome.

(btw the github file is marked 3.1 too)

Let me know how I can help and I will do my best to help resolve this ;)

-- E4



I get same error on windows 7 64bit