Déclaration des positions dans le config monitor setup
► Afficher le texte
_ = function(p) return p; end;
name = _('RAZBAM M2KC Instruments Export');
Description = 'Setup for M2K VTB Exports.'
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 1920;
height = 1200;
aspect = 1.6
}
}
GUI =
{
x = 0;
y = 0;
width = 1920;
height = 1200;
}
UIMainView = GUI
-- MIRAGE 2000C Instruments SETUP
-- \\\ Radar/VTB \\\
VTB =
{
x = 2740;
y = 240;
width = 700;
height = 700;
}
-- \\\ RWR/VCM \\\
VCM =
{
x = 1990;
y = 601;
width = 600;
height = 600;
}
-- \\\ fréquence radio \\\
COM =
{
x = 2300;
y = 250;
width = 200;
height = 150;
}
-- \\\ INS écran supérieur \\\
PCNUR =
{
x = 3489;
y = 500;
width = 600;
height = 80;
}
-- \\\ INS écran inférieur \\\
PCNBR =
{
x = 3500;
y = 700;
width = 300;
height = 80;
}
-- \\\ PCA ligne supérieure \\\
PCAUR =
{
x = 2070;
y = 5;
width = 500;
height = 70;
}
-- \\\ PCA ligne inférieure \\\
PCABR =
{
x = 2070;
y = 520;
width = 500;
height = 70;
}
-- \\\ PPA \\\
PPA =
{
x = 3500;
y = 50;
width = 200;
height = 200;
}
-- \\\ Conso fuel instantanee \\\
FUEL =
{
x = 3800;
y = 100;
width = 100;
height = 70;
}
et en rajoutant des lignes dans les init cockpit (fuel, com, VTB, VTM, PCAUR, PCABR, PCNUR, PCNBR, PPA)
► Afficher le texte
dofile(LockOn_Options.common_script_path.."ViewportHandling.lua")
try_find_assigned_viewport("le nom de l'instrument dans le monitor setup")
Dernière modification par
Froggy le mer. mars 13, 2024 5:40 pm, modifié 1 fois.