Jump to content

muttclugg

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by muttclugg

  1. I agree with you! I only really heard about this Simulation about a year or so ago but only really followed it over the past 4 months or so. Have to say it's one of the best out there! Nice to see there are people keeping this sector of the PC game community alive.
  2. Nice video, I'll also add to the lack of Russian but I did pick out a sentance where he talks about a dog that ran from Moscow to Munich and was found by a French farmer in 1997.:megalol:
  3. All sorted! It looks excellent :D
  4. Printed mine on a Laser jet. It used a fair bit of ink but the printer doesn't get used much (the cartridges in it are from 2005) :lol:
  5. I spent most of the yesterday afternoon printing the manual! The printer tray didn't even hold enough paper for the whole job. This means that this evening after sorting out the multi monitor support I'll be binding the manual in chapters I think.
  6. Thanks Ruprecht :). I must admit I followed the link and thats where I got the info in my lua files. I must be missing something!! I'll try the new code when I get home tonight and see how I get on.
  7. Thanks very much JG14_Smil. Im at work now but will definatly give this a shot when i'm back home :). Thanks again.
  8. Hello people. Im stuck!! I've searched high and low ont he forums and unable to find a solution to this particular issue so sorry to bring up a new thread on an exhausted topic....but im out of ideas :p I have my laptop monitor (main 1280x800) and my dell desktop monitor (1280x1024) and configured all the files but I keep getting this mess: http://www.matt-clegg.co.uk/dcs_bs.jpg (The airplane pic is the desktop on the dell monitor) The monitors are set up in Vista as Dual View so I can move my mouse across one screen to the next. The dell monitor is set to the right in the windows settings. The edited files are below: options = { ["views"] = { ["cockpit"] = { ["mirrors"] = false, ["reflections"] = false, ["avionics"] = 0, ["russianHud"] = false, }, -- end of ["cockpit"] }, -- end of ["views"] ["difficulty"] = { ["padlock"] = false, ["easyRadar"] = false, ["enemies"] = true, ["setGlobal"] = false, ["immortal"] = false, ["geffect"] = "realistic", ["easyFlight"] = false, ["permitCrash"] = false, ["radio"] = false, ["tips"] = true, ["fuel"] = false, ["aftSwitching"] = false, ["cockpitLanguage"] = "english", ["units"] = "imperial", ["externalViews"] = true, ["hud"] = false, ["myPlane"] = true, ["iconsTheme"] = "nato", ["map"] = true, ["weapons"] = false, ["allies"] = true, ["labels"] = true, }, -- end of ["difficulty"] ["audio"] = { ["wind"] = 100, ["radio"] = 100, ["musicEn"] = false, ["engines"] = 100, ["soundEn"] = true, ["effects"] = 100, ["music"] = 50, ["radioSpeech"] = true, ["warnings"] = 100, ["volume"] = 100, ["inCockpit"] = 100, ["mech"] = 100, ["subtitles"] = true, ["gui"] = 50, }, -- end of ["audio"] ["graphics"] = { ["multiMonitorSetup"] = "pit_camera+abris+shkval", ["color"] = "32", ["heatBlr"] = 0, ["scenes"] = "low", ["water"] = 2, ["fullScreen"] = false, ["visibRange"] = "Low", ["aspect"] = 4.48, ["textures"] = 0, ["shadows"] = 1, ["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"] = 3, ["lights"] = 2, ["haze"] = 1, ["terrPrld"] = "20", ["height"] = 800, ["resolution"] = "1280x800", ["civTraffic"] = 0, ["width"] = 3584, }, -- end of ["graphics"] } -- end of options Description = 'ABRIS and Shkval on the right and camera on the center' Viewports = { Center = { x = 1024; y = 0; width = 1280; height = 800; viewDx = 0; viewDy = 0; aspect = 1.6; } } Shkval = { x = 2816; y = 0; width = 640; height = 400; } ABRIS = { x = 2304; y = 0; width = 640; height = 800; } Thanks:)
  9. Dual Monitor Help Hello people. Im stuck!! I've searched high and low ont he forums and unable to find a solution so sorry to bring up a new thread on an exhausted topic....but im out of ideas :p I have my laptop monitor (main 1280x800) and my dell desktop monitor (1280x1024) and configured all the files but I keep getting this mess: http://www.matt-clegg.co.uk/dcs_bs.jpg (The airplane pic is the desktop on the dell monitor) The monitors are set up in Vista as Dual View so I can move my mouse across one screen to the next. The dell monitor is set to the right in the windows settings. The edited files are below: options = { ["views"] = { ["cockpit"] = { ["mirrors"] = false, ["reflections"] = false, ["avionics"] = 0, ["russianHud"] = false, }, -- end of ["cockpit"] }, -- end of ["views"] ["difficulty"] = { ["padlock"] = false, ["easyRadar"] = false, ["enemies"] = true, ["setGlobal"] = false, ["immortal"] = false, ["geffect"] = "realistic", ["easyFlight"] = false, ["permitCrash"] = false, ["radio"] = false, ["tips"] = true, ["fuel"] = false, ["aftSwitching"] = false, ["cockpitLanguage"] = "english", ["units"] = "imperial", ["externalViews"] = true, ["hud"] = false, ["myPlane"] = true, ["iconsTheme"] = "nato", ["map"] = true, ["weapons"] = false, ["allies"] = true, ["labels"] = true, }, -- end of ["difficulty"] ["audio"] = { ["wind"] = 100, ["radio"] = 100, ["musicEn"] = false, ["engines"] = 100, ["soundEn"] = true, ["effects"] = 100, ["music"] = 50, ["radioSpeech"] = true, ["warnings"] = 100, ["volume"] = 100, ["inCockpit"] = 100, ["mech"] = 100, ["subtitles"] = true, ["gui"] = 50, }, -- end of ["audio"] ["graphics"] = { ["multiMonitorSetup"] = "pit_camera+abris+shkval", ["color"] = "32", ["heatBlr"] = 0, ["scenes"] = "low", ["water"] = 2, ["fullScreen"] = false, ["visibRange"] = "Low", ["aspect"] = 4.48, ["textures"] = 0, ["shadows"] = 1, ["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"] = 3, ["lights"] = 2, ["haze"] = 1, ["terrPrld"] = "20", ["height"] = 800, ["resolution"] = "1280x800", ["civTraffic"] = 0, ["width"] = 3584, }, -- end of ["graphics"] } -- end of options Description = 'ABRIS and Shkval on the right and camera on the center' Viewports = { Center = { x = 1024; y = 0; width = 1280; height = 800; viewDx = 0; viewDy = 0; aspect = 1.6; } } Shkval = { x = 2816; y = 0; width = 640; height = 400; } ABRIS = { x = 2304; y = 0; width = 640; height = 800; } Thanks:)
×
×
  • Create New...