Page 1 of 1

Ship Types and Lollipops

Posted: Tue Feb 20, 2018 1:09 pm
by Nite Owl
Noticed in some screenshots that a player's scanner is showing ship types attached to the lollipops. How did you get this to happen? The Scanner Alerting Enhancement has this type of functionality but it does not seem to work with the Coluber H.U.D. (my H.U.D. of choice). Searched though the various files in both the Scanner Alerting Enhancement and Numeric H.U.D. (the H.U.D. of choice per the screenshots) and could not find any scripting snippets that could be added to a H.U.D. script to make this happen. When the Scanner Alerting Enhancement is primed and set to show this functionality the Coluber H.U.D. does nothing to show the ship types attached to the lollipops on the scanner. If you know an answer to this minor dilemma please advise. Thank You in advance for your time and effort.

Re: Ship Types and Lollipops

Posted: Tue Feb 20, 2018 3:27 pm
by another_commander
Are you talking about this?
Image

If yes, then you cannot do anything OXP-wise. This is a code change, which is currently disabled. If you want to enable it unconditionally, you will have to build from source and change line 56 of src/Core/HeadUpDisplay.m from

Code: Select all

#define IDENTIFY_SCANNER_LOLLIPOPS	(	0	&& !defined(NDEBUG))
to

Code: Select all

#define IDENTIFY_SCANNER_LOLLIPOPS	1

Re: Ship Types and Lollipops

Posted: Tue Feb 20, 2018 7:47 pm
by Norby
This feature imho would worth a key (or a shift+key) which could turn it on/off during flight. In this way we could turn it on anytime, then off when too many ships are around and the names cover some important info.

Re: Ship Types and Lollipops

Posted: Tue Feb 20, 2018 8:13 pm
by another_commander
Norby wrote: Tue Feb 20, 2018 7:47 pm
This feature imho would worth a key (or a shift+key) which could turn it on/off during flight. In this way we could turn it on anytime, then off when too many ships are around and the names cover some important info.
The problem, if you want to call it that, is that this feature changes the dynamics of gameplay. As an example, if you were to be attacked by a group of many pirates, with this enabled you would be able to immediately know which targets to pick first, while without it you would have to identify each one. Having the feature enabled buys you time at the start of the battle, so we should not really go ahead and enable it without making it cost something in exchange.

Re: Ship Types and Lollipops

Posted: Wed Feb 21, 2018 10:09 pm
by Norby
another_commander wrote: Tue Feb 20, 2018 8:13 pm
making it cost something in exchange.
How about if need a working Multi-Targeting System?

Re: Ship Types and Lollipops

Posted: Wed Feb 21, 2018 10:52 pm
by Cody
That - and how about if it only labelled ships/things that had already been identified? Still useful, but not nearly so much of an edge.

Re: Ship Types and Lollipops

Posted: Thu Feb 22, 2018 12:59 pm
by Disembodied
Cody wrote: Wed Feb 21, 2018 10:52 pm
how about if it only labelled ships/things that had already been identified? Still useful, but not nearly so much of an edge.
+1 on this from me - this would turn it from a game-changing advantage to a handy bit of extra kit.