Page 2 of 9
Re: [Release] Navigation MFD 1.0.1 for 1.79
Posted: Fri Jun 27, 2014 12:47 am
by Stormrider
spara wrote:In version 1.0.1 there's some commented out, tested and ready to use code that achieves this:
Thanks spara, I think it looks fine and I'm for more info if I can get. Works great.
Diziet Sma wrote:Suppose you dropped the "TL" bit, so that it just read Riedquat (5)?
Ya like Riedquat 5......&%
I think that would look ok, with TL # one space after system.name.
Re: [Release] Navigation MFD 1.1 for 1.79
Posted: Fri Jun 27, 2014 4:23 pm
by spara
Ok guys. I want TL prefix to be there so that it's instantly clear what the number is about. And the brackets are there for the same reason, TL is not part of the system name. The problem has been the second line and the solution was quite a simple one
. I replaced the text "Hyperspace System" with "Target System" and everything fits. Now it's a little different from the F5 wording, but the meaning should be clear.
Here's Navigation MFD 1.1. And I'm quite happy with it. Thanks guys for bringing this up.
Re: [Release] Navigation MFD 1.1 for 1.79
Posted: Fri Jun 27, 2014 4:59 pm
by Diziet Sma
Well done.. I'll check it out tomorrow.. just spent 3 hours hunting a RH mark that's nowhere to be found, it's now 3am, so I'm abandoning it and will restart from the last save again in the morning..
Re: [Release] Navigation MFD 1.1 for 1.79
Posted: Fri Jun 27, 2014 6:02 pm
by Cody
Did you consider adding the distance to the target system?
Re: [Release] Navigation MFD 1.1 for 1.79
Posted: Fri Jun 27, 2014 6:13 pm
by Norby
Cody wrote:Did you consider adding the distance to the target system?
Imho there is enough space in the 3. line without the "Estimated" word:
Travel Time: 46:14:24 Distance: 6.8ly
Re: [Release] Navigation MFD 1.1 for 1.79
Posted: Fri Jun 27, 2014 6:21 pm
by Cody
Perahps even Distance: 6.8ly Duration: 46:14:24
Re: [Release] Navigation MFD 1.1 for 1.79
Posted: Fri Jun 27, 2014 7:08 pm
by spara
. Never satisfied, eh? Made a few tests and somehow this one looks the best:
Looks balanced and nicely grouped. Any more ideas/suggestions coming this way before I'll update it
?
Re: [Release] Navigation MFD 1.1 for 1.79
Posted: Fri Jun 27, 2014 7:22 pm
by Cody
<grins> I keep looking at the Hyperdrive Status
line... does it need all that info?
Something like Ready
or Blocked
might serve (another word for blocked, perhaps).
Re: [Release] Navigation MFD 1.1 for 1.79
Posted: Fri Jun 27, 2014 7:30 pm
by spara
Less is more when dealing with mfds, but this time I would not touch the message. Info about the blocker might be handy for someone.
Re: [Release] Navigation MFD 1.1 for 1.79
Posted: Fri Jun 27, 2014 7:39 pm
by Thargoid
Is it now working fine with Tracker and Planetary Compass and the like?
If you need anything tweaked in those OXZ's to help compatibility, let me know.
Re: [Release] Navigation MFD 1.1 for 1.79
Posted: Sat Jun 28, 2014 12:27 am
by Stormrider
spara wrote: . Never satisfied, eh? Made a few tests and somehow this one looks the best:
Wow thanks spara, that looks awesome, like way satisfied.
Re: [Release] Navigation MFD 1.1 for 1.79
Posted: Sat Jun 28, 2014 1:42 am
by Diziet Sma
spara wrote:Less is more when dealing with mfds, but this time I would not touch the message. Info about the blocker might be handy for someone.
Agreed.. I
like that it tells me what's blocking the jump.
Stormrider wrote:Wow thanks spara, that looks awesome, like way satisfied.
Seconded.. I'm very impressed with how much useful info you've packed into that small space.
Re: [Release] Navigation MFD 1.2 for 1.79
Posted: Sat Jun 28, 2014 6:49 am
by Zireael
Spara, this looks really spiffy, how'd you get the icons?
Re: [Release] Navigation MFD 1.2 for 1.79
Posted: Sat Jun 28, 2014 6:57 am
by spara
That's settled then. Version 1.2 is now uploaded. Thanks again for all the ideas and feedback.
* MFD now includes the distance to the hyperspace destination
* a minor bugfix when hyperspace destination is picked from the long range chart
* a minor bugfix when hyperspace destination is picked and no hyperdrive is present
Zireael wrote:Spara, this looks really spiffy, how'd you get the icons?
Here's how to get them into two handy arrays:
Code: Select all
this.$govs = new Array();
for (var i = 0; i < 8 ;i++)
this.$govs.push(String.fromCharCode(i));
this.$ecos = new Array();
for (i = 0; i < 8 ;i++)
this.$ecos.push(String.fromCharCode(23 - i));
Re: [Release] Navigation MFD 1.2 for 1.79
Posted: Sun Jun 29, 2014 11:40 pm
by Cody
This works sweet - my hud already displays the target system, but not the distance/time. It's also handy to know the names of rock hermits.
It's easy enough to reposition MFDs - is it possible to resize the display box and reduce the font size, or is all that fixed?