Page 253 of 452
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 6:43 am
by Ghostbreed
Found a bug (GASP!)
If you let the captured marines slaughter everything in "Dead Simple" of Doom 2, the stairs to the exit switch won't raise.
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 7:35 am
by wildweasel
Gonna give the predictable response here and say, I hope you've got your credits in order for that M60 (hint: I am not the only person to have worked on those sprites!).
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 8:01 am
by Devourer
I'd like to see the SSG get a refined skin soon.
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 8:23 am
by Sergeant_Mark_IV
wildweasel wrote:Gonna give the predictable response here and say, I hope you've got your credits in order for that M60 (hint: I am not the only person to have worked on those sprites!).
I am actually not sure if I am going to keep that sprite, since that was the first weapon to be made in the pack and I changed a lot of concepts since then, but if I decide to keep that weapon, I will contact you and Xaser to ask for authorization.
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 10:51 am
by wildweasel
Well, as far as credit where credit's due, though Xaser and I made significant changes to said graphics, the original was drawn by Kronos on the Doomworld forums, and there are some elements (the bipod, left hand, and bullet chains) from Powerslave's M60 as well.
I do not mind you borrowing the weapon graphics at all, actually (though I will be mildly miffed if you dragged in my code from ww-terror... =P)
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 11:20 am
by mckracken
should i start playing BD now? or wait for the final?
did Sarge ever say mention a to-do list until he stops working on BD? Any timeframe?
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 11:47 am
by Dan50
Final version was released today.
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 12:03 pm
by Ghostbreed
Uh.. no? Final version is 1.0 and will be released by the end of the year.
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 12:23 pm
by Dan50
Oh my bad I thought he meant of the Beta versions of 0.17 sorry
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 12:57 pm
by Vict
Mr. Chris wrote:I altered my copy to have more "classic" behavior (normal aggression, standard projectile speed, health, no triple shot for zombie, etc) and I will post the Zandronum version later if Mark doesn't mind. This version makes doing any video recording easier as you won't be killed as quickly from the onslaught of damage.
Sounds good to me, I was looking around for something like this. I hope Mark is alright with it.
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 1:20 pm
by Exo
I ran into a rather weird bug with this mod and gzdoom 1.5.06.
Certain item light sources seem to clip and flicker a lot during movement.
Here is a video of what I'm talking about:
http://www.youtube.com/watch?v=4Jz0iogeA4Q
Maybe you guys can help me out with this one if you've encountered something similar before

Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 1:36 pm
by Ghostbreed
Ghostbreed wrote:Found a bug (GASP!)
If you let the captured marines slaughter everything in "Dead Simple" of Doom 2, the stairs to the exit switch won't raise.
But ahh... yeah!
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 1:45 pm
by BoraxKid
is there a way to make the monster's eyes glow in the dark with Brightmaps?
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 1:49 pm
by Ghostbreed
BoraxKid wrote:is there a way to make the monster's eyes glow in the dark with Brightmaps?
Check this out:
http://forum.drdteam.org/viewtopic.php?f=22&t=5306
Re: Brütal Doom v0.17: Brutal Halloween Edition
Posted: Thu Nov 01, 2012 2:37 pm
by SyntherAugustus
http://www.pcgamer.com/2012/11/01/bruta ... od-update/
Congrats.
Also bug. Using the no reload mutator I pick up a rocket launcher and it tries to find the reload animation, but instead it glitches away. Doing "give weapons" "fixes" the problem though.
edit: I think the offending code is
Code: Select all
Ready:
TNT1 A 0 A_PlaySound("RLANDRAW")
MISS ABCD 1
TNT1 AAAAA 0
TNT1 A 0 A_JumpIfInventory("RocketRounds",1,2)
Goto Reload
TNT1 AAAA 0