Why is there no stealth cyberdemon?

Moderator: GZDoom Developers

User avatar
Edward
Posts: 30
Joined: Wed Dec 29, 2004 1:10 am
Location: Connecticut

Why is there no stealth cyberdemon?

Post by Edward »

Topic 8-)
Cptschrodinger
Posts: 380
Joined: Thu Oct 21, 2004 5:27 pm

Post by Cptschrodinger »

ARE YOU OUT OF YOUR GORD! WHAT ARE YOU THINKING!



And you could just decorate it.... :P
User avatar
Skunk
Posts: 1189
Joined: Tue Jan 18, 2005 1:04 am

Post by Skunk »

There isn't? I wouldn't know. I never use stealth enemies. They're stupid. :P
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

There isn't one because BOOM didn't have one.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49226
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

So what? Do it yourself! In DECORATE it's 4 or 5 lines of code. But prepare to be hated if you unleash something like that on the unsuspecting players.
User avatar
Cutmanmike
Posts: 11351
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom

Post by Cutmanmike »

Code: Select all

actor Stealthcyber : Cyberdemon
{
+STEALTH
}

win?
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

Lose

Code: Select all

actor StealthCyberdemon : Cyberdemon 4062
{
       +STEALTH
       RenderStyle Translucent
}
I win
User avatar
Skunk
Posts: 1189
Joined: Tue Jan 18, 2005 1:04 am

Post by Skunk »

"No! Say I won! I won!"
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49226
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

TheDarkArchon wrote:Lose

Code: Select all

actor StealthCyberdemon : Cyberdemon 4062
{
       +STEALTH
       RenderStyle Translucent
}
I win

Lose, too (at least partially!)

It should be:

Code: Select all

actor StealthCyberdemon : Cyberdemon 4062
{
       +STEALTH
       RenderStyle Translucent
       Alpha 0
}
User avatar
wario
Posts: 228
Joined: Fri Oct 01, 2004 7:53 am
Location: netherlands

Post by wario »

you win i win you lose i lose
kids...... :roll:
User avatar
Cutmanmike
Posts: 11351
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom

Post by Cutmanmike »

Gweg. I never use stealth monsters anyway.
User avatar
wario
Posts: 228
Joined: Fri Oct 01, 2004 7:53 am
Location: netherlands

Post by wario »

cutmanmike wrote:Gweg. I never use stealth monsters anyway.
same
User avatar
Phobus
Posts: 5984
Joined: Thu May 05, 2005 10:56 am
Location: London

Post by Phobus »

I dunno, there is a novelty in the unseen enemy, but only if they are used very well Although, a stealth cyber demon would be a complete bastard to kill, it has loads of health, a good attack and moves quickly, then you make it so that it just leaps out of the air almost anywhere, only with it's robot hoof to give it away, not good.
User avatar
MasterOFDeath
... in rememberance ...
Posts: 2024
Joined: Sat Apr 03, 2004 10:58 am

Post by MasterOFDeath »

`Edward I should stab you for suggesting a steal cyberdemon. Next thing you know you got wads with stealth spider masterminds...
Costja
Posts: 188
Joined: Mon Oct 18, 2004 3:58 pm
Location: Russia, Moscow

Post by Costja »

Phobus wrote:Although, a stealth cyber demon would be a complete bastard to kill, it has loads of health, a good attack and moves quickly, then you make it so that it just leaps out of the air almost anywhere, only with it's robot hoof to give it away, not good.
There is already stealth archvile..

Return to “Closed Feature Suggestions [GZDoom]”