From 19ced296dc5810a88f86c5a5eea2717067ee82df Mon Sep 17 00:00:00 2001 From: Mircea TheHonestCTO Date: Wed, 19 Nov 2025 17:52:31 +0100 Subject: [PATCH] nullkiller2: Reduce pathfinder bucket size in NK2AI settings for higher speed until further improvements --- config/ai/nk2ai/nk2ai-settings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/ai/nk2ai/nk2ai-settings.json b/config/ai/nk2ai/nk2ai-settings.json index 5cca1086d..c9a564465 100644 --- a/config/ai/nk2ai/nk2ai-settings.json +++ b/config/ai/nk2ai/nk2ai-settings.json @@ -16,7 +16,7 @@ "openMap": false, "allowObjectGraph": false, "pathfinderBucketsCount" : 1, - "pathfinderBucketSize" : 10, + "pathfinderBucketSize" : 7, "retreatThresholdRelative" : 0.1, "retreatThresholdAbsolute" : 2000, "safeAttackRatio" : 1.1, @@ -39,7 +39,7 @@ "openMap": false, "allowObjectGraph": false, "pathfinderBucketsCount" : 1, - "pathfinderBucketSize" : 20, + "pathfinderBucketSize" : 7, "retreatThresholdRelative" : 0.1, "retreatThresholdAbsolute" : 5000, "safeAttackRatio" : 1.1, @@ -62,7 +62,7 @@ "openMap": false, "allowObjectGraph": false, "pathfinderBucketsCount" : 1, - "pathfinderBucketSize" : 30, + "pathfinderBucketSize" : 14, "retreatThresholdRelative" : 0.3, "retreatThresholdAbsolute" : 10000, "safeAttackRatio" : 1.1, @@ -85,7 +85,7 @@ "openMap": true, "allowObjectGraph": false, "pathfinderBucketsCount" : 1, - "pathfinderBucketSize" : 30, + "pathfinderBucketSize" : 14, "retreatThresholdRelative" : 0.3, "retreatThresholdAbsolute" : 10000, "safeAttackRatio" : 1.1, @@ -108,7 +108,7 @@ "openMap": true, "allowObjectGraph": false, "pathfinderBucketsCount" : 1, - "pathfinderBucketSize" : 30, + "pathfinderBucketSize" : 14, "retreatThresholdRelative" : 0.3, "retreatThresholdAbsolute" : 10000, "safeAttackRatio" : 1.1,