Goinza's Plugins
PluginsAboutTutorialsContact

© Copyright (c) 2020-2025 Goinza

Back to Plugins

Enemy Range Display

Version 1.1•Updated December 8, 2021•With contributions from MarkyJoe
Description

This plugin adds two features regarding the display of enemy range:

  • Adds an individual enemy range, which keep tracks of certain units' range. Each individual range is activated or deactivaded by pressing the select button while the cursor is over that unit.
  • You can now edit the color and transparency of the global default enemy range. You can also assign a different color and transparency to the individual enemy range.
Installation

This plugin doesn't require any custom parameters. Instead, you need to change the values on the config-range.js using a text editor like Notepad. The variable called ENEMY_RANGE is for the normal enemy range that applies to the entire enemy army, and the variable INDIVIDUAL_RANGE is the enemy range that you can apply to individual enemy units.

In both cases, to change the color you need to use an RGB value, and for the transparency you need to change the alpha number using a value between 0 and 255.

Version History

1.1

December 8, 2021
  • Improved plugin performance. The game should lag less whenever the individual enemy range is updated. Thanks to MarkyJoe for providing this solution.

1.0

April 4, 2020
  • Initial version