nycapken Posted May 21, 2010 Posted May 21, 2010 Can someone tell me if this is what the options.lua should look like after 1.0.2 is installed over 1.0? I have looked at other post and they have an "AVI" section which mine does not. I am trying to get my multimonitor setup back after the patch and am having problems. This is what I have berfore tinkering with a copy. options = { ["difficulty"] = { ["padlock"] = false, ["easyRadar"] = false, ["miniHUD"] = false, ["birds"] = 0, ["optionsView"] = "optview_all", ["permitCrash"] = false, ["immortal"] = false, ["map"] = true, ["radio"] = false, ["labels"] = true, ["tips"] = true, ["aftSwitching"] = false, ["cockpitLanguage"] = "english", ["units"] = "imperial", ["easyFlight"] = true, ["altTrimmingMethod"] = true, ["externalViews"] = true, ["iconsTheme"] = "nato", ["fuel"] = false, ["weapons"] = false, ["setGlobal"] = true, ["geffect"] = "realistic", }, -- end of ["difficulty"] ["views"] = { ["cockpit"] = { ["mirrors"] = false, ["reflections"] = false, ["russianHud"] = false, ["avionics"] = 3, }, -- 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"] = "1camera", ["color"] = "32", ["heatBlr"] = 0, ["scenes"] = "medium", ["water"] = 2, ["fullScreen"] = false, ["visibRange"] = "Medium", ["aspect"] = 1.6, ["textures"] = 2, ["shadows"] = 2, ["effects"] = 3, ["width"] = 1920, ["lights"] = 2, ["height"] = 1200, ["civTraffic"] = 0, ["resolution"] = "1920x1200", ["haze"] = 1, }, -- end of ["graphics"] } -- end of options Thanks Ken
EtherealN Posted May 21, 2010 Posted May 21, 2010 AVI section is for encoding videos from track files. [sIGPIC][/sIGPIC] Daniel "EtherealN" Agorander | Даниэль "эфирныйн" Агорандер Intel i7 2600K @ 4.4GHz, ASUS Sabertooth P67, 8GB Corsair Vengeance @ 1600MHz, ASUS GTX 560Ti DirectCU II 1GB, Samsung 830series 512GB SSD, Corsair AX850w, two BENQ screens and TM HOTAS Warthog DCS: A-10C Warthog FAQ | DCS: P-51D FAQ | Remember to read the Forum Rules | | | Life of a Game Tester
nycapken Posted May 21, 2010 Author Posted May 21, 2010 Thanks for letting me know what avi is. But, did the new options.lua installed with 1.0.2 include it? As you can see above there is none in mine and I was wondering if that is why I can't get my dual monitor setup working again since installing 1.0.2. Thanks Ken
Nasty Posted May 21, 2010 Posted May 21, 2010 dual or triple monitor work 1.0.2 BUT you need clean install 1.0 black shark then install 1.0.2 patch.then dont use you old multimonitor lua files .you need make new edit luas what come with 1.0.2 patch hen that work same- like 1.0.1 1.0.2 patch change lua files little so old luas not work correct in 1.0.2 patch
EtherealN Posted May 21, 2010 Posted May 21, 2010 nycapken, my point is that AVI has absolutely nothing to do with real-time display. AVI is a movie encoding wrapper. You know, like DVD discs. Losing AVI has as much to do with multimonitor DCS:BS setups as putting your Lord of the Rings DVD into your DVD drive has with DCS:BS graphics. That was my point. I was looking to put your mind at ease about that specific point of your query. ;) Here's my 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"] = 1, }, -- end of ["cockpit"] }, -- end of ["views"] ["sound"] = { ["world"] = 0, ["radioSpeech"] = true, ["cockpit"] = 0, ["volume"] = -16, ["headphones"] = 0, ["music"] = -100, ["subtitles"] = true, ["gui"] = 0, }, -- end of ["sound"] ["graphics"] = { ["multiMonitorSetup"] = "1camera", ["color"] = "32", ["heatBlr"] = 1, ["scenes"] = "high", ["water"] = 1, ["fullScreen"] = false, ["visibRange"] = "High", ["aspect"] = 1.6, ["textures"] = 2, ["shadows"] = 2, ["effects"] = 3, ["width"] = 1680, ["lights"] = 2, ["height"] = 1050, ["civTraffic"] = 0, ["resolution"] = "1680x1050", ["haze"] = 1, }, -- end of ["graphics"] } -- end of options [sIGPIC][/sIGPIC] Daniel "EtherealN" Agorander | Даниэль "эфирныйн" Агорандер Intel i7 2600K @ 4.4GHz, ASUS Sabertooth P67, 8GB Corsair Vengeance @ 1600MHz, ASUS GTX 560Ti DirectCU II 1GB, Samsung 830series 512GB SSD, Corsair AX850w, two BENQ screens and TM HOTAS Warthog DCS: A-10C Warthog FAQ | DCS: P-51D FAQ | Remember to read the Forum Rules | | | Life of a Game Tester
nycapken Posted May 22, 2010 Author Posted May 22, 2010 Thanks People Finnaly noticed the difference in the top of the monitor lua changed that and dual monitor works now. Ken
Recommended Posts