Bonjour, je cherche à exporter les informations de l'UFCP du JF-17 vers un autre écran.
Quelqu'un connaîtrait la variable à utiliser dans MonitorSetup.lua ?
(De mémoire sur le F/A 18, la variable est "F18_UFC", sur JF-17, je n'ai pas trouvé).
Merci par avance pour vos contributions.
JF-17 exporter UFCP vers un autre écran
JF-17 exporter UFCP vers un autre écran
#1Matériel : MSI GE76 Raider 10UH-412FR 17,3" (portable) - Intel Core i9 - 64 Go de Ram DDR4 2400Mhz - GeForce GTX 3080 (16Go Ram) - 2 DD SSD NVMe 1To & 2Go - Windows 10
TrustMaster Warthog - VKB Gunfighter MkII - Trustmaster TRP Rudder Pedals - HTC Vive - ED TrackerPro & TrackIR - TrustMaster MFD Cougar -
TrustMaster Warthog - VKB Gunfighter MkII - Trustmaster TRP Rudder Pedals - HTC Vive - ED TrackerPro & TrackIR - TrustMaster MFD Cougar -
Re: JF-17 exporter UFCP vers un autre écran
#2Pour cet export d'écrans de l'UFCP, j'ai obtenu une réponse sur le forum DCS par AnarchyZG, la voici :
JF17_UFCP_1 =
{
x = 2560 + 840;
y = 360;
width = 240;
height = 40;
}
JF17_UFCP_2 =
{
x = 2560 + 840;
y = 410;
width = 240;
height = 40;
}
JF17_UFCP_3 =
{
x = 2560 + 840;
y = 460;
width = 240;
height = 40;
}
JF17_UFCP_4 =
{
x = 2560 + 840;
y = 510;
width = 240;
height = 40;
}
Il y a donc un export par écran, ce qui est finalement bien pratique pour ajuster chaque emplacement précisément.
JF17_UFCP_1 =
{
x = 2560 + 840;
y = 360;
width = 240;
height = 40;
}
JF17_UFCP_2 =
{
x = 2560 + 840;
y = 410;
width = 240;
height = 40;
}
JF17_UFCP_3 =
{
x = 2560 + 840;
y = 460;
width = 240;
height = 40;
}
JF17_UFCP_4 =
{
x = 2560 + 840;
y = 510;
width = 240;
height = 40;
}
Il y a donc un export par écran, ce qui est finalement bien pratique pour ajuster chaque emplacement précisément.
Matériel : MSI GE76 Raider 10UH-412FR 17,3" (portable) - Intel Core i9 - 64 Go de Ram DDR4 2400Mhz - GeForce GTX 3080 (16Go Ram) - 2 DD SSD NVMe 1To & 2Go - Windows 10
TrustMaster Warthog - VKB Gunfighter MkII - Trustmaster TRP Rudder Pedals - HTC Vive - ED TrackerPro & TrackIR - TrustMaster MFD Cougar -
TrustMaster Warthog - VKB Gunfighter MkII - Trustmaster TRP Rudder Pedals - HTC Vive - ED TrackerPro & TrackIR - TrustMaster MFD Cougar -