Sfoglia il codice sorgente

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

Mircea TheHonestCTO 2 settimane fa
parent
commit
19ced296dc
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5 5
      config/ai/nk2ai/nk2ai-settings.json

+ 5 - 5
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,