Alando1-doom / Toby-Accessibility-Mod-for-Doom

This is a Doom wad/mod designed to add accessibility features to assist blind/visually impaired players navigate the maps of the classic Doom games.
2 stars 1 forks source link

Integrate universal pickup beacon #83

Closed proydoha closed 3 months ago

proydoha commented 3 months ago

This adds universal pickup beacon that will emit PickupSound for all inventory items on the ground. To avoid collisions with Toby Weapons and Toby Pickups an ignore list mechanism was implemented. Universal Pickup Beacon will appear for all items except the ones in the ignore list.

Currently I've added ignore list for Toby weapons and items into this repo but it would be good idea to move them into their own corresponding repository.

Nothing for upcoming Heretic items was added but it should work the same way.

And while I was at it I've added ignore list for Snap-to-Target this is so it would be possible to add mod support for mods like Project Brutality where corpses are valid targetable entities.

Closes #74 Closes #76