Edit blood colors in Gzdoom?

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Edit blood colors in Gzdoom?

Re: Edit blood colors in Gzdoom?

by Graf Zahl » Wed Feb 27, 2019 3:55 pm

Editor numbers, if you want to place it in a map.

Re: Edit blood colors in Gzdoom?

by Abba Zabba » Wed Feb 27, 2019 3:36 pm

Hey Kappes, what does the '15000' after the BoH inheritance do, exactly? I have a 5 year old blood color mod I made, and it doesn't have these numbers. Is it a certain actor address that's required for up date GZ?

Re: Edit blood colors in Gzdoom?

by aSeriesOfNumbers » Wed Feb 20, 2019 5:25 pm

Ok, that did the trick.
Thanks a lot!

Re: Edit blood colors in Gzdoom?

by Kappes Buur » Wed Feb 20, 2019 2:10 pm

Did you read 'Improving original monsters with DECORATE'?
Or any of the DECORATE articles?
Or did you check out some PWADs made by others?

I can see how it can be a daunting task for a newbie, so I give you a bit of a hint:

DECORATE is a text lump. Simply insert it into your PWAD. In the lump editor Slade3, make a new entry called DECORATE and give it the appropriate text, for example

[imgur]https://i.imgur.com/9wgZ6Ln[/imgur]
the DoomED number (here 15000) is important but use a number which is not yet in use.

then insert the NewBaron in a map editor, which can handle the Doom in Hexen format or UDMF, for example with GZDB or GZDBBF:

[imgur]https://i.imgur.com/pz5zLq6[/imgur]
in User Defined.

[imgur]https://i.imgur.com/wlWQNBr[/imgur]

Re: Edit blood colors in Gzdoom?

by aSeriesOfNumbers » Tue Feb 19, 2019 9:11 pm

Yea I'm having no luck with it. Could you give me a guide on how to change the blood colors? I've read the guide on Zdoom.Wiki, but I'm still having a tough time understanding. I'm not at all familiar with editing certain aspects of Doom with these Editors.

Re: Edit blood colors in Gzdoom?

by Kappes Buur » Mon Feb 18, 2019 12:30 pm

For example:

Code: Select all

actor BoH : BaronOfHell 15000
{
  bloodcolor "77 00 77" // purple
} 
or

Code: Select all

ACTOR SBlack : Spectre 15001
{ 
   BloodColor "black"  // black
} 
Addendum:
https://zdoom.org/wiki/Improving_origin ... h_DECORATE

Edit blood colors in Gzdoom?

by aSeriesOfNumbers » Mon Feb 18, 2019 12:11 am

Is there any possible way to edit the blood colors of certain enemies in Gzdoom? I've heard of DECORATE, but I'm not too familiar with it.

Top