mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
adjust nk2ai-settings.json: tweak maxPass, maxPriorityPass, retreat thresholds, and reduce pathfinderBucketSize because decision making is not smart enough to pick the best, so limit the options
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"pawn" : {
|
"pawn" : {
|
||||||
"maxRoamingHeroes" : 3, //H3 value: 3,
|
"maxRoamingHeroes" : 3, //H3 value: 3,
|
||||||
"maxRoamingHeroesPerTown" : 0,
|
"maxRoamingHeroesPerTown" : 0,
|
||||||
"maxPass" : 7,
|
"maxPass" : 5,
|
||||||
"maxPriorityPass" : 2,
|
"maxPriorityPass" : 2,
|
||||||
"mainHeroTurnDistanceLimit" : 10,
|
"mainHeroTurnDistanceLimit" : 10,
|
||||||
"scoutHeroTurnDistanceLimit" : 5,
|
"scoutHeroTurnDistanceLimit" : 5,
|
||||||
@@ -17,8 +17,8 @@
|
|||||||
"allowObjectGraph": false,
|
"allowObjectGraph": false,
|
||||||
"pathfinderBucketsCount" : 1,
|
"pathfinderBucketsCount" : 1,
|
||||||
"pathfinderBucketSize" : 10,
|
"pathfinderBucketSize" : 10,
|
||||||
"retreatThresholdRelative" : 0,
|
"retreatThresholdRelative" : 0.1,
|
||||||
"retreatThresholdAbsolute" : 0,
|
"retreatThresholdAbsolute" : 2000,
|
||||||
"safeAttackRatio" : 1.1,
|
"safeAttackRatio" : 1.1,
|
||||||
"maxArmyLossTarget" : 0.65,
|
"maxArmyLossTarget" : 0.65,
|
||||||
"useFuzzy" : false
|
"useFuzzy" : false
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"maxRoamingHeroes" : 2, //H3 value: 3,
|
"maxRoamingHeroes" : 2, //H3 value: 3,
|
||||||
"maxRoamingHeroesPerTown" : 1,
|
"maxRoamingHeroesPerTown" : 1,
|
||||||
"maxPass" : 10,
|
"maxPass" : 10,
|
||||||
"maxPriorityPass" : 4,
|
"maxPriorityPass" : 5,
|
||||||
"mainHeroTurnDistanceLimit" : 10,
|
"mainHeroTurnDistanceLimit" : 10,
|
||||||
"scoutHeroTurnDistanceLimit" : 5,
|
"scoutHeroTurnDistanceLimit" : 5,
|
||||||
"threatTurnDistanceLimit" : 4,
|
"threatTurnDistanceLimit" : 4,
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
"openMap": false,
|
"openMap": false,
|
||||||
"allowObjectGraph": false,
|
"allowObjectGraph": false,
|
||||||
"pathfinderBucketsCount" : 1,
|
"pathfinderBucketsCount" : 1,
|
||||||
"pathfinderBucketSize" : 100,
|
"pathfinderBucketSize" : 30,
|
||||||
"retreatThresholdRelative" : 0.3,
|
"retreatThresholdRelative" : 0.3,
|
||||||
"retreatThresholdAbsolute" : 10000,
|
"retreatThresholdAbsolute" : 10000,
|
||||||
"safeAttackRatio" : 1.1,
|
"safeAttackRatio" : 1.1,
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
"openMap": true,
|
"openMap": true,
|
||||||
"allowObjectGraph": false,
|
"allowObjectGraph": false,
|
||||||
"pathfinderBucketsCount" : 1,
|
"pathfinderBucketsCount" : 1,
|
||||||
"pathfinderBucketSize" : 100,
|
"pathfinderBucketSize" : 30,
|
||||||
"retreatThresholdRelative" : 0.3,
|
"retreatThresholdRelative" : 0.3,
|
||||||
"retreatThresholdAbsolute" : 10000,
|
"retreatThresholdAbsolute" : 10000,
|
||||||
"safeAttackRatio" : 1.1,
|
"safeAttackRatio" : 1.1,
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
"openMap": true,
|
"openMap": true,
|
||||||
"allowObjectGraph": false,
|
"allowObjectGraph": false,
|
||||||
"pathfinderBucketsCount" : 1,
|
"pathfinderBucketsCount" : 1,
|
||||||
"pathfinderBucketSize" : 100,
|
"pathfinderBucketSize" : 30,
|
||||||
"retreatThresholdRelative" : 0.3,
|
"retreatThresholdRelative" : 0.3,
|
||||||
"retreatThresholdAbsolute" : 10000,
|
"retreatThresholdAbsolute" : 10000,
|
||||||
"safeAttackRatio" : 1.1,
|
"safeAttackRatio" : 1.1,
|
||||||
|
|||||||
Reference in New Issue
Block a user