Snacko Posted March 16, 2024 Posted March 16, 2024 I have a mission with several different aircraft that are client, so the user can pick one and fly. I have some triggers that set the XCockpit switches in the FA18, and plan on doing the same for other aircraft. So, I need to differenciate between aircraft that the user is flying, and the type of aircraft. The only thing that I could think of was to put a zone around the aircrafts on a runway or carrier. And do a trigger.. But there is no condition like 'Unit Type is client' or 'Player is in Zone'. Any ideas on how to do this?? Snack Officer Intel I9-10850K (OC @ 5.0ghz) │ 64GB (4x16GB) DDR4 3200 │Gigabyte RTX 4090 Gaming OC 24gb - ҉ - Blackshark Cockpit Trainer - ҉ - ♣ Thread | ♥ Download
cfrag Posted March 16, 2024 Posted March 16, 2024 (edited) 1 hour ago, Snacko said: But there is no condition like 'Unit Type is client' or 'Player is in Zone'. Unfortunately, DCS (currently) has no concept of a player in the game; that is only an attribute of a plane. In your case, though, you can get around this since these x-commands are highly type specific (and I don't know if they work in multiplayer at all). So since you know which planes are client/player planes, and you know their type and which is their unit, you can go the old 'unit in zone' route. And yes, it would be great if there were a) a standardized player API b) a standardized cockpit command API We can only dream... Edited March 16, 2024 by cfrag
Recommended Posts