Cloaking device

An area for discussing new ideas and additions to Oolite.

Moderators: winston, another_commander

User avatar
Zbond-Zbond
---- E L I T E ----
---- E L I T E ----
Posts: 410
Joined: Mon Nov 24, 2008 3:49 am
Location: Healesville, Australia

Cloaking device

Post by Zbond-Zbond »

It would be useful to have a CLOAK ACTIVE indicator included in HUD
(e.g. opposite the FUEL SCOOP indicator javascript:emoticon(':?:') where there seems to be a blank space)
User avatar
CptnEcho
---- E L I T E ----
---- E L I T E ----
Posts: 536
Joined: Sun Oct 26, 2008 4:14 pm

Post by CptnEcho »

Agreed. How do you intend to implement the idea?
"I shouldn't have taken off in this crate without more ammo..." Sergeant Knox - Star Blazers
Screet
---- E L I T E ----
---- E L I T E ----
Posts: 1883
Joined: Wed Dec 10, 2008 3:02 am
Location: Bremen, Germany

Re: Cloaking device

Post by Screet »

Zbond-Zbond wrote:
It would be useful to have a CLOAK ACTIVE indicator included in HUD
(e.g. opposite the FUEL SCOOP indicator javascript:emoticon(':?:') where there seems to be a blank space)
Flying the Caduceus, I can tell that there already is one! Most ships have it...if the ship has a little bit of the model visible in forward view, you can see the cloak in action ;)

However, not all models are built that way, thus a HUD indicator is a good idea. Probably the status indicator (green/yellow/red) could include it?

Screet
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Re: Cloaking device

Post by JensAyton »

Screet wrote:
Probably the status indicator (green/yellow/red) could include it?
Blue alert?
User avatar
_ds_
Deadly
Deadly
Posts: 180
Joined: Thu Jan 22, 2009 5:34 pm
Location: In a cloaked ship behind you

Re: Cloaking device

Post by _ds_ »

Ahruman wrote:
Screet wrote:
Probably the status indicator (green/yellow/red) could include it?
Blue alert?
Altering the grey border around the indicator is straight-forward enough; or the blue component could be set to 1 when cloaked. Also trivial, but: :idea: :arrow: :idea:
http://tartarus.org/~ds/oolite/patches, Buzzer OXP etc.
User avatar
Disembodied
Jedi Spam Assassin
Jedi Spam Assassin
Posts: 6885
Joined: Thu Jul 12, 2007 10:54 pm
Location: Carter's Snort

Re: Cloaking device

Post by Disembodied »

Ahruman wrote:
Are you sure, sir? It does mean changing the bulb ...
Screet
---- E L I T E ----
---- E L I T E ----
Posts: 1883
Joined: Wed Dec 10, 2008 3:02 am
Location: Bremen, Germany

Re: Cloaking device

Post by Screet »

Disembodied wrote:
Ahruman wrote:
Are you sure, sir? It does mean changing the bulb ...
Could trumbles be trained to do that for us?

Screet
User avatar
KZ9999
Deadly
Deadly
Posts: 225
Joined: Fri Jan 23, 2009 8:55 pm
Location: Lost in Witchspace being hunted by a Thargoid Swam.

Re: Cloaking device

Post by KZ9999 »

Screet wrote:
Disembodied wrote:
Ahruman wrote:
Are you sure, sir? It does mean changing the bulb ...
Could trumbles be trained to do that for us?
I don't see why not. Trev, my trumble, has been trained to a bunch of stuff over the cycles. Right now I'm training him not to eat the missiles. The problem is that hesi likes the spicy taste of explosive. <sigh.>

Back on track, having a HUD item for the cloak would make sense. Dull green for inactive, bright red if using it without the naval power unit, and bright green if you have all the gear. The colours are in keeping with the standard HUD. As for the icon, I don't know about the :?: for the symbol but I'm sure one of our fine artist could come up with something.
KZ999's Oolite documents, including the new draft Oolite Game Manual, can be found at www.box.net
User avatar
tomsk
Dangerous
Dangerous
Posts: 66
Joined: Sun Jan 11, 2009 12:21 pm
Location: under my Cobra's hood...

Post by tomsk »

The cloak is a major piece of hardware and can, as mentioned elsewhere, unbalance the game play.

How about when the cloak is activated, certain equipment is partially disabled?
For example the scanner, could black out or work intermittently (say, updates only once per second). This kind of makes sense as the cloak prevents other ships (and missiles) from scanning, so affecting your own scanner from functioning @100% would be a valid side effect, since all the scanners use similar technology.
The same effect could be applied to the main display (since ships don't really have windows)
User avatar
ClymAngus
---- E L I T E ----
---- E L I T E ----
Posts: 2514
Joined: Tue Jul 08, 2008 12:31 am
Location: London England
Contact:

Re: Cloaking device

Post by ClymAngus »

Disembodied wrote:
Ahruman wrote:
Are you sure, sir? It does mean changing the bulb ...
There's always some excuse isn't there?
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Re: Cloaking device

Post by JensAyton »

ClymAngus wrote:
Disembodied wrote:
Ahruman wrote:
Are you sure, sir? It does mean changing the bulb ...
There's always some excuse isn't there?
Why, yes, minister.

Wait, this isn’t an outworld thread? The devil you say!
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6682
Joined: Wed Feb 28, 2007 7:54 am

Post by another_commander »

I think _ds_ had the smartest idea, which just happened to be the most easily implementable, too.

So, for 1.73: The key cloak_indicator_on_status_light has been added to the hud.plist. Its default value is <false/> and this is what Oolite will be using anyway if it cannot find this key in hud.plist. If this key is set to <true/>, then whenever the player switches cloak on, the status indicator's colour will change its blue color component to 1.0, making the cloak turning on immediately visible. This does not mean that the status light turns fully blue, it means it just gets a blueish shade. The actual red, green or yellow status are still recognizable. The key is set to true like this:

Code: Select all

<key>cloak_indicator_on_status_light</key>
<true/>
Of course, if this key is set to false or does not exist, things will be just as we know them today.
User avatar
Ark
---- E L I T E ----
---- E L I T E ----
Posts: 664
Joined: Sun Dec 09, 2007 8:22 am
Location: Athens Greece

Post by Ark »

Great job A_C but why the default value must be false
Let us hope that in the future someone from the forum is not going to create another piece of equipment that enables that possibility, something with the name “cloak device indicator“ or something in the form of an oxp.
User avatar
Eric Walch
Slightly Grand Rear Admiral
Slightly Grand Rear Admiral
Posts: 5536
Joined: Sat Jun 16, 2007 3:48 pm
Location: Netherlands

Post by Eric Walch »

Ark wrote:
Let us hope that in the future someone from the forum is not going to create another piece of equipment that enables that possibility, something with the name “cloak device indicator“ or something in the form of an oxp.
Don't worry, the way A_C programmed it, it will be not possible. It is HUD only.
User avatar
Ark
---- E L I T E ----
---- E L I T E ----
Posts: 664
Joined: Sun Dec 09, 2007 8:22 am
Location: Athens Greece

Post by Ark »

Eric Walch wrote:
Ark wrote:
Let us hope that in the future someone from the forum is not going to create another piece of equipment that enables that possibility, something with the name “cloak device indicator“ or something in the form of an oxp.
Don't worry, the way A_C programmed it, it will be not possible. It is HUD only.
:lol: :lol: :lol:
Post Reply