Author Topic: (How) does ship-subsys-vanish work?  (Read 913 times)

0 Members and 1 Guest are viewing this topic.

Offline SF-Junky

  • 29
  • Bread can mold, what can you do?
(How) does ship-subsys-vanish work?
My understanding of this SEXP is that it, if applied to a turret, the submodel and subsystem completely disappear. However, it does not seem to have any effect.

Check the attached test mission. The SEXP should be executed when pressing [1]. Though when I try it nothing happens.

[attachment deleted to save space]

 

Offline 0rph3u5

  • 211
  • Oceans rise. Empires fall.
Re: (How) does ship-subsys-vanish work?
Intriguing.

To independently verify, I made a mission to test the behavior of ship-subsys-vanish compared to destroy-subsys-instantly - and ship-subsys-vanish doesn't seem to have any effect.

The desired effect mentioned above can however be achieved by combining destroy-subsys-instantly with ship-subsys-no-replace.

[attachment deleted to save space]
"As you sought to steal a kingdom for yourself, so must you do again, a thousand times over. For a theft, a true theft, must be practiced to be earned." - The terms of Nyrissa's curse, Pathfinder: Kingmaker

==================

"I am Curiosity, and I've always wondered what would become of you, here at the end of the world." - The Guide/The Curious Other, Othercide

"When you work with water, you have to know and respect it. When you labour to subdue it, you have to understand that one day it may rise up and turn all your labours into nothing. For what is water, which seeks to make all things level, which has no taste or colour of its own, but a liquid form of Nothing?" - Graham Swift, Waterland

"...because they are not Dragons."

 

Offline AdmiralRalwood

  • 211
  • The Cthulhu programmer himself!
    • Skype
    • Steam
    • Twitter
Re: (How) does ship-subsys-vanish work?
This appears to be a documentation problem; the "vanished" flag doesn't do anything by itself, rather it modifies what happens to the subsystem when it's destroyed. Using ship-subsys-vanish is basically saying "when this subsystem dies, don't log it and don't create a fireball/debris"; it doesn't even stop the "-destroyed" subobject from showing, because that's what ship-subsys-no-replace is for.
Ph'nglui mglw'nafh Codethulhu GitHub wgah'nagl fhtagn.

schrödinbug (noun) - a bug that manifests itself in running software after a programmer notices that the code should never have worked in the first place.

When you gaze long into BMPMAN, BMPMAN also gazes into you.

"I am one of the best FREDders on Earth" -General Battuta

<Aesaar> literary criticism is vladimir putin

<MageKing17> "There's probably a reason the code is the way it is" is a very dangerous line of thought. :P
<MageKing17> Because the "reason" often turns out to be "nobody noticed it was wrong".
(the very next day)
<MageKing17> this ****ing code did it to me again
<MageKing17> "That doesn't really make sense to me, but I'll assume it was being done for a reason."
<MageKing17> **** ME
<MageKing17> THE REASON IS PEOPLE ARE STUPID
<MageKing17> ESPECIALLY ME

<MageKing17> God damn, I do not understand how this is breaking.
<MageKing17> Everything points to "this should work fine", and yet it's clearly not working.
<MjnMixael> 2 hours later... "God damn, how did this ever work at all?!"
(...)
<MageKing17> so
<MageKing17> more than two hours
<MageKing17> but once again we have reached the inevitable conclusion
<MageKing17> How did this code ever work in the first place!?

<@The_E> Welcome to OpenGL, where standards compliance is optional, and error reporting inconsistent

<MageKing17> It was all working perfectly until I actually tried it on an actual mission.

<IronWorks> I am useful for FSO stuff again. This is a red-letter day!
* z64555 erases "Thursday" and rewrites it in red ink

<MageKing17> TIL the entire homing code is held up by shoestrings and duct tape, basically.

 

Offline SF-Junky

  • 29
  • Bread can mold, what can you do?
Re: (How) does ship-subsys-vanish work?
Ah, okay. That clearifies things, then. Thanks for the replies.  :) :yes: