Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
TendaMonsta

Making a demon fire a bfg with a Dehacked patch

Recommended Posts

I've seen this in a vanilla Doom wad called Strain, and I've never been able to figure out how to get it to work.

I've tried getting the Zombie Men to do it as at test but the results are pretty awkward

Here is the dehacked file if you want to test it out hands on.

On Prboom-plus they sometimes shoot the ball, but it's pretty random in the direction it will fly.

In Zdoom they don't even fire anything.

Eternity doesn't even load.

Share this post


Link to post

I haven't looked at the Dehacked patch.

Badguy code pointers can't be used by the player and player weapon code pointers can be used by bad guys.

You need to take a bad guy projectile and modify it to look and act like the BFG projectile.

I believe the only exception to the above is A_BrainPain, that can be used as either.

Share this post


Link to post

I believe what Strain did was replace one of the enemy projectiles with the BFG shot: the BFGSpray action isn't exclusive to just the player, so you can stick it on without calamity. Make sure you don't use the BFGSound action on the monster though, as it can make some source ports bomb out. If you want an example, here's a wad I made a few months back that features some of my more interesting DeHackEd machinations, BFG-shooting Spider Demolisher included.

Share this post


Link to post

I usually sacrifice the Arachnotron projectile by replacing it with the BFG shot, and give Arachnotrons another attack, such as Archvile-style sniping.

Share this post


Link to post
Obsidian said:

I believe what Strain did was replace one of the enemy projectiles with the BFG shot: the BFGSpray action isn't exclusive to just the player, so you can stick it on without calamity. Make sure you don't use the BFGSound action on the monster though, as it can make some source ports bomb out. If you want an example, here's a wad I made a few months back that features some of my more interesting DeHackEd machinations, BFG-shooting Spider Demolisher included.

It's actually pretty amazing how much stuff we have in common with the dehacked files. I mean, it's not much but it is surprising.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×