Jump to content

Faster Weapon switching help


Betelgeuse

Recommended Posts

How do I make a faster weapon switching?

Like seen in Antaresian Reliquary and Hell Relevations.

Using dehacked not zscript.

Edited by Betelgeuse

Share this post


Link to post

I dont know any dehacked so I can't help you if you want this to be vanilla compatible, but in zdoom? note the Select and Deselect states for any given weapon in zscript (or decorate if u want):

(from the default doom shotgun)

Deselect:
		SHTG A 1 A_Lower;
		Loop;
	Select:
		SHTG A 1 A_Raise;
		Loop;

A_Lower and A_Raise both have a default value of 6. If you want to make it faster, just change them to something like A_Raise (12) and A_Lower(12), which will make that weapon switch into and out of view twice as fast. If you want every weapon in your mod to move twice as fast you'll have to do this to every weapon. I can send an example of what I mean for the basic doom 2 arsenal if you want.

 

If you mean universally, I'm not sure there's a way to do that.

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...