Page 10 sur 10

Re: [DCS World] Easy Monitor Configurator v2

Publié : mar. déc. 20, 2016 2:22 pm
par Alph-Andruino
Oui, à priori, mais pour FC2 et le dernier message sur le thread correspondant de DCS date de 2010...

Re: [DCS World] Easy Monitor Configurator v2

Publié : mar. déc. 20, 2016 3:19 pm
par Alph-Andruino
Bon ben il semble que ceci https://forums.eagle.ru/showthread.php?t=71729 fasse l'affaire, je vais essayer.

Re: [DCS World] Easy Monitor Configurator v2

Publié : dim. avr. 22, 2018 3:39 pm
par dureiken
Salut les gars

le logiciel marche encore en v2.5 ? je n'ai pas trouvé, même en renommant le dossier Mods/aircraft


Merci

Re: [DCS World] Easy Monitor Configurator v2

Publié : mar. avr. 24, 2018 8:36 am
par icemaker
Non, en tout cas je ne l'ai plus utilisé depuis la 1.5.2 et je ne bosse plus dessus depuis plusieurs années!

Re: [DCS World] Easy Monitor Configurator v2

Publié : mar. avr. 16, 2019 10:06 am
par waker
c'est bien dommage Icemaker, ton soft paraissait super.

J'ai 3 écrans, ma résolution est de 7680x1440, je voudrais play sur ma version STEAM en non fullscreen sur 5120x1440 center position. mais je n'arrive pas à configurer le fichier 3Cameras.lua :-/

j'ai tenté ça :
Left =
{
x = 1280;
y = 0;
width = screen.width / 3;
height = screen.height;
viewDx = -1;
viewDy = 0;
aspect = screen.aspect / 3;
},

Center =
{
x = screen.width / 3;
y = 0;
width = screen.width / 3;
height = screen.height;
viewDx = 0;
viewDy = 0;
aspect = screen.aspect / 3;
},

Right =
{
x = screen.width * 2 / 3;
y = 0;
width = screen.width / 3;
height = screen.height;
viewDx = 1;
viewDy = 0;
aspect = screen.aspect / 3;
}

Si quelqu'un aurait la sympathie de m'aider, je lui en serait reconnaissant.

Amicalement.