Jump to content

List of dropped item IDs?


Recommended Posts

In making my mod DOOM+ ...

 

I was trying to make the shotgunners and chaingunners drop shells and a box of ammo instead of a whole ass weapon. Anyone know how to do that?

Share this post


Link to post

I would say to make a custom version of the monster via inherit, and only modify the drop item property.

I.e.

DropItem "itemname" 256

 

Edited by Desfar

Share this post


Link to post

In dehacked, what you can do is you can swap the positions of these items. So if you want chaingunners to drop boxes of ammo instead of chainguns, swap the positions in the Things list for the chaingun and the box of ammo. Same with the shotgun and the shells. You don't need to change the IDs, those are just for the map editor.

Edited by maxmanium

Share this post


Link to post

The way pickups in Doom work is that what matters is the sprite that's displayed.

 

So if you switch around the weapon with the ammo (by cloning the ammo's properties, including especially the spawn state, to the weapon and vice-versa), then they'll drop the "weapon" item but it'll look and behave like the ammo item.

 

If you also switched around the editor numbers, then it'll look like nothing changed; except the drops.

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