Jump to content

Accurate BFG 2704


Recommended Posts

So I'm looking for a more accurate BFG 2704 that makes use of the alpha sprites and the A_FireOldBFG function or whatever it's called. Preferably also has the unused knock back frame similar to the Plasma rifle

Share this post


Link to post

I know of the one on Realm 667 but it uses custom sprites and seems to not call on the aforementioned function or whatever it's called

Share this post


Link to post

Why can't you do it yourself?

 

You could just inherit from the BFG and have something like this DECORATE code:

 

Actor BFG2074 : BFG9000
{
States
{
Fire:
	Goto Super::OldFire
}
}

And that's it. Of course you'll still need to set up the weaponslot mess but, weapon-wise, that's about all you need.

Share this post


Link to post
On 6/12/2024 at 4:00 PM, Notsee said:

Because I'm an amateur programmer who barely knows what he's doing 

 

Trial and error are the best teaching mechanisms.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...