Jump to content

Attack detection dysfunctional


Seleucids
 Share

Recommended Posts

The attack detection system does not alert the player frequently enough. A whole army has been killed off-screen and I did not get any kind of verbal notification nor attack warning sound. Sometimes I rely on my allies to ping me and flare when rushed, because I get 0 warning when attacked. 

I found the source of the problem to be the javascript file AttackDetection.js having an attack suppression time and a suppressionTransferRange. This feature prevents spamming attack alerts by limiting the minimum time span between 2 consecutive alarms. However, these 2 values are way too long, causing the alert system to be ineffective. There should be an option to change its value or just decrease it. 

Link to comment
Share on other sites

This is the optimal settings for me:

this.suppressionTime = +this.template.SuppressionTime / 15;
this.suppressionRangeSquared = +this.template.SuppressionRange * +this.template.SuppressionRange / 5;

The suppressiontime was set to 60000 by default

The suppressionRangeSquared is 25600 by default

Edited by Seleucids
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...