Accessories to Murder (ww-doomnukem): on Github

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
CyborgParrot
Posts: 23
Joined: Sat Feb 07, 2015 5:32 am
Graphics Processor: nVidia with Vulkan support

Re: Accessories to Murder (ww-doomnukem): on Github

Post by CyborgParrot »

I Managed to Run this in Zandronum 3.0 Perfectly with little to no Error, just don't let any Bots snag the BFG...
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: Accessories to Murder (ww-doomnukem): on Github

Post by wildweasel »

CyborgParrot wrote:I Managed to Run this in Zandronum 3.0 Perfectly with little to no Error, just don't let any Bots snag the BFG...
Why, what happens?
User avatar
CyborgParrot
Posts: 23
Joined: Sat Feb 07, 2015 5:32 am
Graphics Processor: nVidia with Vulkan support

Re: Accessories to Murder (ww-doomnukem): on Github

Post by CyborgParrot »

wildweasel wrote:
CyborgParrot wrote:I Managed to Run this in Zandronum 3.0 Perfectly with little to no Error, just don't let any Bots snag the BFG...
Why, what happens?
Nah nothing Serious Happens, it sometimes become abit of a Clusterfuck when one of them gets their hands on it (they tend to "spam fire" it if you know what I mean).

Anyway I'm Very Happy I can play this Mod with Zandronum, because this is one of the Best Gameplay Mods for Doom IMHO.
User avatar
Captain J
 
 
Posts: 16890
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)
Contact:

Re: Accessories to Murder (ww-doomnukem): on Github

Post by Captain J »

CyborgParrot wrote:I Managed to Run this in Zandronum 3.0 Perfectly with little to no Error, just don't let any Bots snag the BFG...
well, since they fires ridiculous yet overpowered plasma ball at your face. so...duh.
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: Accessories to Murder (ww-doomnukem): on Github

Post by Ed the Bat »

Maybe we should give it the WEAPON.BFG flag. And maybe also WEAPON.EXPLOSIVE. I just never bothered with bot-specific flags before because I frankly never thought Zandronum would catch up.
User avatar
NeuralStunner
 
 
Posts: 12325
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: Accessories to Murder (ww-doomnukem): on Github

Post by NeuralStunner »

Ed the Bat wrote:Maybe we should give it the WEAPON.BFG flag.
Won't that make bots want it even more? I don't actually remember the entire significance of the flag.

I'm reminded of playing against FrikBots in Quake. Even at low skill they're terrifying with the rocket launcher, so much so that I modded in a server flag to make the RL not even spawn.
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: Accessories to Murder (ww-doomnukem): on Github

Post by Ed the Bat »

I don't really know. My impression was that it made them aware it was dangerous, and I thought I heard it would mean they'd be more careful, but I have no clue really. As for the EXPLOSIVE flag, I was told it would make them hesitate to use it when standing too close to their opponents for fear of splash damage. But again, I have minimal experience with bots.
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: Accessories to Murder (ww-doomnukem): on Github

Post by wildweasel »

I wonder, do the bots know how to use semi-automatic weapons like the pistol? I recall, back in the Skulltag days, that I needed to make weapons have A_Refire and Hold states, otherwise they would fire at their target once and then never let go of the trigger until the target left their sights.
User avatar
Vostyok
Posts: 1666
Joined: Sat Jan 17, 2015 8:54 am
Preferred Pronouns: No Preference
Location: Discord: Vostyok#3164
Contact:

Re: Accessories to Murder (ww-doomnukem): on Github

Post by Vostyok »

wildweasel wrote:I wonder, do the bots know how to use semi-automatic weapons like the pistol? I recall, back in the Skulltag days, that I needed to make weapons have A_Refire and Hold states, otherwise they would fire at their target once and then never let go of the trigger until the target left their sights.
It doesn't seem to make a difference, as they seem to prefer firing in random bursts, so semi-automatic weapons are not always used tactically but they can certainly kill you with one. The only thing I've noticed is that they ignore weapon manual reloads and secondarys, so you have to allow for that in the decorate.
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: Accessories to Murder (ww-doomnukem): on Github

Post by Ed the Bat »

All I remember from Skulltag is that bots refuse to pull the trigger if their weapon has WEAPON.WIMPY_WEAPON on it. They'll just run around helplessly until killed.
User avatar
StrikerMan780
Posts: 485
Joined: Tue Nov 29, 2005 2:15 pm
Graphics Processor: nVidia with Vulkan support
Contact:

Re: Accessories to Murder (ww-doomnukem): on Github

Post by StrikerMan780 »

Pretty fun in Zandronum 3.0, just effects really need +CLIENTSIDEONLY and A_SpawnItemEx with the SXF_CLIENTSIDEONLY flag when spawning smoke and stuff.

Could use some balance tweaks too (most weapons 1hko), but otherwise fine.
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: Accessories to Murder (ww-doomnukem): on Github

Post by Ed the Bat »

StrikerMan780 wrote:+CLIENTSIDEONLY and A_SpawnItemEx with the SXF_CLIENTSIDEONLY flag
That would be redundant, yeah? If the actor already has the flag, it'll be clientside regardless of what A_SpawnItemEx does.
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: Accessories to Murder (ww-doomnukem): on Github

Post by wildweasel »

StrikerMan780 wrote:Could use some balance tweaks too (most weapons 1hko), but otherwise fine.
I don't intend to change this; the weapons are balanced around combat against monsters, not against other players.
User avatar
Captain J
 
 
Posts: 16890
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)
Contact:

Re: Accessories to Murder (ww-doomnukem): on Github

Post by Captain J »

then i guess this mod is intended to have co op gameplay or single player. and you know, it's gonna be fun without bot matching.
User avatar
nelson01023
Posts: 2
Joined: Sat Jan 23, 2016 8:41 pm

Re: Accessories to Murder (ww-doomnukem): on Github

Post by nelson01023 »

For some reason, voxels like the revolver and shotgun are over/undersized in the newest zandronum beta. The rifles and other items are perfectly sized for some reason.
This also happens when I use the newest gzdoom beta aswell.

Is this an issue on my end?
Post Reply

Return to “Gameplay Mods”