diff --git a/Generator/Assets/easy_assault_BotGlobalSettings.txt b/Generator/Assets/easy_assault_BotGlobalSettings.txt index a2a934a..e623af6 100644 --- a/Generator/Assets/easy_assault_BotGlobalSettings.txt +++ b/Generator/Assets/easy_assault_BotGlobalSettings.txt @@ -298,7 +298,8 @@ "SUSPETION_PLACE_LIFETIME": 7.0, "RESERVE_OUT_TIME": 30.0, "CLOSE_TO_SELECT_RESERV_WAY": 25.0, - "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0 + "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0, + "CAN_WATCH_SECOND_WEAPON": true }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 2.0, diff --git a/Generator/Assets/easy_marksman_BotGlobalSettings.txt b/Generator/Assets/easy_marksman_BotGlobalSettings.txt index 7540967..4b74167 100644 --- a/Generator/Assets/easy_marksman_BotGlobalSettings.txt +++ b/Generator/Assets/easy_marksman_BotGlobalSettings.txt @@ -23,7 +23,10 @@ "MAX_CAN_LAY_DIST_SQRT": 40000.0, "MAX_CAN_LAY_DIST": 200.0, "LAY_CHANCE_DANGER": 40.0, - "DAMAGE_TIME_TO_GETUP": 3 + "DAMAGE_TIME_TO_GETUP": 3, + "IF_NO_ENEMY": false, + "SHALL_GETUP_ON_ROTATE": false, + "SHALL_LAY_WITHOUT_CHECK": true, }, "Aiming": { "MAX_AIM_PRECICING": 4.0, diff --git a/Generator/Assets/hard_assault_BotGlobalSettings.txt b/Generator/Assets/hard_assault_BotGlobalSettings.txt index e71105b..447ade8 100644 --- a/Generator/Assets/hard_assault_BotGlobalSettings.txt +++ b/Generator/Assets/hard_assault_BotGlobalSettings.txt @@ -298,7 +298,8 @@ "SUSPETION_PLACE_LIFETIME": 7.0, "RESERVE_OUT_TIME": 30.0, "CLOSE_TO_SELECT_RESERV_WAY": 25.0, - "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0 + "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0, + "CAN_WATCH_SECOND_WEAPON": true }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 2.0, diff --git a/Generator/Assets/hard_marksman_BotGlobalSettings.txt b/Generator/Assets/hard_marksman_BotGlobalSettings.txt index b60e195..35050ac 100644 --- a/Generator/Assets/hard_marksman_BotGlobalSettings.txt +++ b/Generator/Assets/hard_marksman_BotGlobalSettings.txt @@ -23,7 +23,10 @@ "MAX_CAN_LAY_DIST_SQRT": 40000.0, "MAX_CAN_LAY_DIST": 200.0, "LAY_CHANCE_DANGER": 40.0, - "DAMAGE_TIME_TO_GETUP": 3 + "DAMAGE_TIME_TO_GETUP": 3, + "IF_NO_ENEMY": false, + "SHALL_GETUP_ON_ROTATE": false, + "SHALL_LAY_WITHOUT_CHECK": true, }, "Aiming": { "MAX_AIM_PRECICING": 4.0, diff --git a/Generator/Assets/impossible_assault_BotGlobalSettings.txt b/Generator/Assets/impossible_assault_BotGlobalSettings.txt index 205e7f6..b176094 100644 --- a/Generator/Assets/impossible_assault_BotGlobalSettings.txt +++ b/Generator/Assets/impossible_assault_BotGlobalSettings.txt @@ -296,7 +296,8 @@ "SUSPETION_PLACE_LIFETIME": 7.0, "RESERVE_OUT_TIME": 30.0, "CLOSE_TO_SELECT_RESERV_WAY": 25.0, - "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0 + "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0, + "CAN_WATCH_SECOND_WEAPON": true }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 2.0, diff --git a/Generator/Assets/impossible_marksman_BotGlobalSettings.txt b/Generator/Assets/impossible_marksman_BotGlobalSettings.txt index ffd55ef..251bfe1 100644 --- a/Generator/Assets/impossible_marksman_BotGlobalSettings.txt +++ b/Generator/Assets/impossible_marksman_BotGlobalSettings.txt @@ -23,7 +23,10 @@ "MAX_CAN_LAY_DIST_SQRT": 40000.0, "MAX_CAN_LAY_DIST": 200.0, "LAY_CHANCE_DANGER": 40.0, - "DAMAGE_TIME_TO_GETUP": 3 + "DAMAGE_TIME_TO_GETUP": 3, + "IF_NO_ENEMY": false, + "SHALL_GETUP_ON_ROTATE": false, + "SHALL_LAY_WITHOUT_CHECK": true, }, "Aiming": { "MAX_AIM_PRECICING": 4.0, diff --git a/Generator/Assets/normal_assault_BotGlobalSettings.txt b/Generator/Assets/normal_assault_BotGlobalSettings.txt index 725a581..244c18e 100644 --- a/Generator/Assets/normal_assault_BotGlobalSettings.txt +++ b/Generator/Assets/normal_assault_BotGlobalSettings.txt @@ -298,7 +298,8 @@ "SUSPETION_PLACE_LIFETIME": 7.0, "RESERVE_OUT_TIME": 30.0, "CLOSE_TO_SELECT_RESERV_WAY": 25.0, - "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0 + "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0, + "CAN_WATCH_SECOND_WEAPON": true }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 2.0, diff --git a/Generator/Assets/normal_bossBully_BotGlobalSettings.txt b/Generator/Assets/normal_bossBully_BotGlobalSettings.txt index c7f08f7..424fed8 100644 --- a/Generator/Assets/normal_bossBully_BotGlobalSettings.txt +++ b/Generator/Assets/normal_bossBully_BotGlobalSettings.txt @@ -290,7 +290,8 @@ "RESERVE_OUT_TIME": 60.0, "CLOSE_TO_SELECT_RESERV_WAY": 55.0, "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0, - "CAN_CHECK_MAGAZINE": false + "CAN_CHECK_MAGAZINE": false, + "USE_PATROL_POINT_ACTION_MOVE_BY_RESERVE_WAY": false }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 1.0, diff --git a/Generator/Assets/normal_exUsec_BotGlobalSettings.txt b/Generator/Assets/normal_exUsec_BotGlobalSettings.txt index 79007f9..fca4730 100644 --- a/Generator/Assets/normal_exUsec_BotGlobalSettings.txt +++ b/Generator/Assets/normal_exUsec_BotGlobalSettings.txt @@ -292,7 +292,8 @@ "RESERVE_OUT_TIME": 60.0, "CLOSE_TO_SELECT_RESERV_WAY": 25.0, "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 9.0, - "CAN_CHECK_MAGAZINE": false + "CAN_CHECK_MAGAZINE": false, + "CAN_WATCH_SECOND_WEAPON": true }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 1.0, @@ -345,7 +346,7 @@ "ATTACK_ENEMY_IF_PROTECT_DELTA_LAST_TIME_SEEN": 1.5, "HOLD_IF_PROTECT_DELTA_LAST_TIME_SEEN": 8.5, "FIND_COVER_TO_GET_POSITION_WITH_SHOOT": 2.0, - "PROTECT_TIME_REAL": true, + "PROTECT_TIME_REAL": false, "CHANCE_SHOOT_WHEN_WARN_PLAYER_100": 25.0, "CAN_PANIC_IS_PROTECT": false, "NO_RUN_AWAY_FOR_SAFE": true, diff --git a/Generator/Assets/normal_followerBully_BotGlobalSettings.txt b/Generator/Assets/normal_followerBully_BotGlobalSettings.txt index 059a8bb..c50274f 100644 --- a/Generator/Assets/normal_followerBully_BotGlobalSettings.txt +++ b/Generator/Assets/normal_followerBully_BotGlobalSettings.txt @@ -288,7 +288,8 @@ "RESERVE_OUT_TIME": 60.0, "CLOSE_TO_SELECT_RESERV_WAY": 25.0, "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0, - "CAN_CHECK_MAGAZINE": false + "CAN_CHECK_MAGAZINE": false, + "CAN_WATCH_SECOND_WEAPON": true }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 1.0, diff --git a/Generator/Assets/normal_followerGluharAssault_BotGlobalSettings.txt b/Generator/Assets/normal_followerGluharAssault_BotGlobalSettings.txt index 252beb3..0eab353 100644 --- a/Generator/Assets/normal_followerGluharAssault_BotGlobalSettings.txt +++ b/Generator/Assets/normal_followerGluharAssault_BotGlobalSettings.txt @@ -306,7 +306,8 @@ "CLOSE_TO_SELECT_RESERV_WAY": 25.0, "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0, "CAN_CHOOSE_RESERV": false, - "CAN_CHECK_MAGAZINE": false + "CAN_CHECK_MAGAZINE": false, + "CAN_WATCH_SECOND_WEAPON": true }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 1.0, diff --git a/Generator/Assets/normal_followerGluharScout_BotGlobalSettings.txt b/Generator/Assets/normal_followerGluharScout_BotGlobalSettings.txt index abf90f2..4dff889 100644 --- a/Generator/Assets/normal_followerGluharScout_BotGlobalSettings.txt +++ b/Generator/Assets/normal_followerGluharScout_BotGlobalSettings.txt @@ -306,7 +306,8 @@ "CLOSE_TO_SELECT_RESERV_WAY": 25.0, "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0, "CAN_CHOOSE_RESERV": false, - "CAN_CHECK_MAGAZINE": false + "CAN_CHECK_MAGAZINE": false, + "CAN_WATCH_SECOND_WEAPON": true }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 1.0, diff --git a/Generator/Assets/normal_followerGluharSecurity_BotGlobalSettings.txt b/Generator/Assets/normal_followerGluharSecurity_BotGlobalSettings.txt index 9837d09..f6c9438 100644 --- a/Generator/Assets/normal_followerGluharSecurity_BotGlobalSettings.txt +++ b/Generator/Assets/normal_followerGluharSecurity_BotGlobalSettings.txt @@ -307,7 +307,8 @@ "CLOSE_TO_SELECT_RESERV_WAY": 25.0, "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0, "CAN_CHOOSE_RESERV": false, - "CAN_CHECK_MAGAZINE": false + "CAN_CHECK_MAGAZINE": false, + "CAN_WATCH_SECOND_WEAPON": true }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 1.0, diff --git a/Generator/Assets/normal_followerSanitar_BotGlobalSettings.txt b/Generator/Assets/normal_followerSanitar_BotGlobalSettings.txt index 0539a8c..9cacd34 100644 --- a/Generator/Assets/normal_followerSanitar_BotGlobalSettings.txt +++ b/Generator/Assets/normal_followerSanitar_BotGlobalSettings.txt @@ -300,7 +300,8 @@ "GO_TO_NEXT_POINT_DELTA_RESERV_WAY": 25.0, "CLOSE_TO_SELECT_RESERV_WAY": 25.0, "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0, - "CAN_CHECK_MAGAZINE": false + "CAN_CHECK_MAGAZINE": false, + "CAN_WATCH_SECOND_WEAPON": true }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 1.0, diff --git a/Generator/Assets/normal_followerStormtrooper_BotGlobalSettings.txt b/Generator/Assets/normal_followerStormtrooper_BotGlobalSettings.txt index 7514680..cd3f0ec 100644 --- a/Generator/Assets/normal_followerStormtrooper_BotGlobalSettings.txt +++ b/Generator/Assets/normal_followerStormtrooper_BotGlobalSettings.txt @@ -285,7 +285,8 @@ "RESERVE_OUT_TIME": 30.0, "CLOSE_TO_SELECT_RESERV_WAY": 25.0, "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0, - "CAN_CHECK_MAGAZINE": false + "CAN_CHECK_MAGAZINE": false, + "CAN_WATCH_SECOND_WEAPON": true }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 5.0, diff --git a/Generator/Assets/normal_marksman_BotGlobalSettings.txt b/Generator/Assets/normal_marksman_BotGlobalSettings.txt index 6fe4800..2f352df 100644 --- a/Generator/Assets/normal_marksman_BotGlobalSettings.txt +++ b/Generator/Assets/normal_marksman_BotGlobalSettings.txt @@ -23,7 +23,10 @@ "MAX_CAN_LAY_DIST_SQRT": 40000.0, "MAX_CAN_LAY_DIST": 200.0, "LAY_CHANCE_DANGER": 40.0, - "DAMAGE_TIME_TO_GETUP": 3 + "DAMAGE_TIME_TO_GETUP": 3, + "IF_NO_ENEMY": false, + "SHALL_GETUP_ON_ROTATE": false, + "SHALL_LAY_WITHOUT_CHECK": true, }, "Aiming": { "MAX_AIM_PRECICING": 4.0, diff --git a/Generator/Assets/normal_pmcBot_BotGlobalSettings.txt b/Generator/Assets/normal_pmcBot_BotGlobalSettings.txt index 3f966d0..524ef9b 100644 --- a/Generator/Assets/normal_pmcBot_BotGlobalSettings.txt +++ b/Generator/Assets/normal_pmcBot_BotGlobalSettings.txt @@ -292,7 +292,8 @@ "RESERVE_OUT_TIME": 60.0, "CLOSE_TO_SELECT_RESERV_WAY": 25.0, "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0, - "CAN_CHECK_MAGAZINE": false + "CAN_CHECK_MAGAZINE": false, + "CAN_WATCH_SECOND_WEAPON": true }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 1.0, diff --git a/Generator/Assets/normal_sectantWarrior_BotGlobalSettings.txt b/Generator/Assets/normal_sectantWarrior_BotGlobalSettings.txt index f3fa5eb..49aa9e6 100644 --- a/Generator/Assets/normal_sectantWarrior_BotGlobalSettings.txt +++ b/Generator/Assets/normal_sectantWarrior_BotGlobalSettings.txt @@ -307,7 +307,8 @@ "SUSPETION_PLACE_LIFETIME": 7.0, "RESERVE_OUT_TIME": 30.0, "CLOSE_TO_SELECT_RESERV_WAY": 25.0, - "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0 + "MAX_YDIST_TO_START_WARN_REQUEST_TO_REQUESTER": 5.0, + "CAN_WATCH_SECOND_WEAPON": true }, "Hearing": { "BOT_CLOSE_PANIC_DIST": 1.0,