Jump to content

Recommended Posts

Posted
On 1/31/2023 at 11:44 PM, bones1014 said:

You should double check with the community before doing all that work. I have one that has the fuel quantity, radios, countermeasure counts, etc

Have a look at the profile first, I dont think anyone creates full cockpit profile. 🙂 

Lots of profiles also had rounding errors or duplicates which resulted in flashing text or numbers. I also fixed that for the entire airplane

if you give me the ID for Countermeasure counts, I be happy to add it. Radio is not relevant for  F-14 you get a good view of it on the cockpit repeater. 

  • 9 months later...
Posted

i don't suppose you guys have figured out how to determine which seat is currently being occupied by the local player? I'm working on tweaking the Apache ExportModule, and it seems quite inefficient to be retrieving arguments and sending data for the CPG when I am sitting in the Pilot seat, and vice versa. A simple argument value to determine this would be ideal, I just couldn't find anything like that in the aircraft lua files.

The closest thing I found was in command_defs.lua, the following commented code:

--[[
reset_counter()
head_wrapper_commands =
{
    OccupySeatPLT    = counter();
    OccupySeatCPG    = counter();
}
]]
 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...