Brütal Doom v0.18
- Ghostbreed
- Posts: 1114
- Joined: Wed Mar 24, 2010 6:19 am
Re: Brütal Doom v0.17: Brutal Halloween Edition
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.
If you let the captured marines slaughter everything in "Dead Simple" of Doom 2, the stairs to the exit switch won't raise.
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Brütal Doom v0.17: Brutal Halloween Edition
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!).
-
Devourer
Re: Brütal Doom v0.17: Brutal Halloween Edition
I'd like to see the SSG get a refined skin soon.
- Sergeant_Mark_IV
- Posts: 812
- Joined: Wed Feb 02, 2011 12:44 pm
- Location: United Communist Nazi Republic Dictactorship of Banana Land (Brazil)
Re: Brütal Doom v0.17: Brutal Halloween Edition
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.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!).
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Brütal Doom v0.17: Brutal Halloween Edition
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)
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
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?
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
Final version was released today.
- Ghostbreed
- Posts: 1114
- Joined: Wed Mar 24, 2010 6:19 am
Re: Brütal Doom v0.17: Brutal Halloween Edition
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
Oh my bad I thought he meant of the Beta versions of 0.17 sorry
Re: Brütal Doom v0.17: Brutal Halloween Edition
Sounds good to me, I was looking around for something like this. I hope Mark is alright with it.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.
Re: Brütal Doom v0.17: Brutal Halloween Edition
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
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
- Ghostbreed
- Posts: 1114
- Joined: Wed Mar 24, 2010 6:19 am
Re: Brütal Doom v0.17: Brutal Halloween Edition
But ahh... yeah!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.
Re: Brütal Doom v0.17: Brutal Halloween Edition
is there a way to make the monster's eyes glow in the dark with Brightmaps?
- Ghostbreed
- Posts: 1114
- Joined: Wed Mar 24, 2010 6:19 am
Re: Brütal Doom v0.17: Brutal Halloween Edition
Check this out:BoraxKid wrote:is there a way to make the monster's eyes glow in the dark with Brightmaps?
http://forum.drdteam.org/viewtopic.php?f=22&t=5306
- SyntherAugustus
- Posts: 973
- Joined: Tue Jul 15, 2003 5:43 pm
Re: Brütal Doom v0.17: Brutal Halloween Edition
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
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

