Braeden108 Posted August 24, 2016 Posted August 24, 2016 Hey guys, I use an analog thumb stick built into my throttle for slew controls. I edited the curves the other day while in the middle of a flight on a multiplayer server. Low and behold after I adjusted the curves I could no longer move my cursor at all. I changed the curves back to what they were before, I reset the assignments back to default. No dice. Additionally I've hit another bug. When I try to change the controls in game I get a black screen after I hit OK. Ahhh joy. Any ideas? Light the tires kick the fires! [sIGPIC][/sIGPIC]
Frederf Posted August 25, 2016 Posted August 25, 2016 Black screen is usually an issue with one of the following: 1. File doesn't exist. 2. File isn't readable. 3. File has unexpected contents. Likely culprits are options.lua which I had an issue when they added the VR config line but didn't update the file. Included is mine for comparison: options = { ["VR"] = { ["box_mouse_cursor"] = false, ["enable"] = false, ["pixel_density"] = 1.1, ["use_mouse"] = false, }, ["difficulty"] = { ["avionicsLanguage"] = "english", ["birds"] = 100, ["cockpitLanguage"] = "english", ["cockpitStatusBarAllowed"] = false, ["cockpitVisualRM"] = false, ["easyCommunication"] = false, ["easyFlight"] = false, ["easyRadar"] = false, ["externalViews"] = true, ["fuel"] = false, ["geffect"] = "realistic", ["hideStick"] = false, ["iconsTheme"] = "nato", ["immortal"] = false, ["impostors"] = "small", ["labels"] = false, ["map"] = true, ["miniHUD"] = false, ["optionsView"] = "optview_allies", ["padlock"] = false, ["permitCrash"] = false, ["radio"] = false, ["reports"] = false, ["setGlobal"] = false, ["spectatorExternalViews"] = true, ["tips"] = true, ["units"] = "metric", ["userMarks"] = true, ["userSnapView"] = true, ["weapons"] = false, }, ["graphics"] = { ["DOF"] = 0, ["HDR"] = 0, ["LensEffects"] = 0, ["MSAA"] = 0, ["OculusRift"] = true, ["TranspSSAA"] = false, ["anisotropy"] = 4, ["aspect"] = 5.3333333333333, ["civTraffic"] = "low", ["clouds"] = 1, ["clutterMaxDistance"] = 500, ["cockpitShadows"] = true, ["color"] = "32", ["disableAero"] = false, ["effects"] = 3, ["flatTerrainShadows"] = 0, ["fullScreen"] = false, ["haze"] = 1, ["heatBlr"] = 1, ["height"] = 1080, ["lights"] = 2, ["multiMonitorSetup"] = "1camera", ["preloadRadius"] = 62235, ["scenes"] = "high", ["shadowTree"] = true, ["shadows"] = 2, ["sync"] = false, ["terrainTextures"] = "max", ["textures"] = 2, ["treesVisibility"] = 9077, ["visibRange"] = "High", ["water"] = 1, ["width"] = 5760, }, ["miscellaneous"] = { ["Coordinate_Display"] = "Lat Long Decimal", ["F2_view_effects"] = 1, ["TrackIR_external_views"] = false, ["accidental_failures"] = false, ["f10_awacs"] = true, ["f11_free_camera"] = true, ["f5_nearest_ac"] = true, ["force_feedback_enabled"] = false, ["headmove"] = false, ["show_pilot_body"] = false, ["synchronize_controls"] = true, }, ["plugins"] = { ["A-10C"] = { ["CPLocalList"] = "default", }, ["Bf-109K-4"] = { ["CPLocalList"] = "default", ["aileronTrim"] = 0, ["assistance"] = 100, ["autoRudder"] = false, ["cameraOrigin"] = 0, ["rudderTrim"] = 0, }, ["CA"] = { ["ground_aim_helper"] = true, ["ground_automatic"] = true, ["ground_platform_shake"] = false, ["ground_target_info"] = true, ["kompass_options"] = 3, }, ["Hawk"] = { ["CPLocalList"] = "medium", }, ["Ka-50"] = { ["CPLocalList"] = "english", ["Ka50RudderTrimmer"] = true, ["altTrimmingMethod"] = false, }, ["L-39C"] = { ["CPLocalList"] = "english", ["CPLocalZAList"] = "english", ["dismountGunSight"] = false, ["gunCamera"] = 1, ["sarpp"] = 0, }, ["M-2000C"] = { ["CPLocalList"] = "default", ["PPA_TOTPAR"] = false, ["TDC_"] = false, ["UNI_ALIGNED"] = false, ["UNI_NODRIFT"] = false, }, ["MiG-21Bis"] = { ["CustomCockpit"] = false, ["Engine"] = false, ["Freeze"] = false, ["Pitot"] = false, ["Reticle"] = true, ["Shake"] = 0, }, ["Su-25T"] = { ["CPLocalList"] = "default", }, ["TF-51D"] = { ["CPLocalList"] = "default", ["assistance"] = 0, ["autoRudder"] = false, }, ["UH-1H"] = { ["CPLocalList"] = "default", ["UHRudderTrimmer"] = true, ["UHTrackIRAiming"] = true, ["altUHTrimmingMethod"] = false, ["autoPilot"] = true, ["weapTooltips"] = false, }, }, ["sound"] = { ["GBreathEffect"] = true, ["cockpit"] = 0, ["gui"] = 0, ["headphones"] = 0, ["hear_in_helmet"] = true, ["music"] = -100, ["radioSpeech"] = true, ["subtitles"] = false, ["volume"] = 0, ["world"] = 0, }, ["views"] = { ["cockpit"] = { ["avionics"] = 1, ["mirrors"] = true, ["reflections"] = false, ["russianHud"] = false, }, }, }
Recommended Posts