
Project Re-Blood
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: 13
- Joined: Mon May 10, 2021 1:21 pm
- Graphics Processor: ATI/AMD (Modern GZDoom)
Re: Project Re-Blood
Ah much better, great work on this! 

-
- Posts: 1403
- Joined: Tue Oct 27, 2009 12:58 pm
Re: Project Re-Blood
Some more things:Valherran wrote:Much better. I found one more game-breaking issue; due to the enemy triggering on sight only, you cannot get 100% kills in maps that have rooms made to teleport enemies into the level when the player makes noise.
1. Megasphere isn't giving armor.
2. Red cultists are dropping thompson ammo instead of winchester ammo. Although it seems like they should be using a flare gun given that they drop ammo for that as well as throwing spray cans.
3. Flare guns don't have their alt-fire.
4. Single stick dynamite explosion animation is missing.
5. Voodoo Doll can't be used.
6. Cultists are dropping too much ammo. I suggest limiting their drops to just guns like in Doom (to preserve map balance) and for the green cultists just randomize the bomb that drops, but limit it to 1. Red cultists should either drop a spray can or a flare gun.
7. Crosshair is still off, it actually went from a centimeter too high to a centimeter too low from the center.
-
- Posts: 114
- Joined: Mon Jun 24, 2019 9:47 am
- Graphics Processor: nVidia (Modern GZDoom)
Re: Project Re-Blood
This mod has a lot of potential to be great fun. And 1.40 is already an improvement over the first version. Here's some QoL and cosmetic suggestions:
1. Reloading has its own new bind and doesn't use the built-in GZDoom reload key. I think this is unnecessary, just use the default one in the mod.
2. The pickups are visually inconsistent, some have voxels, and some do not. If you don't have voxel versions for all of them, maybe make them all sprites?
3. The quick kick and quick knife keys work really weird. You press the key and it switches to kicking/slashing... But only for one attack! Then, after that one attack, it switches back to your main firearm. That's unintuitive, to say the least. I think these keys should not be switches, but alternative attack keys. Pressing the quick kick should have Caleb perform the kick, pressing the quick knife should have Caleb perform the slash. That's it, otherwise it's too much unnecessary key pressing.
1. Reloading has its own new bind and doesn't use the built-in GZDoom reload key. I think this is unnecessary, just use the default one in the mod.
2. The pickups are visually inconsistent, some have voxels, and some do not. If you don't have voxel versions for all of them, maybe make them all sprites?
3. The quick kick and quick knife keys work really weird. You press the key and it switches to kicking/slashing... But only for one attack! Then, after that one attack, it switches back to your main firearm. That's unintuitive, to say the least. I think these keys should not be switches, but alternative attack keys. Pressing the quick kick should have Caleb perform the kick, pressing the quick knife should have Caleb perform the slash. That's it, otherwise it's too much unnecessary key pressing.
-
- Posts: 71
- Joined: Fri Feb 07, 2020 10:05 pm
Re: Project Re-Blood
Okay so....I played this mod on LZDoom (Cuz of the opengl issue that GZDOOM has, and Idk how to find it.), and it worked well....and then a bug happened where the blood splatter's not very normal at all
-
- Posts: 72
- Joined: Fri Oct 18, 2019 6:03 pm
Re: Project Re-Blood
Definitely agree with thisYebudoom wrote:
Reloading has its own new bind and doesn't use the built-in GZDoom reload key. I think this is unnecessary, just use the default one in the mod.
Blood uses voxels for all the weapon, ammo, and armor pickups (as well as the doctor's bag) and sprites for everything else.The pickups are visually inconsistent, some have voxels, and some do not. If you don't have voxel versions for all of them, maybe make them all sprites?
My only outstanding complaint as of right now in addition to the reload is that I still cant shake off the choking hands (playing on Lightly Broiled)
-
- Posts: 39
- Joined: Mon Mar 23, 2020 2:50 pm
- Graphics Processor: nVidia (Modern GZDoom)
Re: Project Re-Blood
Updated to 1.41.
-
- Posts: 39
- Joined: Mon Mar 23, 2020 2:50 pm
- Graphics Processor: nVidia (Modern GZDoom)
Re: Project Re-Blood
Updated AGAIN! 

-
- Posts: 169
- Joined: Mon Mar 16, 2015 3:05 pm
- Location: Spain
Re: Project Re-Blood
Great mod! I'm having a blast playing it right now
Two things:
1- For some reason explosive barrels are invisible
2- It seems that the explosion effect of the dynamite thrown by green cultists sometimes don't appear

Two things:
1- For some reason explosive barrels are invisible
2- It seems that the explosion effect of the dynamite thrown by green cultists sometimes don't appear
-
- Posts: 72
- Joined: Fri Oct 18, 2019 6:03 pm
Re: Project Re-Blood
So I really appreciate the updates and I hate to make you feel like you cant please anyone, but would it be possible to ALSO offer a version with the voxels in it? The original Blood DID have voxel pickups.
-
- Posts: 39
- Joined: Mon Mar 23, 2020 2:50 pm
- Graphics Processor: nVidia (Modern GZDoom)
Re: Project Re-Blood
Hi Exeor, for the point 1, I solved it in the version 1.42. For the point 2 I’m still investigating just because of the “sometimes“.Exeor wrote:Great mod! I'm having a blast playing it right now![]()
Two things:
1- For some reason explosive barrels are invisible
2- It seems that the explosion effect of the dynamite thrown by green cultists sometimes don't appear
-
- Posts: 39
- Joined: Mon Mar 23, 2020 2:50 pm
- Graphics Processor: nVidia (Modern GZDoom)
Re: Project Re-Blood
Hi PresBarackbar, maybe I will provide an add on or an option in the menu in the future.PresBarackbar wrote:So I really appreciate the updates and I hate to make you feel like you cant please anyone, but would it be possible to ALSO offer a version with the voxels in it? The original Blood DID have voxel pickups.
-
- Posts: 169
- Joined: Mon Mar 16, 2015 3:05 pm
- Location: Spain
Re: Project Re-Blood
I have the theory that it is because the explosion doesn't have a SXF_NOCHECKPOSITION in the A_SpawnItemEx (didn't check your code, but I have a little experience with decorate), most of the time the explosion didn't appear when being near a wall.mick87 wrote:Hi Exeor, for the point 1, I solved it in the version 1.42. For the point 2 I’m still investigating just because of the “sometimes“.Exeor wrote:Great mod! I'm having a blast playing it right now![]()
Two things:
1- For some reason explosive barrels are invisible
2- It seems that the explosion effect of the dynamite thrown by green cultists sometimes don't appear
-
- Posts: 39
- Joined: Mon Mar 23, 2020 2:50 pm
- Graphics Processor: nVidia (Modern GZDoom)
Re: Project Re-Blood
I will check, thanks for the hint.Exeor wrote: I have the theory that it is because the explosion doesn't have a SXF_NOCHECKPOSITION in the A_SpawnItemEx (didn't check your code, but I have a little experience with decorate), most of the time the explosion didn't appear when being near a wall.

-
- Posts: 14
- Joined: Tue Dec 22, 2020 8:16 am
Re: Project Re-Blood
I've played this a lot lately and I must say I'm liking it very much. I don't know how full is your plate with issues right now, but I'm adding up two more.
1) Choking hands aren't ok yet. I'm mashing up the use button the fastest as I can and choking hands still kill me.
2) Doom 1 boss maps aren't working correctly. The tesla (blue) cultists replacing hell knights at E1M8 don't trigger map event of lowering walls when killed, preventing the player from finish the map. Also, I could see that Cheog is in statue mode on E2M8. When you come near, his awakening from statue mode is triggering the map end.
3) Lightly Broiled difficulty has a typo, it's currently "Lightly Broired".
I'll keep you updated. I'm playing Doom 1 third episode now.
1) Choking hands aren't ok yet. I'm mashing up the use button the fastest as I can and choking hands still kill me.
2) Doom 1 boss maps aren't working correctly. The tesla (blue) cultists replacing hell knights at E1M8 don't trigger map event of lowering walls when killed, preventing the player from finish the map. Also, I could see that Cheog is in statue mode on E2M8. When you come near, his awakening from statue mode is triggering the map end.
3) Lightly Broiled difficulty has a typo, it's currently "Lightly Broired".
I'll keep you updated. I'm playing Doom 1 third episode now.
-
- Posts: 39
- Joined: Mon Mar 23, 2020 2:50 pm
- Graphics Processor: nVidia (Modern GZDoom)
Re: Project Re-Blood
Hi Time_Streamer, thanks for the reports, I'll check them.Time_Streamer wrote:I've played this a lot lately and I must say I'm liking it very much. I don't know how full is your plate with issues right now, but I'm adding up two more.
1) Choking hands aren't ok yet. I'm mashing up the use button the fastest as I can and choking hands still kill me.
2) Doom 1 boss maps aren't working correctly. The tesla (blue) cultists replacing hell knights at E1M8 don't trigger map event of lowering walls when killed, preventing the player from finish the map. Also, I could see that Cheog is in statue mode on E2M8. When you come near, his awakening from statue mode is triggering the map end.
3) Lightly Broiled difficulty has a typo, it's currently "Lightly Broired".
I'll keep you updated. I'm playing Doom 1 third episode now.