Why is cloak_passive false by default?
Moderators: winston, another_commander
- CaptSolo
- ---- E L I T E ----
- Posts: 909
- Joined: Wed Feb 23, 2011 10:08 pm
- Location: Preying Manta
- Contact:
Re: Why is cloak_passive false by default?
I just recently acquired the cloaking device. Funny thing was the first opportunity to scoop one I had no room for it. Works great against hardheads, but won't change the way I play the game otherwise.
By the way, the ship in Elite - at least the version I had - was not cloaked. I called it the "Stealth Ship" since it was visible except on the scanner.
By the way, the ship in Elite - at least the version I had - was not cloaked. I called it the "Stealth Ship" since it was visible except on the scanner.
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Re: Why is cloak_passive false by default?
The downside is that the Elite Federation also don't know it's you. Therefore you're not credited with the kill (meaning that your kill count doesn't go up). Nor, if you happen to kill a criminal, do you get their bounty.RyanHoots wrote:Got the device, I had to read the spoiler alert on the wiki. Worth it. The viper never saw it coming, and I'm still clean because they still don't know it's me!
Re: Why is cloak_passive false by default?
Well, like the energy bomb & the docking computer, the cloak is undeniably part of the game we all love, so much so that it makes a deliberate point of awarding one to the player gratis. So it is clearly there to be used.
Perhaps a better question might be "why are there so few NPC ships with cloaks"? To answer this, I added the facility to a test furball, and (in the brief time before I died) recalled the battle in which I "won" mine. It's REALLY good fun!
Come on, let's cloak more NPC pirates
Perhaps a better question might be "why are there so few NPC ships with cloaks"? To answer this, I added the facility to a test furball, and (in the brief time before I died) recalled the battle in which I "won" mine. It's REALLY good fun!
Come on, let's cloak more NPC pirates
OXPs: Furball 1.8, Factions 1.12
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: Why is cloak_passive false by default?
The problem here is the difficulty of controlling the cloak in NPCs. Basically it will switch on when the NPC is attacked and then not switch off again unless the NPC's energy gets too low. It (still) cannot be controlled by AI, and scripting control is difficult and complicated.
The case for AI commands "switch_cloak_on" and "switch_cloak_off" is compelling, but we're in a feature freeze, so.......
The case for AI commands "switch_cloak_on" and "switch_cloak_off" is compelling, but we're in a feature freeze, so.......
Commander Smivs, the friendliest Gourd this side of Riedquat.
Re: Why is cloak_passive false by default?
hmm, I assumed that was what cloakAutomatic is for . . . well I'm finding out for myself anyway nowSmivs wrote:The problem here is the difficulty of controlling the cloak in NPCs. Basically it will switch on when the NPC is attacked and then not switch off again unless the NPC's energy gets too low. It (still) cannot be controlled by AI, and scripting control is difficult and complicated.
The case for AI commands "switch_cloak_on" and "switch_cloak_off" is compelling, but we're in a feature freeze, so.......
OXPs: Furball 1.8, Factions 1.12
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Re: Why is cloak_passive false by default?
Currently the only way around it is theSmivs wrote:The problem here is the difficulty of controlling the cloak in NPCs. Basically it will switch on when the NPC is attacked and then not switch off again unless the NPC's energy gets too low. It (still) cannot be controlled by AI, and scripting control is difficult and complicated.
The case for AI commands "switch_cloak_on" and "switch_cloak_off" is compelling, but we're in a feature freeze, so.......
cloak_passive
key, which is however false
by default.And by this we have gone full-circle, and have arrived at the starting point of this thread again.
Re: Why is cloak_passive false by default?
Currently experimenting with cloaked pirates in Furball (not all of them, otherwise they can't find each other!). Works very nicely actually
OXPs: Furball 1.8, Factions 1.12
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Re: Why is cloak_passive false by default?
Yes, that is the reason thatm4r35n357 wrote:hmm, I assumed that was what cloakAutomatic is for . . . well I'm finding out for myself anyway nowSmivs wrote:The problem here is the difficulty of controlling the cloak in NPCs. Basically it will switch on when the NPC is attacked and then not switch off again unless the NPC's energy gets too low........
cloakAutomatic
was added. No automatic on-switching of the npc cloak. When not-automatic, the cloak behaves like with the player. You only can activate it by script when a minimum amount of energy is available and it still switches of by itself when energy is almost exhausted.UPS-Courier & DeepSpacePirates & others at the box and some older versions
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: Why is cloak_passive false by default?
Looks like things have moved on. I was not aware of cloak_automatic. It'll help, for sure.
Commander Smivs, the friendliest Gourd this side of Riedquat.
- CaptSolo
- ---- E L I T E ----
- Posts: 909
- Joined: Wed Feb 23, 2011 10:08 pm
- Location: Preying Manta
- Contact:
Re: Why is cloak_passive false by default?
Thanks to the author of this thread I have added this line of code to my current shipdata.plist. I'm at the age where I may forget to turn the device off and I certainly do not want to destroy a pirate and not receive the obvious game bonus.