WWHC-Diaz + (NEW!) The VR Missions (help wanted!)

Projects that alter game functions but do not include new maps belong here.
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.
User avatar
DoomRater
Posts: 8270
Joined: Wed Jul 28, 2004 8:21 am
Preferred Pronouns: He/Him
Location: WATR HQ
Contact:

Re: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by DoomRater »

Huh? Have the weapon jump from its dryfire over to melee if the user keeps the button held down. I see no need for a variable here, and it's not like a dryfire eats up that much time anyway so no need to keep track of it. (And if you did decide to keep track of if they've already dryfired it once, why not use the same variable for all guns?)
User avatar
Matt
Posts: 9696
Joined: Sun Jan 04, 2004 5:37 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Debian Bullseye
Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
Contact:

Re: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by Matt »

I was thinking of the same implementation as WW seems to have in mind. If you don't have the inventory flag you'd always try to fire once before resorting to melee, which looks kinda odd. But then again... that is what the player is actually doing...

As another argument to counteract the lack of precedent, though, given the relatively low capacities for most of the weapons* you're actually running dry and reloading a lot more often, and consequently fiddling with more different controls, than a lot of other mods with reloads - but the guns do start playing more like something from a beat-em-up.

This reminds me of something I've wanted to comment on for a while now: why do all the autofire weapons keep clicking if you hold on to the attack button? Aren't these things dependent on having fired a round to reset the firing cycle?


*They're equal to or larger than equivalent weapons in The Stranger, but in that mod reloading only takes a split second and happens automatically if you attempt to fire a dry weapon, so it's slightly less noticeable.
User avatar
lizardcommando
Posts: 1489
Joined: Thu Sep 07, 2006 12:24 pm
Location: Boringland, California

Re: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by lizardcommando »

I thought the reason for that was that it was some kind of way to prevent the player from automatically reloading or something. I dunno, but that does seem a bit odd though.
User avatar
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: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by wildweasel »

While I could argue that the weapons are electric and not gas-operated, that effect does sort of annoy me in retrospect - only problem is, I don't know how I would make the dryfire "semi-automatic" on the automatics.
User avatar
DoomRater
Posts: 8270
Joined: Wed Jul 28, 2004 8:21 am
Preferred Pronouns: He/Him
Location: WATR HQ
Contact:

Re: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by DoomRater »

Here's how I do it:

the NOAUTOFIRE flag causes a weapon NOT to refire in the case that it finds A_WeaponReady. However, A_Refire will still cause the weapon to refire. So, for the parts that I want full auto, I use A_Refire on, and the parts I don't, I send back to the ready frames. In most cases it should be a simple matter of adding the flag.
GuestI
Posts: 20
Joined: Thu Dec 28, 2006 3:17 am

Re: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by GuestI »

Here is severeal thoughts:
- Hand attack under new berserk is almost useless because it's too slow. I even waited until the effect gone before start melee. May be it will be better make hand attack under berserk not more deadly, but more faster?
- I like pain effects and weapon recoil, this is somethig, that makes this mode unique. The reason why these effects was reduced is clear, but i think their original version still could be implemented on the harder skill.
User avatar
DoomRater
Posts: 8270
Joined: Wed Jul 28, 2004 8:21 am
Preferred Pronouns: He/Him
Location: WATR HQ
Contact:

Re: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by DoomRater »

I woudln't wait for the effect to wear off- I'd just use the kick attack as a boost to my jump. I can almost jump to the top of the life in MAP01 with jump+Chuck Norris kick.
User avatar
Matt
Posts: 9696
Joined: Sun Jan 04, 2004 5:37 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Debian Bullseye
Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
Contact:

Re: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by Matt »

GuestI wrote:Here is severeal thoughts:
- Hand attack under new berserk is almost useless because it's too slow. I even waited until the effect gone before start melee. May be it will be better make hand attack under berserk not more deadly, but more faster?
- I like pain effects and weapon recoil, this is somethig, that makes this mode unique. The reason why these effects was reduced is clear, but i think their original version still could be implemented on the harder skill.
Just a thought: Maybe the reload key could switch between the two different H2H attacks?

As for the pain effect... ::ahem::
User avatar
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: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by wildweasel »

The mod has been updated today - the changes I'm not exactly sure of, but here's what I was doing before I quit working on it a week ago...

The fist attacks were being vastly redesigned - instead of the "designer" combos and completely different move set for Berserk mode, I was redesigning the fist to be a little more like that of Castlevania: Curse of Darkness - primary attacks do "link" moves which string together, and secondary fire uses a "finisher" move which ends the combo. The finisher that is used depends mainly on what link move was last used.

However, the new melee attack system was not actually finished. So there are bugs, and berserk is broken at the moment.

Also, given feedback, I added +NOAUTOFIRE to the Skorpion and SMG39, cleaning them up a fair bit and fixing the automatic dryfire. I didn't do this to the RPK yet.
GuestI
Posts: 20
Joined: Thu Dec 28, 2006 3:17 am

Re: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by GuestI »

Vaecrius wrote:As for the pain effect... ::ahem::
Cool :D

...and more thoughts:
-Launch offset of Neutralizer's projectiles is incorrect. Obviously it was chosen so it's look like they fly out directly from weapon, but in reality they starts to the right of the player. In narrow tunnels or just when the player stay near the wall it became a problem - it's almost impossible to fire.
-If the map is played is not too difficult, PsiAmp almost kills the balance. It fast enough, silent and free, so wad could be finished without using other weapons. On the other hand if map is difficult it doesn't help a lot.
User avatar
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: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by wildweasel »

Hey guys, update time.

GuestI, your comment has been noted, but unfortunately I can't fix the issue you describe, because otherwise the projectiles are going to appear from the center of the screen. The Neutralizer doesn't work very well in closed spaces anyway due to the spreading effect, so my best advice is to just not use it in narrow hallways.

http://armory.drdteam.org/wwmods/inprog ... c-diaz.rar

The updates this time around mainly consist of the complete removal of the Colt M1911A1, in favor of a brand new handgun: the Kurdd & Schaumers P50. It's a bit weaker than the Colt was, but holds 4 more bullets to its clip, and the player can't hold more than 8 clips at a time (16 with backpack). It's very quick though (providing your trigger finger is quick) and, dare I say it, is the most awesome starting pistol to ever grace a Doom mod.

I think I also increased the Skorpion damage, ever so slightly. Can't remember.
User avatar
lizardcommando
Posts: 1489
Joined: Thu Sep 07, 2006 12:24 pm
Location: Boringland, California

Re: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by lizardcommando »

Aww, the Colt1911 is gone? I liked that gun. Too bad you can't just pick it up or something. Then again, you'd probably want to keep the weaponlist pretty small.

Anyways, the new pistol is pretty cool. I like the new sound effects for it, but the muzzleflash looks a bit off.

Image
User avatar
Project Shadowcat
Posts: 9369
Joined: Thu Jul 14, 2005 8:33 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: Blacksburg, SC USA
Contact:

Re: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by Project Shadowcat »

lizardcommando wrote:Aww, the Colt1911 is gone? I liked that gun. Too bad you can't just pick it up or something. Then again, you'd probably want to keep the weaponlist pretty small.

Anyways, the new pistol is pretty cool. I like the new sound effects for it, but the muzzleflash looks a bit off.

Image
Looks like the pistol and all need to be aligned more to the right.
User avatar
Matt
Posts: 9696
Joined: Sun Jan 04, 2004 5:37 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Debian Bullseye
Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
Contact:

Re: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by Matt »

wildweasel wrote:The updates this time around mainly consist of the complete removal of the Colt M1911A1, in favor of a brand new handgun: the Kurdd & Schaumers P50. It's a bit weaker than the Colt was, but holds 4 more bullets to its clip, and the player can't hold more than 8 clips at a time (16 with backpack). It's very quick though (providing your trigger finger is quick) and, dare I say it, is the most awesome starting pistol to ever grace a Doom mod.

I think I also increased the Skorpion damage, ever so slightly. Can't remember.
Dude I love you.

EDIT: Except for one bug: pistol zombie guys aren't dropping the new pistol ammo.
User avatar
Ryan Cordell
Posts: 4349
Joined: Sun Feb 06, 2005 6:39 am
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia (Modern GZDoom)
Location: Capital of Explodistan

Re: The Triumphant Return of WWHC-DIAZ (See page 8)!

Post by Ryan Cordell »

MUCH better than the previous starting pistol, no offense.
Post Reply

Return to “Gameplay Mods”