1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

nullkiller2: Reduce pathfinder bucket size in NK2AI settings for higher speed until further improvements

This commit is contained in:
Mircea TheHonestCTO
2025-11-19 17:52:31 +01:00
parent 5c6f2faebb
commit 19ced296dc

View File

@@ -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,