Beitrag
von JaBoG32_Butcher » 7. Feb 2010, 09:44
hmmm, also "mycam" brauchte ich bei mir nicht machen!
Ich habe Win7, einen 26" Monitor und einen 800x600 Touchscreen.
meine options.lua habe ich so geändert:
vorher:
["graphics"] =
{
["multiMonitorSetup"] = "shkval+camera+abris",
["color"] = "32",
["heatBlr"] = 0,
["scenes"] = "medium",
["water"] = 0,
["fullScreen"] = false,
["visibRange"] = "Medium",
["aspect"] = 1.6,
["textures"] = 2,
["shadows"] = 0,
["display_mode"] =
{
["avi"] =
{
["bpp"] = 32,
["resolution"] = "640x480",
["full_screen"] = false,
["aspect"] = 1.333333333,
["height"] = 480,
["width"] = 640,
}, -- end of ["avi"]
}, -- end of ["display_mode"]
["effects"] = 1,
["lights"] = 2,
["haze"] = 1,
["terrPrld"] = "100",
["height"] = 900,
["resolution"] = "1440x900",
["civTraffic"] = 1,
["width"] = 1440,
}, -- end of ["graphics"]
---------------------------------------------------------------------------------------------------------------------------
nacher:
["graphics"] =
{
["multiMonitorSetup"] = "1camera",
["color"] = "32",
["heatBlr"] = 0,
["scenes"] = "medium",
["water"] = 1,
["fullScreen"] = false,
["visibRange"] = "Medium",
["aspect"] = 3.377777778,
["textures"] = 1,
["shadows"] = 0,
["display_mode"] =
{
["avi"] =
{
["bpp"] = 32,
["resolution"] = "640x480",
["full_screen"] = false,
["aspect"] = 1.333333333,
["height"] = 480,
["width"] = 640,
}, -- end of ["avi"]
}, -- end of ["display_mode"]
["effects"] = 2,
["lights"] = 2,
["haze"] = 1,
["terrPrld"] = "20",
["height"] = 900,
["resolution"] = "1440x900",
["civTraffic"] = 1,
["width"] = 3040,
}, -- end of ["graphics"]
-------------------------------------------------------------------------------------------------------------------------------
und hier meine geänderten shkval+camera.lua:
Description = 'Shkval on the right monitor, camera on the left'
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 1440;
height = 900;
viewDx = 0;
viewDy = 0;
aspect = 1.6;
}
}
Shkval =
{
x = 1440;
y = 0;
width = 800;
height = 600;
}
------------------------------------------------------------------------------------------------------------
und hier meine geänderte Shkval+Camera+ABRIS.lua:
Description = 'Shkval and ABRIS on the right, camera on the left Monitor'
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 1440;
height = 900;
viewDx = 0;
viewDy = 0;
aspect = 1.6;
}
}
Shkval =
{
x = 1440;
y = 0;
width = 400;
height = 300;
}
ABRIS =
{
x = 1840;
y = 0;
width = 400;
height = 600;
}
---------------------------------------------------------------------------------------------------------------------------
Die letztere *.lua ist allerdings geschmachsache. Wenn überhaupt, kommt bei mir auf den zweiten kleinen Monitor nur das Shkval in Einsatz.
Und noch etwas, du hast keine Möglichkeit, zB. das ABRIS über Deinen Touchscreen zu bedienen. Du kannst nur das Display anzeigen, nicht die Tasten!!!
keep it in mind
8)

Die im Dunkeln sieht man nicht.
(Schlußstrophe aus der drei Groschen Oper von Berthold Brecht)