MWO Mechbay Program
#61
Posted 08 November 2012 - 02:28 PM
#62
Posted 08 November 2012 - 03:45 PM
The Mechlab is currently at version 5.3.18 with this hotfix:
Bug Fixes
*Tonnage disappearing when increasing your engine rating past 270 and have more than the 10 internal heat sinks
*DGN-1N having incorrect hardpoints
*Issues with the Mechlab internal readouts being armor readouts instead
*Possibly a couple other minor undocumented errors as well, been busy lately
Note: It is highly possible more issues have been introduced due to the integration of all the programs, I just ask that you be a little patient and allow me time to iron these out as they pop-up.
#63
Posted 08 November 2012 - 04:00 PM
#64
Posted 08 November 2012 - 04:15 PM
1) The MWO Mechbay.lnk file refers to locations on the machine that created the .zip.
2) Correcting the target and location references in the link result in a "Can not find the main class: MWOMechBay.Main. Program will exit" error.
#65
Posted 08 November 2012 - 04:20 PM
Gremian, on 08 November 2012 - 04:15 PM, said:
1) The MWO Mechbay.lnk file refers to locations on the machine that created the .zip.
2) Correcting the target and location references in the link result in a "Can not find the main class: MWOMechBay.Main. Program will exit" error.
Alright, try reDLing, and just run the MWO Mechbay.jar normally. Also make sure that your JRE is up to 7.
See if that fixes anything, because everything bar the shortcut should be working correctly
I need to switch the shortcut to a relative path rather than an absolute path, what can I say, I goofed.
Edited by majora incarnate, 08 November 2012 - 04:28 PM.
#66
Posted 08 November 2012 - 05:04 PM
majora incarnate, on 08 November 2012 - 04:20 PM, said:
See if that fixes anything, because everything bar the shortcut should be working correctly
I need to switch the shortcut to a relative path rather than an absolute path, what can I say, I goofed.
No worries, I've made worse mistakes in coding
Grabbed the new file, and updated from JRE 6 to 7. Works great now. thanks much!
#67
Posted 09 November 2012 - 12:52 AM
majora incarnate, on 08 November 2012 - 03:45 PM, said:
The Mechlab is currently at version 5.3.18 with this hotfix:
Bug Fixes
*Tonnage disappearing when increasing your engine rating past 270 and have more than the 10 internal heat sinks
*DGN-1N having incorrect hardpoints
*Issues with the Mechlab internal readouts being armor readouts instead
*Possibly a couple other minor undocumented errors as well, been busy lately
Note: It is highly possible more issues have been introduced due to the integration of all the programs, I just ask that you be a little patient and allow me time to iron these out as they pop-up.
Does your program take into account that Engine Double Heat sinks are twice as effective as Engine Single Heat Sinks?
<UpgradeType id="3003" name="StandardHeatSinkType"> <Loc nameTag="@StandardHeatSinkType" descTag="@StandardHeatSinkType_desc" iconTag="20"/> <UpgradeTypeStats type="2" slots="0" pointMultiplier="1.0" associatedItem="3000"/> </UpgradeType> <UpgradeType id="3002" name="DoubleHeatSinkType"> <Loc nameTag="@DoubleHeatSinkType" descTag="@DoubleHeatSinkType_desc" iconTag="19"/> <UpgradeTypeStats type="2" slots="0" pointMultiplier="2.0" associatedItem="3001"/>
Quote
Does it have to be using JRE7? Because JRE7 messes up Oracle Forms and I can`t use it at work :-)
Edited by Kmieciu, 09 November 2012 - 12:55 AM.
#68
Posted 09 November 2012 - 02:39 AM
#69
Posted 09 November 2012 - 07:32 AM
Edit2:Just ignore me. I am just being stupid and forgot to reinstall java after reinstalling my PC lately.
Edited by Rattenmann, 09 November 2012 - 07:58 AM.
#70
Posted 09 November 2012 - 08:03 AM
Kmieciu, on 09 November 2012 - 12:52 AM, said:
Does your program take into account that Engine Double Heat sinks are twice as effective as Engine Single Heat Sinks?
<UpgradeType id="3003" name="StandardHeatSinkType"> <Loc nameTag="@StandardHeatSinkType" descTag="@StandardHeatSinkType_desc" iconTag="20"/> <UpgradeTypeStats type="2" slots="0" pointMultiplier="1.0" associatedItem="3000"/> </UpgradeType> <UpgradeType id="3002" name="DoubleHeatSinkType"> <Loc nameTag="@DoubleHeatSinkType" descTag="@DoubleHeatSinkType_desc" iconTag="19"/> <UpgradeTypeStats type="2" slots="0" pointMultiplier="2.0" associatedItem="3001"/>
Does it have to be using JRE7? Because JRE7 messes up Oracle Forms and I can`t use it at work :-)
Double Heat Sinks are factored in heat efficiency functions as we were told they were to work, at 40% better efficiency than Singles rather than the traditional 100%. The point multiplier in the quoted files, is also for the cost of the upgrade, not so much the reason people think engine heat sinks are being treated as traditional doubles (at least it shouldn't be). I won't update that to be included because I believe it to be a bug until a Dev states otherwise.
Yes, JRE7 is required, not sure why it is required all the sudden, might have to look through to see if I can't remove this as an issue, but definitely not promising I will be able too.
Edited by majora incarnate, 09 November 2012 - 09:39 AM.
#71
Posted 09 November 2012 - 11:52 AM
#72
Posted 10 November 2012 - 06:47 AM
Hope you manage to integrate the save & load function soon, so we can share our builds without the need of teamspeak and such.
Keep up the good work
#73
Posted 10 November 2012 - 06:53 AM
Goodjob on this tool! However there is a bug I found with engine tonnage (not sure if it is already known):
=== XL engine Tonnage counting wrong.
1) Get a Jenner JR7-F
2) Give it the following stuff so it is at 31,50 ton
- XL Engine (leave at default engine size, 245)
- 5 jumpjets (1x CT, 2x LT, 2x RT)
- Double heat sinks UPGRADE: totaal of 17 HS (2x RA, 2x LA, 2x LT, 2x RT)
- 1 Medium Laser (random location)
- Endo-steel UPGRADE (randon location)
3) Now move up the XL engine rating to 300 (mech tonnage should me at 35). And then back down 1 step (295), and then back up to 300. Repeate and notice the mech tonnage (so not the engine tonnage). It keeps on adding 0,50 ton to the mechs tonnage.
edit: typo & tweaks
Edited by Dommel, 10 November 2012 - 07:52 AM.
#74
Posted 10 November 2012 - 09:32 AM
Dommel, on 10 November 2012 - 06:53 AM, said:
Goodjob on this tool! However there is a bug I found with engine tonnage (not sure if it is already known):
=== XL engine Tonnage counting wrong.
1) Get a Jenner JR7-F
2) Give it the following stuff so it is at 31,50 ton
- XL Engine (leave at default engine size, 245)
- 5 jumpjets (1x CT, 2x LT, 2x RT)
- Double heat sinks UPGRADE: totaal of 17 HS (2x RA, 2x LA, 2x LT, 2x RT)
- 1 Medium Laser (random location)
- Endo-steel UPGRADE (randon location)
3) Now move up the XL engine rating to 300 (mech tonnage should me at 35). And then back down 1 step (295), and then back up to 300. Repeate and notice the mech tonnage (so not the engine tonnage). It keeps on adding 0,50 ton to the mechs tonnage.
edit: typo & tweaks
Yes this is the heat sink issue once again, it is adding tonnage when it removes an engine heat sink (it should only do this when you have <= 10 engine heat sinks).
I will look into this, as well as looking into saving and loading.
Which btw, because it is nearing final exam time, I might work on this a lot less for a while, so saving and loading might be down for a month at most, for the simple fact I will have to rewrite all of it because of the back-end changes (but it had to be done at some point).
#75
Posted 10 November 2012 - 02:30 PM
majora incarnate, on 10 November 2012 - 09:32 AM, said:
Which btw, because it is nearing final exam time, I might work on this a lot less for a while, so saving and loading might be down for a month at most, for the simple fact I will have to rewrite all of it because of the back-end changes (but it had to be done at some point).
There was no pressure intended, good luck on your exams. Looking forward to your new version and thanks for keeping us up to date.
#76
Posted 10 November 2012 - 03:23 PM
#77
Posted 11 November 2012 - 01:38 PM
#78
Posted 11 November 2012 - 03:31 PM
ian davion, on 11 November 2012 - 01:38 PM, said:
It is possible, I've been lazy with things like these and more focused on streamlining the GUI and back-end stuff, which is a terrible lead up to my next statement.
I've added a donate button on the Original Post as well as on all threads on the WM forums for those who want to (I know a few had expressed this in the old Beta forums) and also added a note about the Android app, which is stalled for the moment until I can get a better handle on the Android SDK/Eclipse IDE, mainly because it is does not like what I want to do with it, and makes things more difficult than it should be for this.
Edited by majora incarnate, 11 November 2012 - 03:31 PM.
#79
Posted 12 November 2012 - 05:07 AM
Thank you!
#80
Posted 12 November 2012 - 05:38 AM
5 user(s) are reading this topic
0 members, 5 guests, 0 anonymous users