Arma 3
Dynamic CAS Ops - Altis
目前顯示第 21-30 項,共 52 項
< 1  2  3  4  5  6 >
更新:2024 年 3 月 22 日 @ 上午 11:15

- Faction scraper optimized and refactored, now overrides will be validated

v3.3.1

更新:2024 年 3 月 22 日 @ 上午 10:08

Update

- Fixed and renabled the convoy checker, much more efficient and should not slow down the server or stop working anymore

- Faction checker updated to check for vehicle roles, this will help ensure only valid vehicles are spawned.

- other bug fixes

v3.3

更新:2024 年 3 月 21 日 @ 下午 11:33

更新:2024 年 3 月 21 日 @ 下午 11:31

- Messages revamped

更新:2024 年 3 月 21 日 @ 下午 4:59

- Disabled convoy correcting script until I figure out whats going on

更新:2024 年 3 月 18 日 @ 下午 4:00

更新:2024 年 3 月 18 日 @ 上午 7:28

Hotfix

- Moved createhashmapfunction away from CustomFactions methods.

An example of the Faction override in scripts/CustomFactions.sqf:


HIP_FAC_{FactionConfigName} = [
["Transport",["classname","classname2"]],
["Mrap",["classname","classname2"]],
["AA",["classname","classname2"]],
["Apc",["classname","classname2"]],
["Tank",["classname","classname2"]],
["AAInfantry",["classname","classname2"]],
["Infantry",["classname","classname2"]],
["Plane",["classname","classname2"]],
["Heli",["classname","classname2"]]
];

For naming, in order to work properly:
- Replace {FactionConfigName} with the Faction Config Name - The name of the local game config entry corresponding to the desired faction.
- HIP_FAC_ MUST be placed immediately before the Config name of the faction.
- Replace classname and classname2 with the classnames you wish to spawn for the corresponding target type

- Feel free to share these with others, I will try to put some time in and get a few done.

v3.2.6

更新:2024 年 3 月 18 日 @ 上午 6:26

更新:2024 年 3 月 18 日 @ 上午 12:38

Update

Classname faction override framework implemented
- Classnames can be overridden for factions by modifying CustomFactions.sqf within the scripts folder
- Copy the example hashtable and change the name to the desired faction config name including the HIP_FAC_ prefix.
- Enter desired classnames for each type
- Please share your overrides with others in the comments/discussion so the mission can be improved for all!

- Urban mission creator script optimized
- Bug fixes

v.3.2

更新:2024 年 2 月 2 日 @ 下午 7:12

MEGA UPDATE!!!

CONVOY MISSION
- Dynamically generated convoy mission
- Destroy the enemy convoy before they reach their destination!
- Uses classnames from the selected ground faction


URBAN MISSION
- Dynamically generated ao consisting of enemy infantry inside of buildings
- Light patrols and vehicle defenses around the ao
- Destroy all enemies in the ao!
- Uses classnames from the selected ground faction
- Can be enabled/disabled in parameters and mission ui

Random chance the enemy is near an active civilian hospital!
- Avoid becoming a war criminal and defend the hospital!!


- Fixed airbase markers
- Precomputing locations, now generating missions is quick and efficient!!!!
- UI Updated
- Enemy markers enhanced
- Bug fixes to spawner and service menus
Rebuilt Single player respawn, actually satisfying camera angles, and can be skipped!!! All bugs fixed!!
- Rescue teleport now dynamically changes to be the last location teleported to in the spawn board in both sp and mp
Complete code restructure
- Tons of other fixes and restructures

v.3.0