Jump to content

Recommended Posts

So these show up when you've seen a player on your screen and they get moved off-screen.

image.png

Is it possible to have these for something like an Evergreen? Is it possible to increase the max distance where it fades away? Is it possible to have it be shown regardless if you haven't seen the entity on your screen yet?

There's this mod. It relies heavily on Global Positions, though. If you want to write it yourself, I'd suggest looking into the playertargetindicator component as well as the targetindicator widget. The distance is set by TUNING.MAX_INDICATOR_RANGE (notice self.max_range = TUNING.MAX_INDICATOR_RANGE * 1.5 in playertargetindicator.lua, though).

Edited by alainmcd

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...