Bonjour ,
I started with ChatGpt, but I would prefer to get help on this forum if possible!
My goal: Checklist for cessna 172 G1000
(very basic no verification of the action because too complicated for me at least for the beginning)
Process: 1) the Checklist will have to be read by the W10 voice recognition which works relatively well either SAPI or Cortana.
2) the voice will read the items one by one and to move on to the next one:
- either I can answer by my voice (if it is possible to integrate into lua)
- or I press a Rac (keyboard or joystick) which will mean = next
*************************************************Exemple Script***********************************************
ShowMessage("LINDA READY...", 10) -- clear display
_log("[INIT] Captain si vous êtes pret je commence le checklist avant démarrage!")
_log("[INIT] ***************************************************************")
function Checklist_avant démarrage()
ipc.display("documents à bord.", 5) --Displays this message in the simulator
ipc.sleep(5000) --Pause of 5s to allow time to execute
ipc.display("1. ceintures attachées.", 5) --Displays this message in the simulator
ipc.sleep(5000) -- Pause
ipc.display("2.portes fermées.", 5) --Displays this message in the simulator
ipc.sleep(5000) -- --Pause
end
**********************************************************************************************************
on this example I would have liked to add a response to the 3 actions.
can you help me to do this according to my test example.
Question: Linda integrates: lua official program or is it another type of program?
I found various manuals on 'lua' in fsuipc, but I didn't find the subject of the checklists discussed, I'm going to do my search a second time, I could have made a mistake.
Merci by advance.🙂