Page MenuHomeFeedback Tracker

Scripting commands to control vehicle countermeasures
New, NormalPublic

Description

I'd like to request two new scripting commands to return vehicle countermeasures state per turret. Right now this is completely impossible through scripting.

Getter:
ARRAY = VEHICLE currentCM TURRET
Array should include [WEAPON, MUZZLE, MODE, MAGAZINE], optionally maybe [magazineId, creatorId]

Setter:
BOOL = VEHICLE selectCM [TURRET, WEAPON, [MUZZLE, [MODE, [MAGAZINE]]]]
Arguments past weapon should be optional, would be great to have it support "this" for muzzle and mode as well as empty string for default muzzle when you just want to load a magazine.

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting

Event Timeline

SaMatra created this task.May 12 2024, 11:56 AM

If this ticket has a chance to be implemented, let me know and I'll make scripts to quickly test it.