Radar Posted November 19, 2009 Posted November 19, 2009 Hello mates, I'm having an issue with Black Shark using Windows 7, my recomended setting for my screen size is 1366 x 768, and it mirrors the screen settings on single player mode which works flawless at that setting, but when i go to multiplayer mode it appears that it does not match at that setting, the screen is at not full size anyone know how to resolve this issue? AMD Athlon Processor TF-20 1.60 GHZ, ATI Radeon HD 3200, 4Gigs Mem *note* worked fine in vista, windows 7 was an upgrade from the notebook company.
Feuerfalke Posted November 19, 2009 Posted November 19, 2009 You mean multiplayer in a sense of server-browser or in a sense of flying online? Note that the multiplayer-GUI works as a set resolution that is just rescaled - it cannot be changed right now. It has nothing to do with resolution-settings while flying, though. ;) MSI X670E Gaming Plus | AMD Ryzen 7 7800X3D | 64 GB DDR4 | AMD RX 6900 XT | LG 55" @ 4K | Cougar 1000 W | CreativeX G6 | TIR5 | CH HOTAS (with BU0836X-12 Bit) + Crosswind Pedals | Win11 64 HP | StreamDeck XL | 3x TM MFD
Radar Posted November 19, 2009 Author Posted November 19, 2009 Mutiplayer mode is online Look my issue is single player mode is full screen and my multiplayer mode is center screen I would like help how to make mutiplayer mode full screen like single player mode.
nemises Posted November 19, 2009 Posted November 19, 2009 (edited) The crazy thing is, both Single player and Multiplayer use exactly the same configuration for Graphic setup, including screen res :( - What is the native resolution of your laptop screen (is 1366*768 native, or non?). - Try changing the Graphical settings to run "windowed" , and then test again in both Single Player and Multiplayer. - Cut and paste the contents of your options.lua file (X:\install_path\BlackShark\BlackShark\data\scripts\options.lua) here so we can see your settings... (open in notepad, or wordpad o the win7 equivalent and just copy the contents out into a post) Edited November 19, 2009 by nemises
Radar Posted November 19, 2009 Author Posted November 19, 2009 options = { ["views"] = { ["cockpit"] = { ["mirrors"] = false, ["reflections"] = false, ["avionics"] = 1, ["russianHud"] = false, }, -- end of ["cockpit"] }, -- end of ["views"] ["difficulty"] = { ["padlock"] = true, ["easyRadar"] = true, ["enemies"] = true, ["setGlobal"] = false, ["immortal"] = false, ["geffect"] = "none", ["easyFlight"] = true, ["permitCrash"] = true, ["radio"] = true, ["tips"] = true, ["fuel"] = false, ["aftSwitching"] = false, ["cockpitLanguage"] = "english", ["units"] = "imperial", ["externalViews"] = true, ["hud"] = true, ["myPlane"] = true, ["iconsTheme"] = "nato", ["map"] = true, ["weapons"] = false, ["allies"] = true, ["labels"] = false, ["altTrimmingMethod"] = 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"] = "1camera", ["color"] = "32", ["heatBlr"] = 0, ["scenes"] = "medium", ["water"] = 2, ["fullScreen"] = false, ["visibRange"] = "Medium", ["aspect"] = 1.3333333333333, ["textures"] = 1, ["shadows"] = 2, ["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"] = 768, ["resolution"] = "1024x768", ["civTraffic"] = 0, ["width"] = 1024, }, -- end of ["graphics"] } -- end of options
nemises Posted November 20, 2009 Posted November 20, 2009 (edited) Ok, so there is your issue: ["resolution"] = "1024x768" Is the resolution that the game is running at, which is why you are seeing it as centered. Assuming your laptop screen is actually 1366 x 768, then you should change the resolution setting to this (you will need to edit the options.lua file) as follows: Make a copy of the options.lua file just incase (call it options.bak or something) , and make sure you use a propoer editor to do this, not notepad!...something like notepad++ Just under where it say ["multiMonitorSetup"] = "1camera", change ["aspect"] = 1.3333333333333, to read ["aspect"] = 1.7786458333333, In the bottom section ["graphics"] = { Change these values: ["resolution"] = "1024x768", to read ["resolution"] = "1366x768", ["width"] = 1024, to read ["width"] = 1366, save the file, and run the game, and be amazed and happy that it all works again Dont worry about the line that says ["resolution"] = "640x480", that is just defining the res that in game movies / avi's would play at..that should stay as is. Edited November 20, 2009 by nemises
Radar Posted November 26, 2009 Author Posted November 26, 2009 still having the same issue options = { ["views"] = { ["cockpit"] = { ["mirrors"] = false, ["reflections"] = false, ["avionics"] = 1, ["russianHud"] = false, }, -- end of ["cockpit"] }, -- end of ["views"] ["difficulty"] = { ["padlock"] = false, ["easyRadar"] = false, ["enemies"] = true, ["setGlobal"] = true, ["immortal"] = false, ["geffect"] = "realistic", ["permitCrash"] = false, ["easyFlight"] = false, ["tips"] = true, ["radio"] = false, ["fuel"] = false, ["hud"] = false, ["aftSwitching"] = false, ["cockpitLanguage"] = "english", ["units"] = "imperial", ["externalViews"] = true, ["altTrimmingMethod"] = true, ["myPlane"] = true, ["iconsTheme"] = "nato", ["map"] = true, ["weapons"] = false, ["allies"] = true, ["labels"] = false, }, -- 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"] = "1camera", ["color"] = "32", ["heatBlr"] = 0, ["scenes"] = "medium", ["water"] = 2, ["fullScreen"] = true, ["visibRange"] = "Medium", ["aspect"] = 1.7786458333333, ["textures"] = 1, ["shadows"] = 2, ["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"] = 768, ["resolution"] = "1366x768", ["civTraffic"] = 0, ["width"] = 1366, }, -- end of ["graphics"] } -- end of options
Recommended Posts