Arma 3
DCO Vehicle.FSM - Vehicle AI Enhancement (No longer updated)
26件中 11-20 を表示
< 1  2  3 >
更新:2022年4月7日 @ 10時50分

BugFixes:
1) Zero divisor on calculating courage.
2) Undefined AT-capacity.

Added features:
1) editor settings for quick reaction: "switch off", "Move away only", "face enemy, reverse and fire".
2) editor checkBox setting to exclude all player-groups from the FSM.
3) When taking dammage vehicles will try to face the enemy who shot and fire back.
3) RPT logging has been drastically reduced.
4) All rpt logs now contain a signature showing mod name and version.
5) Functions are declared only when in a mission, this improves greatly the load-time when starting up the game.

更新:2022年4月6日 @ 13時52分

Quick-reaction added, causes the vehicle to face the enemy and fire (for armored vehicles), and get moving to closest hidden position for both armor and cars.
Terrain-scanner framework has been added, can be seen when selecting groups.
LOS-light function added, increasing speed of execution by 10x.
Restructured the content from a FSM file to a regular .sqf script-file.

更新:2022年4月6日 @ 12時09分

reverted to previous update, current has a unidentified error

更新:2022年4月6日 @ 11時55分

Quick-reaction added, causes the vehicle to face the enemy and fire (for armored vehicles), and get moving to closest hidden position for both armor and cars.
Terrain-scanner framework has been added, can be seen when selecting groups.
LOS-light function added, increasing speed of execution by 10x.

更新:2022年3月8日 @ 18時45分

Author: Tally
-excluded cfgVehicles && cfg3den hoping to fix init-issue

更新:2022年3月8日 @ 18時37分

Author: _David.

- Added inbuilt support for 3CB Factions
- Added inbuilt support for BAF Vehicles
- Added inbuilt support for Hellenic Armed Forces
- Added new AAA vehicle category




(revised && compiled by Tally)

更新:2022年3月7日 @ 17時54分

1) Revised GetVehicleType function (_Davids contribution + moddedVeh-arr).
2) Fixed 0 courage-bug on squadLeader
3) Added 6 variables representing arrays containing modded vehicles:

modUnarmedCarCfgs = ["MyModdedUnarmedCar_CfgName"];
modArmedCarCfgs = ["MyModdedArmedCar_CfgName"];
modLightArmorCfgs = ["MyModdedAPC_CfgName"];
modHeavyArmorCfgs = ["MyModdedTank_CfgName"];
modUnarmedChopperCfgs = ["MyModdedUnarmedChopper_CfgName"];
modLightChopperCfgs = ["MyModdedArmed_TransportHeli_CfgName"];
modHeavyChopperCfgs = ["MyModdedAttackChopper_CfgName"];


BIG thanks to _David for adding theese CFG names and re-writing the function to fit them

更新:2022年3月2日 @ 21時37分

Added courage multiplier, and CBA checkBox for said multiplier.
The courage skill of squadLeader affects how likely the vehicle is to push / hide from the enemy.
If the original squadLeader dies then the average courage of the remaining units become the factor.
(Personality now matters)

Added Global aggression slider. The higher the value the more likely armed vehicles are to push their enemy (and vice versa).
Can be toggeled on and off in addon-settings.

更新:2022年3月2日 @ 11時51分

Added new config options:
1) Disable hiding globally.
2) Disable flanking globally.
3) Disable pushing globally.
4) Courage slider (increase / decrease to affect behaviour).
5) Disable group reset (might help compatibility with other AI mods working at the same time).

更新:2022年3月1日 @ 23時08分

Seems that binarizing while packing the addon will cause CFG functions to fail. I repacked it without binarizing and it now should work, being signed and included a keys folder in the mod folder