Jump to content

-doubleammo and -halfdamage parameters?


Recommended Posts

This has probably been discussed somewhere, but I can't for the life of me dredge anything up via Google/forum search.

 

Something I've wanted to try for some time is playing on UV, but with the crutch of double ammo and half damage. I actually like when WADs don't offer difficulty levels, as I can experience the original intended thing placement while using ITYTD features. For some reason we were given -fast and -respawn, but were never given their Skill 1 (and part of 5) counterparts.

 

Is there a Boom-compatible port out there that already does this? Could it be written up in DECORATE? I don't think there's a way to DeHackEd it, but I'd love to be wrong on that. Or would compiling one of the open source ports be the only way?

Share this post


Link to post

You could do it in DECORATE by adjusting pickup's Inventory.Amount and making custom projectiles / hitscans for your weapons.

Share this post


Link to post

If you're going for ZDoom by mentionning DECORATE, then it's a lot simpler to use ZMAPINFO to define a new skill.

 

It could look like this:

Skill easyviolence
{
	AmmoFactor = 2.0
	DropAmmoFactor = 2.0
	DamageFactor = 0.5
	SpawnFilter = 4
	Name = "Easy Violence"
	Key = "E"
	ACSReturn = 4
}

 

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