Arma 3
Carrier Strike [Alpha]
32개 중 1~10개 표시 중
< 1  2  3  4 >
업데이트: 2025년 8월 6일 @ 오후 9시 49분

# Alpha Version v0.10.0

## Added
### Commander Abilities
- Added first iteration of commander abilites
- Commander Menu (accessed using Y by default)
- Scan
- Local only static scan of the map revealing locations of enemy units
- Artillery
- Artillery strike at location on map
- Commander Voting
- Apply, Resign, or Mutiny for the Commander role

## Changed
- Restructured systems - now inherits from base system
- String Localizaion

업데이트: 2025년 7월 6일 @ 오후 2시 09분

# Alpha Version v0.9.2

- Added traits based on inventories upon spawning.
- Medikit = medic
- ToolKit = engineer
- MineDetector = explosiveSpecialist
- Added ability to toggle AI globally or for each team

업데이트: 2025년 6월 27일 @ 오후 7시 34분

# Alpha Version v0.9.1

- Increased range of 3D markers for reactors
- Move seeding notification to server
- Moved Silo UI Enable check to client
- Added Vanilla version of Porto
- Added custom textures for CSAT version of Mora and Littlebird

업데이트: 2025년 6월 25일 @ 오후 10시 31분

# Hotfix v0.9.0.1

- AI: Fixed issue where silo priority was not being sorted

업데이트: 2025년 6월 24일 @ 오전 12시 16분

# Alpha Version v0.9.0

- Added map: CarrierStrike_Porto_CUP
- Requires CUP Terrains
- Optimized AI system, now 60% faster on heavy frame
- Added ability to name respawn positions
- Changed default code for AddVehicle module as an example of how to access params
- Default UI when seeding now shows silos as blocked, then unblocked
- Moved seeding notifications from client to server
- Added a fix to a bug in BI's respawn menu (thx charles_b._punchington)
- Silo array is now automatically sorted when added to the silo control system
- Updated Malden maps
- Now uses the name Monte, which is where the battlefield is located
- Updated Stratis maps
- Now uses the name Marina Bay, which is where the battlefield is located
- Removed Altis map
- Needs to be reevaluated based on size of battlefield
- If using description_shared.ext, you now have to use the macros LOADSCREEN and OVERVIEWPICTURE to define the loading image

업데이트: 2025년 6월 22일 @ 오후 1시 34분

# Alpha Version v0.8.0

- Added AI Systems
- AI will now fill player slots (still keep AI disabled in description.ext)
- Each group has their own personality (Neutral, Offensive, Defensive, Chaotic)
- AI will sort silo locations by priority algorithm
- AI will use vehicles nearby (independent AI can steal your vehicles so beware!)

업데이트: 2025년 6월 14일 @ 오후 11시 08분

# Alpha Version v0.7.5

- Added CUP Versions of Maps:
- Malden (Small)
- Altis (Medium)
- Stratis (Small)
Note: These will only show if CUP vehicles is loaded (which in turn requires CUP Units, etc). In the future, CUP terrains will also be required for CUP map implimentation

- Fixed wrong side attribute for some vehicles on all maps

업데이트: 2025년 6월 14일 @ 오후 8시 55분

# Alpha Version v0.7.4

- Changed Respawn Loadout System
- Now can have up to 100 tiers
- Needs a description definition defining how many tiers
- #define LOADOUT_TIERS 3
- Tiers unlocked evenly as carriers take damage
- For instance, 3 tiers, unlocks happen at 66% hp and 33% hp
- When defining respawn inventories, you now need a side property and a tier property. No longer functions off of classname
- side = 0; // 0: Opfor, 1: Blufor, 2: GUER
- tier = 1; // Tiers up to 100
- ModuleAddTurret: Fixed issue with destroy percent property

업데이트: 2025년 6월 13일 @ 오후 3시 13분

- Fixed CfgMissions.hpp

업데이트: 2025년 6월 13일 @ 오후 3시 11분

- Fixed CfgMissions.hpp