本帖最后由 上帝本人 于 2010-9-12 13:18 编辑
\Eagle Dynamics\Ka-50\Config\MonitorSetup\Shkval+Camera.lua
全部替换- _ = function(p) return p; end;
- name = _('Shkval+Camera');
- Description = 'Shkval on the right monitor, Camera on the left';
- Viewports =
- {
- Center =
- {
- x = 0;
- y = 0;
- width = 1680;
- height = 1050;
- viewDx = 0;
- viewDy = 0;
- aspect = 16/10;
- }
- }
- Shkval =
- {
- x = 1680;
- y = 0;
- width = 1280;
- height = 1024;
- }
复制代码 \Eagle Dynamics\Ka-50\BlackShark\data\scripts\options.lua
全部替换- options =
- {
- ["difficulty"] =
- {
- ["padlock"] = false,
- ["easyRadar"] = false,
- ["miniHUD"] = false,
- ["birds"] = 0,
- ["optionsView"] = "optview_all",
- ["permitCrash"] = false,
- ["immortal"] = false,
- ["map"] = true,
- ["radio"] = false,
- ["labels"] = false,
- ["tips"] = true,
- ["aftSwitching"] = false,
- ["cockpitLanguage"] = "english",
- ["units"] = "imperial",
- ["easyFlight"] = false,
- ["altTrimmingMethod"] = false,
- ["externalViews"] = true,
- ["iconsTheme"] = "nato",
- ["fuel"] = false,
- ["weapons"] = false,
- ["setGlobal"] = true,
- ["geffect"] = "realistic",
- }, -- end of ["difficulty"]
- ["views"] =
- {
- ["cockpit"] =
- {
- ["mirrors"] = false,
- ["reflections"] = false,
- ["russianHud"] = false,
- ["avionics"] = 2,
- }, -- 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"] = "shkval+camera",
- ["color"] = "32",
- ["heatBlr"] = 1,
- ["scenes"] = "medium",
- ["water"] = 2,
- ["fullScreen"] = false,
- ["visibRange"] = "High",
- ["aspect"] = 2.96,
- ["textures"] = 2,
- ["shadows"] = 1,
- ["effects"] = 3,
- ["width"] = 2960,
- ["lights"] = 2,
- ["height"] = 1050,
- ["civTraffic"] = 0,
- ["resolution"] = "2960x1050",
- ["haze"] = 1,
- }, -- end of ["graphics"]
- } -- end of options
复制代码 显卡驱动里设为扩展模式。就可以了
前提你是VISTA或WIN7系统,XP系统很卡,并且没有解决办法。 |