Blood Fixer (updated 10/1/17)
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 74
- Joined: Tue Aug 06, 2019 2:11 am
Re: Blood Fixer (updated 10/1/17)
Are you getting these warnings as well?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 49
- Joined: Thu Sep 06, 2018 7:12 am
Re: Blood Fixer (updated 10/1/17)
I just checked and yes.
Oops. Turns out this doesn't work like I thought it does.
Oops. Turns out this doesn't work like I thought it does.
-
- Posts: 49
- Joined: Thu Sep 06, 2018 7:12 am
Re: Blood Fixer (updated 10/1/17)
Ok try this version. Also updated in original post.
Yes I am absolutely comitted to making all the rookie errors on this one xD
Yes I am absolutely comitted to making all the rookie errors on this one xD
You do not have the required permissions to view the files attached to this post.
-
- Posts: 74
- Joined: Tue Aug 06, 2019 2:11 am
Re: Blood Fixer (updated 10/1/17)
Everything works fine! Archangel's golden blood was a nice surprise
-
- Posts: 49
- Joined: Thu Sep 06, 2018 7:12 am
Re: Blood Fixer (updated 10/1/17)
For some reason, the Archangel already has the golden blood specified even in vanilla Eviternity (in fact if you open the Bloodfixer in slade you'll see that I didn't touch it at all). I'm not sure why they did decide to touch that but not all the other custom monsters.dmslr wrote:Everything works fine! Archangel's golden blood was a nice surprise
-
- Posts: 1162
- Joined: Mon Oct 05, 2015 8:37 am
Re: Blood Fixer (updated 10/1/17)
A must-have addon!
However, I noticed that the Eviternity addon is giving the Nightmare Demon the wrong blood colour: it is now green, yet in the title splash screen, it is clearly supposed to be red.
However, I noticed that the Eviternity addon is giving the Nightmare Demon the wrong blood colour: it is now green, yet in the title splash screen, it is clearly supposed to be red.
-
- Posts: 56
- Joined: Fri May 22, 2020 3:14 am
- Graphics Processor: Intel (Modern GZDoom)
- Location: Earth
Re: Blood Fixer (updated 10/1/17)
I had an idea for the Spectre's blood, but I haven't been able to do it, as I'm not very savvy in modding.
Would it be possible to change it's style to translucent and add a visibility pulse, as in the Blursphere, to represent it as the same blood type as the Pinky, but with invisibility properties that start to fade away?
Would it be possible to change it's style to translucent and add a visibility pulse, as in the Blursphere, to represent it as the same blood type as the Pinky, but with invisibility properties that start to fade away?
-
- Posts: 23
- Joined: Fri Apr 23, 2021 6:30 pm
- Graphics Processor: nVidia with Vulkan support
- Location: New Zealand
Re: Blood Fixer (updated 10/1/17)
I made my own wad like this many years ago as my first modding work, but back then, spectre blood couldnt yet be rendered with fuzz. Nice to see it working after all this time.
Another wad that might warrant its own custom bloodfixer, is Hell to Pay; it has three monsters that warrant blood fixes, and quite a few that warrant blood removal. Another wad I have already does this, but still, for completion it might be a good one, given its status.
Another wad that might warrant its own custom bloodfixer, is Hell to Pay; it has three monsters that warrant blood fixes, and quite a few that warrant blood removal. Another wad I have already does this, but still, for completion it might be a good one, given its status.
-
- Posts: 1162
- Joined: Mon Oct 05, 2015 8:37 am
Re: Blood Fixer (updated 10/1/17)
BlueFireZ88 already got you covered there.Devalaous wrote:Another wad that might warrant its own custom bloodfixer, is Hell to Pay; it has three monsters that warrant blood fixes, and quite a few that warrant blood removal. Another wad I have already does this, but still, for completion it might be a good one, given its status.
-
- Posts: 23
- Joined: Fri Apr 23, 2021 6:30 pm
- Graphics Processor: nVidia with Vulkan support
- Location: New Zealand
Re: Blood Fixer (updated 10/1/17)
Thats why I said 'Another wad I have already does this' I helped the dude out with some minor QA on it when it was brand new. Just saying its might be worth doing the same thing for this 'brand', as the upgrade patch changes a lot of things, some might want to keep the original text screen stuff for example.JohnnyTheWolf wrote:BlueFireZ88 already got you covered there.
-
- Posts: 1162
- Joined: Mon Oct 05, 2015 8:37 am
Re: Blood Fixer (updated 10/1/17)
I have just realized that the Blood Fixer version for Doom 64 in Doom II has the wrong blood colour for the Cacodemon (red instead of blue).
Luckily, this seems to be a simple change to make in SLADE, but I wanted to point this out here nonetheless.
Luckily, this seems to be a simple change to make in SLADE, but I wanted to point this out here nonetheless.
-
- Posts: 453
- Joined: Tue Feb 10, 2015 2:51 am
- Location: Does anyone put a serious answer here?
Re: Blood Fixer (updated 10/1/17)
It was only meant to fix the monsters new to the wad, and be loaded after the original blood fixer.
-
- Posts: 115
- Joined: Sat Sep 25, 2021 11:55 am
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: Blood Fixer (updated 10/1/17)
Unfortunately this has a side-effect if you load up Nash's gore mod alongside this: upon death, the troopers will always burst into gibs no matter by how little you overkill them. I tried adding a GibDeath value to both the DeadLostSoul and the WolfensteinSS actors, but it didn't work.SiFi270 wrote:So hey, I've just found out that the method I suggested above makes the stealth alien more WolfSS-like than it's supposed to be. But thanks to 3saster's recent DeHackEd to Decorate converter, I've figured out how to make it more accurate:edit: Realized there was a more efficient way to make him not gib.Code: Select all
ACTOR FixedDeadLostSoul : WolfensteinSS REPLACES DeadLostSoul { Health 30 Speed 14 ActiveSound "brain/cube" Dropitem None BloodColor "64 48 7F" States { XDeath: Goto Death } }
[snip]
EDIT: Found a fix: copypaste the SS's trooper's Death state code into the XDeath field, like this:
Code: Select all
{
XDeath:
SSWV I 5
SSWV J 5 A_Scream
SSWV K 5 A_NoBlocking
SSWV L 5
SSWV M -1
Stop
}