Skip to content
Damage Numbers

Installation

Installing Damage Numbers on your servers.

Damage Numbers is an AsaApi plugin. Install it on every map where you want numbers to appear — it is entirely server-side, so players do not install anything.

Steps

  1. Stop the server. The plugin file is locked while it is running.
  2. Place the plugin folder under your AsaApi plugins directory:
path
ShooterGame/Binaries/Win64/ArkApi/Plugins/DamageNumbers/
  1. Adjust the configuration file to taste — see Configuration.
  2. Start the server.
  3. Check the startup log for the Damage Numbers line, which reports the running version and build stamp.

Turn off the vanilla floating text

Leave ShowFloatingDamageText disabled in Game.ini. Running both produces duplicate numbers.

Save configuration without a BOM

The config file must be plain UTF-8 with no byte order mark. Some editors and PowerShell's default encoding add one invisibly, which breaks parsing in ways that are hard to spot.

Updating

Stop the server, replace the plugin file, start it again. If the file appears locked immediately after shutdown, wait about thirty seconds and retry — the lock can linger. Configuration changes are read once at load, so they take effect at the next restart.