MechWarrior 5: Mercenaries

MechWarrior 5: Mercenaries

Infantry_No_Damage
Показване на 1 — 7 от 7 постъпления
Обновление: 24 март 2023 в 7:15

These are the changes made by the mod version 1.4

------------------------
1.4 Version - Changes
Added Infantry Weapon Range ModOptions
WeaponCooldown ModOptions minimums decreased to 0.1

1.3 Version - Changes
Removed InfantryMovementComponent as the WeaponCoolDown can now cover how often they shoot.
Reset MoveCheckRadius and MaxEngagementDistance.
Added but then removed WeaponVelocity as weapons are hitscan regardless.

1.2 Version - Changes
Moved all AI improvements (except movement) to the Infantry_No_Expense mod.
Now compatible with ModOptions
Allows setting Infantry gunner and rocketer damage from 0 to 30.
Allows setting Infantry gunner and rocketer weapon cooldown from 1 to 60.

1.1 Version - Changes
Added a lot of AI improvements to the mod.

------------------------
InfantryAttackComponent
.
1. Variables
c) WeaponDamage Gunner from 0.05 to 0.0
d) WeaponDamage Rocket from 0.1 to 0.0
.
2. EventGraph
a) Mult_SetWeaponsStats
WeaponDamage Gunner from 0.05 to 0.0
WeaponDamage Rocket from 0.1 to 0.0
WeaponCooldown Gunner from 1 to 2
WeaponCooldown Rocket from 3 to 6

------------------------
Great Instant Action scenario for testing these changes
MDg1NTczMDIwMDEyMjUyMDEw

Обновление: 23 март 2023 в 11:42

These are the changes made by the mod version 1.3

------------------------
1.3 Version - Changes
Removed InfantryMovementComponent as the WeaponCoolDown can now cover how often they shoot.
Reset MoveCheckRadius and MaxEngagementDistance.
Added but then removed WeaponVelocity as weapons are hitscan regardless.

1.2 Version - Changes
Moved all AI improvements (except movement) to the Infantry_No_Expense mod.
Now compatible with ModOptions
Allows setting Infantry gunner and rocketer damage from 0 to 30.
Allows setting Infantry gunner and rocketer weapon cooldown from 1 to 60.

1.1 Version - Changes
Added a lot of AI improvements to the mod.

------------------------
InfantryAttackComponent
.
1. Variables
c) WeaponDamage Gunner from 0.05 to 0.0
d) WeaponDamage Rocket from 0.1 to 0.0
.
2. EventGraph
a) Mult_SetWeaponsStats
WeaponDamage Gunner from 0.05 to 0.0
WeaponDamage Rocket from 0.1 to 0.0
WeaponCooldown Gunner from 1 to 2
WeaponCooldown Rocket from 3 to 6

------------------------
Great Instant Action scenario for testing these changes
MDg1NTczMDIwMDEyMjUyMDEw

Обновление: 10 март 2023 в 0:31

These are the changes made by the mod version 1.2

------------------------

1.2 Version - Changes
Moved all AI improvements (except movement) to the Infantry_No_Expense mod.
Now compatible with ModOptions
Allows setting Infantry gunner and rocketer damage from 0 to 30.
Allows setting Infantry gunner and rocketer weapon cooldown from 1 to 60.


1.1 Version - Changes
Added a lot of AI improvements to the mod.

------------------------
InfantryAttackComponent
.
1. Variables
a) MoveCheckRadius from 5000 to 50000
b) MaxEngagementDistance from 15000 to 25000
c) WeaponDamage Gunner from 0.05 to 0.0
d) WeaponDamage Rocket from 0.1 to 0.0
e) WeaponCooldown Gunner from 1 to 20
f) WeaponCooldown Rocket from 3 to 20
.
2. EventGraph
a) Mult_SetWeaponsStats
WeaponDamage Gunner from 0.05 to 0.0
WeaponDamage Rocket from 0.1 to 0.0
WeaponCooldown Gunner from 1 to 20
WeaponCooldown Rocket from 3 to 20

------------------------
InfantryMovementComponent
.
1. Variables
a) MoveCheckRadius 1000 to 20000
b) reroutedistance 500 to 10000
.
2. EventGraph
a) MovementAnimationSet_Event
Min 100 to 10000
Max 300 to 30000
b) GetDestinationAroundTarget
Inner 3500 to 10000
Outer 6000 to 30000
.
3. Functions
a) GetRoamDestination 2000 to 20000
b) float 100 500 to 1000 5000
c) GetRerouteDestination
radius 1000 to 10000
d) GetFleeDestination
radius 500 to 10000
e) GetFollowDestination
radius 500 to 10000
.
4. Macros
a) ValidateHeightandDistance
Break 500 to 5000
Distance 1000 to 5000
b) GetnearestDestaroundTarget
Break 200 to 4000
Distance 1000 to 10000

------------------------
Great Intant Action scenario for testing these changes
MDg1NTczMDIwMDEyMjUyMDEw

Обновление: 22 февр. 2023 в 22:43

These are the changes made by the mod version 1.1

------------------------
InfantryManager_BP
.
1. Variables
a) Control
Infantry Movement Cap from 25 to 250
AwarenessComponent
Activation Auto Activate from unchecked to checked
2. Functions
a) Report Unit Death to other units
from 2000 to 50000

------------------------
InfantryAttackComponent
.
1. Variables
a) MoveCheckRadius from 5000 to 50000
b) MaxEngagementDistance from 15000 to 25000
c) WeaponDamage Gunner from 0.05 to 0.0
d) WeaponDamage Rocket from 0.1 to 0.0
e) WeaponCooldown Gunner from 1 to 30
f) WeaponCooldown Rocket from 3 to 30
.
2. EventGraph
a) Removed TakeDamage and Make MWDamageTakenData

------------------------
InfantryMovementComponent
.
1. Variables
a) MoveCheckRadius 1000 to 20000
b) reroutedistance 500 to 20000 (possible this is the one)
.
2. EvenGraph
a) Initiate Movement - Execute Movement
Min 100 to 3000
Max 300 to 6000
b) GetMovementDestination
Inner 3500 to 200000
Outer 6000 to 500000
.
3. Functions
a) GetRoamDestination 2000 to 20000
b) float 100 500 to 2000 20000
c) GetRerouteDestination
radius 1000 to 20000
d) GetFleeDestination
radius 500 to 20000
e) GetFollowDestination
radius 500 to 20000
.
4. Macros
a) ValidateHeightandDistance
Break 500 to 20000
Distance 1000 to 20000
b) GetnearestDestaroundTarget
Break 200 to 4000
Distance 1000 to 20000

------------------------
InfantryManagerAwarenessComponent
.
1. Variables
a) DetectionRadius from 15000 to 50000
b) DetectionFrequency from 2.5 to 0.3

------------------------
InfantryManagerUpdateComponent
.
1. Variables
a) TargetingUpdateFrequency 3.0 to 0.3
b) InfantryUpdateFrquency 2.5 to 0.3
.
2.Functions
a) Movement - Flee - Should flee
GetHorizontalDistance 5000 to 50000
b) Movement - Flee - Should Follow
GetHorizontalDistance 2500 to 25000

Обновление: 17 февр. 2023 в 15:27

These are the changes made by the mod version 1.0

InfantryAttackComponent
MoveCheckRadius from 5000 to 50000
MaxEngagementDistance from 15000 to 50000
EventGraph removed TakeDamage and Make MWDamageTakenData
WeaponCooldown from 1 to 9

InfantryManagerAwarenessComponent
DetectionRadius from 15000 to 50000
DetectionFrequency from 2.5 to 1.0

Обновление: 17 февр. 2023 в 15:19

Обновление: 17 февр. 2023 в 14:40