MetaDoom v7.1 "Ghost" - This Mod Has Moved. See OP for details.
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.
- Carbine Dioxide
- Posts: 1936
- Joined: Thu Jun 12, 2014 3:16 pm
- Location: Anywhere.
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
Now the Super Shotgun Sprites are looking tasty. Also, the Hell Knights seem a little short.
- Viscra Maelstrom
- Posts: 6200
- Joined: Thu Dec 04, 2008 1:14 am
- Location: plergleland
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
the gauss cannon's alt-fire does not have the changes that the primary fire has, i.e. it's not stronger but slower, making it a bit useless at the moment.
- Hetdegon
- Posts: 321
- Joined: Sat Oct 30, 2004 12:55 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Chireiden
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
Can confirm, had to play with the blood fading after a bit mode or my FPS would drop dramatically.Major Cooke wrote:Rumor has it that your blood splatters are starting to cause massive slow-downs because of blood pools. Kinsie, can you check?
If this is a regression issue caused by flat sprites Graf and I need to know about it.
Apparently, shooting the two barons too much on E1M8 makes it unplayable.
Even if Kinsie says it's for "toasters" this is a PC I use for GL development and model rendering, it's anything but a toaster. Not even "that mod" slows down with the hacky approach to blood splats using models.
Something is definitely wrong, unfortunately.
- Major Cooke
- Posts: 8212
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
A_QueueCorpse might be a good thing to use in this scenario. It'll allow people to more thoroughly control how much they want.
(Haven't looked at the code -- I'm assuming it's probably not used there yet from the complaints I've been getting about flat sprites fucking people over.)
(Haven't looked at the code -- I'm assuming it's probably not used there yet from the complaints I've been getting about flat sprites fucking people over.)
- Kinsie
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
- Contact:
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
I did some artificial stress tests (summoning a ton of MetaGibber actors on one spot) while disabling specific details of the bloodsplat actors, and it looks like the biggest framerate hit is not the FLATSPRITES or the stencil colouring, but the A_Warping every frame to avoid z-fighting with the floor.Major Cooke wrote:Rumor has it that your blood splatters are starting to cause massive slow-downs because of blood pools. Kinsie, can you check?
If this is a regression issue caused by flat sprites Graf and I need to know about it.
Apparently, shooting the two barons too much on E1M8 makes it unplayable.
If there's a better, less intense way to do that, please let me know! I'm the first to admit that I'm a pretty bad coder or scripter or whatever you want to call it.
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
for the first time i'm responsible for problems in someone else's mod! woo!
no wait that's bad
there used to be an easy fix; offset the sprite up by one pixel, as it would rotate the sprite around the actor's origin (or something)
but since the behaviour got an overhaul, it doesn't work anymore
but now i don't know what's what anymore
no wait that's bad
there used to be an easy fix; offset the sprite up by one pixel, as it would rotate the sprite around the actor's origin (or something)
but since the behaviour got an overhaul, it doesn't work anymore
but now i don't know what's what anymore
- Major Cooke
- Posts: 8212
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
I'll come up with something and post it here in a bit.
- Redead-ITA
- Posts: 439
- Joined: Sun Dec 20, 2015 8:06 am
- Location: At the Pizza Tower
- Contact:
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
i dunno if pointed our but I play WITH NO switch on pick up and because of it i could not equip the dog
So the game thinks i have dog while i dont actualy have it and i cant use the collar again
If you could make it that you can simply switch back to the dog so
Edit: i REad the post before and now i noticed ok thx by
Edit 2 the second reason: BUT i found out that apparantly if you suck some Water from the Holy watergun while you Are refilling it it gliches the gun making it shoot it nothing
Edit 3 the return: i found out that if you progress to the next level the holy water gun fixes itself
So the game thinks i have dog while i dont actualy have it and i cant use the collar again
If you could make it that you can simply switch back to the dog so
Edit: i REad the post before and now i noticed ok thx by
Edit 2 the second reason: BUT i found out that apparantly if you suck some Water from the Holy watergun while you Are refilling it it gliches the gun making it shoot it nothing
Edit 3 the return: i found out that if you progress to the next level the holy water gun fixes itself
- Major Cooke
- Posts: 8212
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
FPS Performance Increase GET!
Download the attached mod and slap it on the load order after metadoom to see one hell of a rise in frame rates when it comes to blood.
Tested by TheZombieKiller.
(Just make sure I'm credited in comments above wherever you paste it please. Thank you!
)
Download the attached mod and slap it on the load order after metadoom to see one hell of a rise in frame rates when it comes to blood.
Tested by TheZombieKiller.
(Just make sure I'm credited in comments above wherever you paste it please. Thank you!

Spoiler: Instructions for Kinsie: Incorporating in the mod directlyEDIT: Small correction with being in water. Redownload if you care.
- Attachments
-
metadoom_blood.pk3
- For those of you who want to play with the fix right now, load after MetaDoom.
- (1.23 KiB) Downloaded 53 times
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
It shoots just fine on the water while refilling though. Played it multiple times and it still...Redead-ITA wrote:Edit 2 the second reason: BUT i found out that apparantly if you suck some Water from the Holy watergun while you Are refilling it it gliches the gun making it shoot it nothing
...Alrighty then, problem solved. Easy.Edit 3 the return: i found out that if you progress to the next level the holy water gun fixes itself
- VriskaSerket
- Posts: 436
- Joined: Sun Apr 19, 2015 3:44 pm
- Preferred Pronouns: He/Him
- Location: 6th Layer of the Abyss
- Contact:
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
Oh wow just now I realized you used the BFG sprite I posted.
Awesome mod! I haven't tried it out yet, but I hope there's some D64 stuff! I also like the D4 style hands when you die, it's a nice touch.
Awesome mod! I haven't tried it out yet, but I hope there's some D64 stuff! I also like the D4 style hands when you die, it's a nice touch.
- Kinsie
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
- Contact:
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
Excellent stuff, Cooke! Works perfectly. Thanks so much for this!
- Major Cooke
- Posts: 8212
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
Not a problem, glad I could help!
Though I wish folks wouldn't scare me by saying 'flat sprites cause lag'... Can't believe I actually fell for that.
Though I wish folks wouldn't scare me by saying 'flat sprites cause lag'... Can't believe I actually fell for that.
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
Shifting away from the technical issues for now, what exactly is next on the priorities list? I imagine there's still plenty of weapons and enemies that are in development as we speak, so I was curious as to if you're planning on trying to implement any specific weapons or features ASAP. From what I've seen from development, it seems it's pretty well still up in the air as to what we could see in the near future.
- Agitatio
- Posts: 242
- Joined: Mon Sep 05, 2011 10:07 am
- Graphics Processor: nVidia with Vulkan support
Re: MetaDoom - v1.0 "Slayer" - Thank You For The Demon (p38)
What does Blood Cull Radius do? Prevents blood sprites from occupying same spot?