Ship Types and Lollipops

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: another_commander, winston

Post Reply
User avatar
Nite Owl
---- E L I T E ----
---- E L I T E ----
Posts: 518
Joined: Sat Jan 20, 2018 4:08 pm
Location: In The Dark

Ship Types and Lollipops

Post 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.
Humor is the second most subjective thing on the planet

Brevity is the soul of wit and vulgarity is wit's downfall

Good Night and Good Luck - Read You Soon
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6547
Joined: Wed Feb 28, 2007 7:54 am

Re: Ship Types and Lollipops

Post 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
User avatar
Norby
---- E L I T E ----
---- E L I T E ----
Posts: 2577
Joined: Mon May 20, 2013 9:53 pm
Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
Contact:

Re: Ship Types and Lollipops

Post 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.
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6547
Joined: Wed Feb 28, 2007 7:54 am

Re: Ship Types and Lollipops

Post 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.
User avatar
Norby
---- E L I T E ----
---- E L I T E ----
Posts: 2577
Joined: Mon May 20, 2013 9:53 pm
Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
Contact:

Re: Ship Types and Lollipops

Post 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?
User avatar
Cody
Sharp Shooter Spam Assassin
Sharp Shooter Spam Assassin
Posts: 16055
Joined: Sat Jul 04, 2009 9:31 pm
Location: The Lizard's Claw
Contact:

Re: Ship Types and Lollipops

Post 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.
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
User avatar
Disembodied
Jedi Spam Assassin
Jedi Spam Assassin
Posts: 6875
Joined: Thu Jul 12, 2007 10:54 pm
Location: Carter's Snort

Re: Ship Types and Lollipops

Post 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.
Post Reply