PazerOP / CastingEssentials

A Team Fortress 2 client plugin that enhances the experience of both casters and viewers.
https://Essentials.tf
BSD 2-Clause "Simplified" License
29 stars 12 forks source link

Minimap support #101

Open PazerOP opened 6 years ago

PazerOP commented 6 years ago

Support for having a minimap of players and their relative locations within a map. An external program would likely be the best way to have this set up, but that shouldn't be too hard. We can just expose player positions as shared memory and get at them from a simple C# gui app.