Ship Types and Lollipops
Moderators: winston, another_commander
Ship Types and Lollipops
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
Brevity is the soul of wit and vulgarity is wit's downfall
Good Night and Good Luck - Read You Soon
-
- Quite Grand Sub-Admiral
- Posts: 6683
- Joined: Wed Feb 28, 2007 7:54 am
Re: Ship Types and Lollipops
Are you talking about this?
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 fromto
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))
Code: Select all
#define IDENTIFY_SCANNER_LOLLIPOPS 1
- Norby
- ---- 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
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.
-
- Quite Grand Sub-Admiral
- Posts: 6683
- Joined: Wed Feb 28, 2007 7:54 am
Re: Ship Types and Lollipops
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.
- Norby
- ---- 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
How about if need a working Multi-Targeting System?
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Ship Types and Lollipops
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!
And any survivors, their debts I will certainly pay. There's always a way!
- Disembodied
- Jedi Spam Assassin
- Posts: 6885
- Joined: Thu Jul 12, 2007 10:54 pm
- Location: Carter's Snort
Re: Ship Types and Lollipops
+1 on this from me - this would turn it from a game-changing advantage to a handy bit of extra kit.