Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: SSC-ADMRL on August 08, 2002, 10:49:57 pm

Title: Stealth Button
Post by: SSC-ADMRL on August 08, 2002, 10:49:57 pm
It would be cool to have a stealth button that toggles stealth mode on or off
Title: Stealth Button
Post by: an0n on August 08, 2002, 10:57:31 pm
You can do this already with sexps.

-When
--Key_pressed
---(whatever)
--Invisible
---Alpha 1

*can't remember the exact sexp's but it's something like that*
Title: Stealth Button
Post by: Pegasus V on August 08, 2002, 11:18:54 pm
No, he means stealth, not invisible to sensors. I wish there was a button like this too. That's why I mentioned it in the below topic this week...:headz:
Title: Stealth Button
Post by: vyper on August 09, 2002, 07:35:33 am
:D A Stealth button:


:ha:
Title: Stealth Button
Post by: AqueousShadow on August 09, 2002, 01:39:05 pm
Er? hahaha :rolleyes:
Title: Stealth Button
Post by: vyper on August 09, 2002, 01:44:03 pm
Quote
Originally posted by AqueousShadow
Er? hahaha :rolleyes:


:p
Title: Stealth Button
Post by: r0nin on August 12, 2002, 04:27:26 pm
Well, If we can get a "transparent" ship pof, then the ship-transformation routines I've been coding for the Robotech mod might work.  Not sure if the graphics engine supports true transparency, though.  But I would like to see invisible ships still give some distortion, myself...

I'm generalizing the specific code from the mod (not as easy as I thought it would be).  I'll see if I can't work in a timer or tie the ability to energy for those modders that might want stealth to be limited...
Title: Stealth Button
Post by: Pegasus V on August 12, 2002, 10:41:35 pm
Quote
Originally posted by r0nin
Well, If we can get a "transparent" ship pof, then the ship-transformation routines I've been coding for the Robotech mod might work.  Not sure if the graphics engine supports true transparency, though.


Just change the textures on a ship to the invisible.pcx (green), remove the thruster glows and put a tag in the table saying "dont collide invisible".