Porting features from prBoomX and adapting them for the Eternity Engine.
If you open the automap and press the “Tag Finder” hotkey on a specific sector, it will display the linked linedef with an action bearing the same tag that affects the selected sector.
It works similarly when selecting linedef that have action with tag. Selecting a linedef takes precedence over selecting a sector.
Works only with the standard map format, does not work with UDMF. I tried to adapt this for UDMF, but unfortunately it turned out to be more complicated than I expected due to how actions and tags work in UDMF. So for now, this is only for default doom map format. It works with Heretic too.
EEP Branch: eep-Automap_tag_finder
EE Branch: dron12261-Automap_tag_finder
Pull request: team-eternity#753
Porting features from prBoomX and adapting them for the Eternity Engine.
If you open the automap and press the “Tag Finder” hotkey on a specific sector, it will display the linked linedef with an action bearing the same tag that affects the selected sector.
It works similarly when selecting linedef that have action with tag. Selecting a linedef takes precedence over selecting a sector.
Works only with the standard map format, does not work with UDMF. I tried to adapt this for UDMF, but unfortunately it turned out to be more complicated than I expected due to how actions and tags work in UDMF. So for now, this is only for default doom map format. It works with Heretic too.