Ver código fonte

adjusted nk2ai-settings.json levels: pawn, king... with openMap false initially, more computing and adjusted loss target

Mircea TheHonestCTO 3 meses atrás
pai
commit
4bc0283b72
1 arquivos alterados com 10 adições e 10 exclusões
  1. 10 10
      config/ai/nk2ai/nk2ai-settings.json

+ 10 - 10
config/ai/nk2ai/nk2ai-settings.json

@@ -13,14 +13,14 @@
 		"updateHitmapOnTileReveal" : true,
 		"updateHitmapOnTileReveal" : true,
 		"useTroopsFromGarrisons" : true,
 		"useTroopsFromGarrisons" : true,
 		"useOneWayMonoliths" : false,
 		"useOneWayMonoliths" : false,
-		"openMap": true,
+		"openMap": false,
 		"allowObjectGraph": false,
 		"allowObjectGraph": false,
 		"pathfinderBucketsCount" : 3,
 		"pathfinderBucketsCount" : 3,
 		"pathfinderBucketSize" : 7,
 		"pathfinderBucketSize" : 7,
 		"retreatThresholdRelative" : 0,
 		"retreatThresholdRelative" : 0,
 		"retreatThresholdAbsolute" : 0,
 		"retreatThresholdAbsolute" : 0,
 		"safeAttackRatio" : 1.1,
 		"safeAttackRatio" : 1.1,
-		"maxArmyLossTarget" : 0.5,
+		"maxArmyLossTarget" : 0.65,
 		"useFuzzy" : false
 		"useFuzzy" : false
 	},
 	},
 
 
@@ -36,14 +36,14 @@
 		"updateHitmapOnTileReveal" : true,
 		"updateHitmapOnTileReveal" : true,
 		"useTroopsFromGarrisons" : true,
 		"useTroopsFromGarrisons" : true,
 		"useOneWayMonoliths" : false,
 		"useOneWayMonoliths" : false,
-		"openMap": true,
+		"openMap": false,
 		"allowObjectGraph": false,
 		"allowObjectGraph": false,
 		"pathfinderBucketsCount" : 3,
 		"pathfinderBucketsCount" : 3,
-		"pathfinderBucketSize" : 7,
+		"pathfinderBucketSize" : 14,
 		"retreatThresholdRelative" : 0.1,
 		"retreatThresholdRelative" : 0.1,
 		"retreatThresholdAbsolute" : 5000,
 		"retreatThresholdAbsolute" : 5000,
 		"safeAttackRatio" : 1.1,
 		"safeAttackRatio" : 1.1,
-		"maxArmyLossTarget" : 0.35,
+		"maxArmyLossTarget" : 0.50,
 		"useFuzzy" : false
 		"useFuzzy" : false
 	},
 	},
 
 
@@ -62,7 +62,7 @@
 		"openMap": false,
 		"openMap": false,
 		"allowObjectGraph": false,
 		"allowObjectGraph": false,
 		"pathfinderBucketsCount" : 3,
 		"pathfinderBucketsCount" : 3,
-		"pathfinderBucketSize" : 28,
+		"pathfinderBucketSize" : 21,
 		"retreatThresholdRelative" : 0.3,
 		"retreatThresholdRelative" : 0.3,
 		"retreatThresholdAbsolute" : 10000,
 		"retreatThresholdAbsolute" : 10000,
 		"safeAttackRatio" : 1.1,
 		"safeAttackRatio" : 1.1,
@@ -85,11 +85,11 @@
 		"openMap": true,
 		"openMap": true,
 		"allowObjectGraph": false,
 		"allowObjectGraph": false,
 		"pathfinderBucketsCount" : 3,
 		"pathfinderBucketsCount" : 3,
-		"pathfinderBucketSize" : 7,
+		"pathfinderBucketSize" : 21,
 		"retreatThresholdRelative" : 0.3,
 		"retreatThresholdRelative" : 0.3,
 		"retreatThresholdAbsolute" : 10000,
 		"retreatThresholdAbsolute" : 10000,
 		"safeAttackRatio" : 1.1,
 		"safeAttackRatio" : 1.1,
-		"maxArmyLossTarget" : 0.25,
+		"maxArmyLossTarget" : 0.35,
 		"useFuzzy" : false
 		"useFuzzy" : false
 	},
 	},
 
 
@@ -108,11 +108,11 @@
 		"openMap": true,
 		"openMap": true,
 		"allowObjectGraph": false,
 		"allowObjectGraph": false,
 		"pathfinderBucketsCount" : 3,
 		"pathfinderBucketsCount" : 3,
-		"pathfinderBucketSize" : 7,
+		"pathfinderBucketSize" : 21,
 		"retreatThresholdRelative" : 0.3,
 		"retreatThresholdRelative" : 0.3,
 		"retreatThresholdAbsolute" : 10000,
 		"retreatThresholdAbsolute" : 10000,
 		"safeAttackRatio" : 1.1,
 		"safeAttackRatio" : 1.1,
-		"maxArmyLossTarget" : 0.25,
+		"maxArmyLossTarget" : 0.35,
 		"useFuzzy" : false
 		"useFuzzy" : false
 	}
 	}
 }
 }