StrataSource / FGD

The FGD + Hammer resource files for games built on Strata Source.
20 stars 15 forks source link

Show coordinates of point entities such as info_teleport_destination in the entity properties #40

Open Gocnak opened 3 years ago

Gocnak commented 3 years ago

Originally requested from Bocuma: image

Brush entities have their origin coordinates listed here but point entities don't, which means I have to open the vmf in a text editor to find it.

braem commented 3 years ago

This will have the caveat of the sphere helper showing for point entities: image

Gravy59 commented 2 years ago

Isn't info_teleport_destination depreciated?

TeamSpen210 commented 2 years ago

"Deprecated" yes, but that's sorta pointless, it's just a base class entity with nothing special.

hexaflexahexagon commented 2 years ago

deprecated in the sense that they're not strictly required for anything and you can just use info_target instead yes, but 99% of maps still use them for either a sense of scale, organization, or purely out of habit so we're going to continue supporting it.