DECORATE - 3 actors into 1 actor

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
User avatar
UnTrustable
Posts: 756
Joined: Wed Jan 31, 2007 11:34 am
Location: The Netherlands
Contact:

DECORATE - 3 actors into 1 actor

Post by UnTrustable »

Im new about decorating monsters.
I know now, how to make one monster actor, but im ready
for the next challenge which is:

I have 3 monster actors, one that is equipted with shielding (it looks that way).
Second with a lot of armor around his body...
Third with only his health left.

Those i like to combinate so it looks like a pain-in-the-ass end boss (one of them)
So far i scripted them into Decorate lump, but when actor one is down (with the shielding) it refuses to
switch (a_spawnitem("nameofactor",0,1,0,1)) over to the
next actor... and so on.

You understand it must look like D'Sparil of Heretic game, which is only a '2 monster actor', one that
sits on a serpent, and the other is the walking one.
(there is no D'Sparil script on the net anyway to study it.)

So far, 'A_SpawItem' didn't work in the 'Death:' sequence while a test wad of a MonsterSpawner-gun on the net DID work.
I have played alot with the numbers at the end of A_SpawnItem command but it still refuses to
spawn the next monster actor. No typing errors.

What or where do i do wrong?
Can anybody help me with this issue? Help will be very appriciated.
Code at this moment:
Spoiler:
User avatar
Anakin S.
Posts: 1067
Joined: Fri Nov 28, 2003 9:39 pm
Location: A long time ago in a galaxy far, far away...

Post by Anakin S. »

You didn't use A_NoBlocking in the death sequences so the monsters cannot be spawned. They're trapped inside their parents.
User avatar
UnTrustable
Posts: 756
Joined: Wed Jan 31, 2007 11:34 am
Location: The Netherlands
Contact:

Post by UnTrustable »

Yes, what the.... ?!?
That is it ! :P :lol:
I created multiple monsters, how the heck could i forget those parameters... ??

I guess its because im a newbee...

Thanx Anakin ! :wink:
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Post by HotWax »

One note on your actors' death sequences. You don't need to define an XDeath state if you don't need the monster to have one. I just noticed that the XDeath states (at least for the first two actors) are identical to the Death states.

Just an observation.
User avatar
Anakin S.
Posts: 1067
Joined: Fri Nov 28, 2003 9:39 pm
Location: A long time ago in a galaxy far, far away...

Post by Anakin S. »

UnTrustable wrote:Yes, what the.... ?!?
That is it ! :P :lol:
I created multiple monsters, how the heck could i forget those parameters... ??

I guess its because im a newbee...

Thanx Anakin ! :wink:
You're welcome. You may be a newbie, but you seem to know what you're doing. Nobody's perfect, I guess.

Also, Hotwax is right. It could save some space if you remove the XDeath states.
User avatar
Ryan Cordell
Posts: 4349
Joined: Sun Feb 06, 2005 6:39 am
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia (Modern GZDoom)
Location: Capital of Explodistan

Post by Ryan Cordell »

Although you're mostly a first-timer or such for ZDoom, I really think this could be possibly done with more advanced decorate and some ACS, but, it's all up to you anyway. ;)
User avatar
UnTrustable
Posts: 756
Joined: Wed Jan 31, 2007 11:34 am
Location: The Netherlands
Contact:

Post by UnTrustable »

Blade Nightflame wrote:...more advanced decorate and some ACS, ...
What more is possible?? :wink:
So far i played with guns possibilitys, like today, i gave this monster a spreadfire.
I mannaged to make a monster up-side-down.

Just see at the 'WWW'button.....
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

1996 called. They want their web designs back.
User avatar
Nash
 
 
Posts: 17429
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Post by Nash »

Oh god, my eyes. :(

(Maybe you should rename your website to "WadMix1997")
Lamneth
Posts: 187
Joined: Thu Apr 26, 2007 12:00 am
Location: Dark Falz's chamber

Post by Lamneth »

I don't mind the colors/oldschoolness, it just needs to be reorganized a bit. For example, you may want to put the list of weapons in WadMix so far on a seperate page, and same for the monsters on the left. It makes things a lot less cluttered.
User avatar
UnTrustable
Posts: 756
Joined: Wed Jan 31, 2007 11:34 am
Location: The Netherlands
Contact:

Post by UnTrustable »

Lamneth wrote:I don't mind the colors/oldschoolness, it just needs to be reorganized a bit. For example, you may want to put the list of weapons in WadMix so far on a seperate page, and same for the monsters on the left. It makes things a lot less cluttered.
Yeah, maybe your right.... and all the others are right too.
I haven't learned webdesign, nor english, nor wad design, nor whatever :?
For someone like me, its pretty something.
However, about the page, i will change, because it IS very busy.
Thanx for the advise :wink:
Locked

Return to “Editing (Archive)”