Search found 11 matches

by Cheche
Fri Feb 16, 2024 12:09 pm
Forum: Lua Legion
Topic: desiredPitch and desiredRoll at a specific waypoint
Replies: 0
Views: 286

desiredPitch and desiredRoll at a specific waypoint

Hello,

I'm trying to use desiredPitch and desiredRoll (roll and pitch which can be modified), but not successfully.

Example :
local aircraft = ScenEdit_AddUnit({name='MF51', side='BLUE', DBID='3931', LoadoutID='6201', type='Air', latitude='48.1', longitude='2', altitude='1500 ft', heading=090 ...
by Cheche
Tue Jul 25, 2023 8:01 am
Forum: Command: Modern Operations series
Topic: Review and Editing of Unit Descriptions
Replies: 291
Views: 50670

Re: Review and Editing of Unit Descriptions

Hum.. basicaly it's in the description in CMO-DB but not implemented in Com/Datalink in the DB (the function is missing for all this SAM family Sa-11/17/27).
Plenty of open sources website confirm that there is a trajectory INS mid-course update with comdatalink before the TSARH.
https://www ...
by Cheche
Sun Jul 23, 2023 1:59 pm
Forum: Command: Modern Operations series
Topic: Review and Editing of Unit Descriptions
Replies: 291
Views: 50670

Re: Review and Editing of Unit Descriptions

I'm not familiar with Github... If you Can kindly post it for me will appreciate. Thanks lot!
by Cheche
Sun Jul 23, 2023 12:47 pm
Forum: Command: Modern Operations series
Topic: Review and Editing of Unit Descriptions
Replies: 291
Views: 50670

Re: Review and Editing of Unit Descriptions

Hello,
Don't know if it's the good place to post, my apologies if not..
Detected a potentiel missing component for SAM Buk family (sa-11/17/27) : the radio com datalink between the ChairBack FCR and the missile (9M38M1 / 9M317 / 9M317M).
Open sources about this SAM family missile guidance is INS mid ...
by Cheche
Thu Mar 02, 2023 10:56 am
Forum: Lua Legion
Topic: DesiredSpeed Bug on Lua Script ?
Replies: 6
Views: 593

Re: DesiredSpeed Bug on Lua Script ?

Mmmh i know that if i order a speed not "reachable" at the specific altitude it will cuff it with the sanity check.
Nevertheless, for a Rafale at 20000ft with the subconfiguration setted ...520kts is clearly reachable. If i manualy order military or afterburner...no issue to go beyond 480kts TAS ...
by Cheche
Wed Mar 01, 2023 6:03 pm
Forum: Tech Support
Topic: [FIXED] DesiredSpeed Bug with Lua Script
Replies: 1
Views: 140

[FIXED] DesiredSpeed Bug with Lua Script

Hello,

Found a bug for DesiredSpeed with a LuaScript.

local myroute = {
[1] = {description='Wpt1', latitude='48.5', longitude='1.1', DesiredAltitude='18000 ft', desiredSpeed=400},
[2] = {description='Wpt2', latitude='48.5', longitude='2.2', DesiredAltitude='19000 ft', desiredSpeed=430},
[3 ...
by Cheche
Wed Mar 01, 2023 9:38 am
Forum: Lua Legion
Topic: DesiredSpeed Bug on Lua Script ?
Replies: 6
Views: 593

Re: DesiredSpeed Bug on Lua Script ?

Okay thks.
Indeed same issue for me.
Do you confirm i have no action to do for techsupport ? It will be taken into account or do i need to transfer thks post on techsupport forum ?
Thks lot.
by Cheche
Tue Feb 28, 2023 8:22 pm
Forum: Lua Legion
Topic: DesiredSpeed Bug on Lua Script ?
Replies: 6
Views: 593

DesiredSpeed Bug on Lua Script ?

Hello,

I do not understand why this is not working concerning desiredSpeed with this lua script :

local myroute = {
[1] = {description='Wpt1', latitude='48.5', longitude='1.1', DesiredAltitude='18000 ft', desiredSpeed=400},
[2] = {description='Wpt2', latitude='48.5', longitude='2.2 ...
by Cheche
Tue Feb 28, 2023 8:15 pm
Forum: Lua Legion
Topic: How to cancel damage/destroy on an acft - Invincible mode
Replies: 5
Views: 583

Re: How to cancel damage/destroy on an acft - Invincible mode

Thanks lot for all your answer. Will see how it gonna work on CPE.
by Cheche
Mon Feb 27, 2023 5:56 am
Forum: Lua Legion
Topic: How to cancel damage/destroy on an acft - Invincible mode
Replies: 5
Views: 583

Re: How to cancel damage/destroy on an acft - Invincible mode

Thanks for your answer.
Indeed it's what i thought what happened. So the only way is to modify either the damage point of the ammo or of the target in order to let it survive and then repair it with event(trigger and action).
Does DP is modifiable on C.PE ?
by Cheche
Sun Feb 26, 2023 7:49 pm
Forum: Lua Legion
Topic: How to cancel damage/destroy on an acft - Invincible mode
Replies: 5
Views: 583

How to cancel damage/destroy on an acft - Invincible mode

Hello everyone,

I need your help for a simulation scenario please.

Basicaly, i have an aircraft flying. A SAM shooting at it. SAM hit and Destroy the aircraft.
But ... i want this aircraft to remain "alive" and to continue flying. So either cancel all damages &/or destruction. The goal is to have ...

Go to advanced search