Page 1 sur 1
Configuration multi-écran
Publié : lun. févr. 28, 2011 12:44 pm
par jaster111
Bonjour
J'ai configuré BS pour 2 écrans en suivant ce que j'avais pu lire sur les forums en éditant les :
\Config\MonitorSetup\ et (root)\BlackShark\data\scripts\options.lua
Ca fonctionne parfaitement en solo, j'ai mon cockpit sur l'écran principal (en 1920*1080 ), et le shkval + abris a coté en 1024*768.
Sauf que quand je lance le multi, j'arrive dans le menu tout étiré sur 2 écrans (alors qu'en solo il est sur mon écran principale et en dimensions normales)
Je peux pas accéder au bas de l'écran, les boutons sont pas en face du skin...
Je peux donc pas naviguer dans le menu en multi pas lancer le jeu.
Y'a t il un point que j'ai loupé?
Publié : lun. févr. 28, 2011 7:55 pm
par hellfrog
Ecran Principal et ecran secondaire :
positions respectives dans windows ? superposés ou à coté ?
version de BS ?
mods actifs ou BS de base ?
mets en lien ou en [ quote ] tes monitor setup et options lua.
Publié : jeu. mars 03, 2011 7:49 pm
par jaster111
Je joue en 1.02 sans aucun mod ajouté.
l'ecran principal est a Gauche (1920*1080)
Le 2nd a droite (1152*864)
Les 2 écran sont alignés sur le bord du haut.
Comme je l'ai dit ca marche parfaitement en solo, mais le menu est sur les 2 écran en multi
option.lua :
options =
{
["difficulty"] =
{
["padlock"] = false,
["easyRadar"] = false,
["miniHUD"] = false,
["birds"] = 210,
["optionsView"] = "optview_all",
["permitCrash"] = false,
["immortal"] = false,
["map"] = true,
["radio"] = false,
["labels"] = false,
["tips"] = true,
["aftSwitching"] = false,
["cockpitLanguage"] = "english",
["units"] = "metric",
["easyFlight"] = false,
["altTrimmingMethod"] = false,
["externalViews"] = true,
["iconsTheme"] = "nato",
["fuel"] = false,
["weapons"] = false,
["setGlobal"] = false,
["geffect"] = "realistic",
}, -- end of ["difficulty"]
["views"] =
{
["cockpit"] =
{
["mirrors"] = true,
["reflections"] = false,
["russianHud"] = false,
["avionics"] = 4,
}, -- end of ["cockpit"]
}, -- end of ["views"]
["sound"] =
{
["world"] = 0,
["radioSpeech"] = true,
["cockpit"] = 0,
["volume"] = 0,
["headphones"] = 0,
["music"] = 0,
["subtitles"] = true,
["gui"] = 0,
}, -- end of ["sound"]
["graphics"] =
{
["multiMonitorSetup"] = "my_monitorsetup_file",
["color"] = "32",
["heatBlr"] = 1,
["scenes"] = "high",
["water"] = 2,
["fullScreen"] = false,
["visibRange"] = "High",
["aspect"] = 1.7777777777778,
["textures"] = 2,
["shadows"] = 3,
["effects"] = 3,
["width"] = 3072,
["lights"] = 2,
["height"] = 1080,
["civTraffic"] = 0,
["resolution"] = "1920x1080",
["haze"] = 1,
}, -- end of ["graphics"]
} -- end of options
My_Monitorsetup_File.lua
_ = function(p) return p; end;
name = _('Ma config');
Description = 'ABRIS and Shkval on the right and camera on the center'
Viewports =
{
Center =
{
x = 0; -- Starts at 1024 because of the 1024x768 "phantom" screen on the left
y = 0;
width = 1920; -- actual pixel width of the main display
height = 1080; -- actual pixel height of the main display
viewDx = 0;
viewDy = 0;
aspect = 1.6; -- =1680/1050
}
}
Shkval =
{
x = 1933; -- as the Shkval starts at the second half of the right monitor, this is 1024 (the phantom width) plus 1680 (the main view width) plus half of 1024 (halfway across the right monitor width)
y = 13;
width = 485; -- half of 1024, the secondary monitor width
height = 305; -- to keep the aspect correct, half the height of the secondary screen
}
ABRIS =
{
x =2433; -- starts at the left of the secondary screen, so 1024 (the width of the phantom) plus 1680 (the width of the main screen)
y = 0;
width = 511; -- half the secondary screen pixel width
height = 624; -- full height of the secondary screen
}
Publié : jeu. mars 03, 2011 8:12 pm
par hellfrog
XP 32 ? Vista ou Seven 64 ?
Publié : jeu. mars 03, 2011 8:40 pm
par jaster111
C'est sur Seven 64
Publié : jeu. mars 03, 2011 9:24 pm
par hellfrog
C'est normal.
tu peux limiter le pb en faisant un profil avec les ecrans l'un sous l'autre, (cf mon dernier pb résolu qqs posts en arrière) mais tu auras qd meme un pb de décalage car ils n'ont pas la meme résolution.
personne n'a trouvé à ce jour le moyen d'avoir le menu multi limité à un seul ecran.
Publié : jeu. mars 03, 2011 9:36 pm
par jaster111
OK
merci
En plus ca va peut être corriger le problème de 'sous titrage' en haut a gauche qui déborde sur l'écran de droite (Donc qui est caché par touchbuddy)