mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-24 02:05:18 +00:00
Initial commit
This commit is contained in:
+459
@@ -0,0 +1,459 @@
|
||||
mission =
|
||||
{
|
||||
["groundControl"] =
|
||||
{
|
||||
["passwords"] =
|
||||
{
|
||||
["artillery_commander"] = {},
|
||||
["instructor"] = {},
|
||||
["observer"] = {},
|
||||
["forward_observer"] = {},
|
||||
},
|
||||
["roles"] =
|
||||
{
|
||||
["artillery_commander"] =
|
||||
{
|
||||
["neutrals"] = 0,
|
||||
["blue"] = 0,
|
||||
["red"] = 0,
|
||||
},
|
||||
["instructor"] =
|
||||
{
|
||||
["neutrals"] = 0,
|
||||
["blue"] = 0,
|
||||
["red"] = 0,
|
||||
},
|
||||
["observer"] =
|
||||
{
|
||||
["neutrals"] = 0,
|
||||
["blue"] = 0,
|
||||
["red"] = 0,
|
||||
},
|
||||
["forward_observer"] =
|
||||
{
|
||||
["neutrals"] = 0,
|
||||
["blue"] = 0,
|
||||
["red"] = 0,
|
||||
},
|
||||
},
|
||||
["isPilotControlVehicles"] = false,
|
||||
},
|
||||
["requiredModules"] = {},
|
||||
["date"] =
|
||||
{
|
||||
["Year"] = __DATE_YEAR__,
|
||||
["Day"] = __DATE_DAY__,
|
||||
["Month"] = __DATE_MONTH__,
|
||||
},
|
||||
["trig"] =
|
||||
{
|
||||
["actions"] =
|
||||
{
|
||||
[1] = "a_do_script_file(\"Script.lua\"); mission.trig.events[\"mission start\"][1]=nil;",
|
||||
},
|
||||
["events"] =
|
||||
{
|
||||
["mission start"] =
|
||||
{
|
||||
[1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
|
||||
},
|
||||
},
|
||||
["custom"] = {},
|
||||
["func"] = {},
|
||||
["flag"] =
|
||||
{
|
||||
[1] = true,
|
||||
},
|
||||
["conditions"] =
|
||||
{
|
||||
[1] = "return(true)",
|
||||
},
|
||||
["customStartup"] = {},
|
||||
["funcStartup"] = {},
|
||||
},
|
||||
["maxDictId"] = 5,
|
||||
["result"] =
|
||||
{
|
||||
["offline"] =
|
||||
{
|
||||
["conditions"] = {},
|
||||
["actions"] = {},
|
||||
["func"] = {},
|
||||
},
|
||||
["total"] = 0,
|
||||
["blue"] =
|
||||
{
|
||||
["conditions"] = {},
|
||||
["actions"] = {},
|
||||
["func"] = {},
|
||||
},
|
||||
["red"] =
|
||||
{
|
||||
["conditions"] = {},
|
||||
["actions"] = {},
|
||||
["func"] = {},
|
||||
},
|
||||
},
|
||||
["pictureFileNameN"] = {},
|
||||
["descriptionNeutralsTask"] = "DictKey_descriptionNeutralsTask_4",
|
||||
["pictureFileNameServer"] = {},
|
||||
["weather"] =
|
||||
{
|
||||
["wind"] =
|
||||
{
|
||||
["at8000"] =
|
||||
{
|
||||
["speed"] = 0,
|
||||
["dir"] = 0,
|
||||
},
|
||||
["atGround"] =
|
||||
{
|
||||
["speed"] = 0,
|
||||
["dir"] = 0,
|
||||
},
|
||||
["at2000"] =
|
||||
{
|
||||
["speed"] = 0,
|
||||
["dir"] = 0,
|
||||
},
|
||||
},
|
||||
["enable_fog"] = false,
|
||||
["season"] =
|
||||
{
|
||||
["temperature"] = __WEATHER_TEMPERATURE__,
|
||||
},
|
||||
["qnh"] = 760,
|
||||
["cyclones"] = {},
|
||||
["dust_density"] = 0,
|
||||
["enable_dust"] = false,
|
||||
["clouds"] =
|
||||
{
|
||||
["thickness"] = 200,
|
||||
["density"] = 0,
|
||||
["preset"] = "Preset2",
|
||||
["base"] = 2500,
|
||||
["iprecptns"] = 0,
|
||||
},
|
||||
["atmosphere_type"] = 0,
|
||||
["groundTurbulence"] = 0,
|
||||
["halo"] =
|
||||
{
|
||||
["preset"] = "auto",
|
||||
},
|
||||
["type_weather"] = 0,
|
||||
["modifiedTime"] = false,
|
||||
["name"] = "Winter, clean sky",
|
||||
["fog"] =
|
||||
{
|
||||
["visibility"] = 0,
|
||||
["thickness"] = 0,
|
||||
},
|
||||
["visibility"] =
|
||||
{
|
||||
["distance"] = 80000,
|
||||
},
|
||||
},
|
||||
["theatre"] = "__THEATER__",
|
||||
["triggers"] =
|
||||
{
|
||||
["zones"] =
|
||||
{
|
||||
__ZONES__
|
||||
},
|
||||
},
|
||||
["map"] =
|
||||
{
|
||||
["centerY"] = __MAP_CENTER_Y__,
|
||||
["zoom"] = __MAP_ZOOM__,
|
||||
["centerX"] = __MAP_CENTER_X__,
|
||||
},
|
||||
["coalitions"] =
|
||||
{
|
||||
["blue"] =
|
||||
{
|
||||
[1] = 80,
|
||||
},
|
||||
["neutrals"] =
|
||||
{
|
||||
[1] = 18,
|
||||
[2] = 91,
|
||||
[3] = 70,
|
||||
[4] = 83,
|
||||
[5] = 21,
|
||||
[6] = 23,
|
||||
[7] = 65,
|
||||
[8] = 24,
|
||||
[9] = 11,
|
||||
[10] = 86,
|
||||
[11] = 64,
|
||||
[12] = 25,
|
||||
[13] = 8,
|
||||
[14] = 63,
|
||||
[15] = 27,
|
||||
[16] = 28,
|
||||
[17] = 76,
|
||||
[18] = 84,
|
||||
[19] = 26,
|
||||
[20] = 13,
|
||||
[21] = 90,
|
||||
[22] = 29,
|
||||
[23] = 62,
|
||||
[24] = 30,
|
||||
[25] = 5,
|
||||
[26] = 78,
|
||||
[27] = 16,
|
||||
[28] = 6,
|
||||
[29] = 87,
|
||||
[30] = 31,
|
||||
[31] = 61,
|
||||
[32] = 32,
|
||||
[33] = 33,
|
||||
[34] = 60,
|
||||
[35] = 17,
|
||||
[36] = 34,
|
||||
[37] = 35,
|
||||
[38] = 15,
|
||||
[39] = 69,
|
||||
[40] = 20,
|
||||
[41] = 36,
|
||||
[42] = 59,
|
||||
[43] = 37,
|
||||
[44] = 71,
|
||||
[45] = 79,
|
||||
[46] = 58,
|
||||
[47] = 57,
|
||||
[48] = 56,
|
||||
[49] = 55,
|
||||
[50] = 92,
|
||||
[51] = 88,
|
||||
[52] = 38,
|
||||
[53] = 12,
|
||||
[54] = 73,
|
||||
[55] = 39,
|
||||
[56] = 89,
|
||||
[57] = 54,
|
||||
[58] = 40,
|
||||
[59] = 77,
|
||||
[60] = 72,
|
||||
[61] = 41,
|
||||
[62] = 0,
|
||||
[63] = 42,
|
||||
[64] = 43,
|
||||
[65] = 44,
|
||||
[66] = 85,
|
||||
[67] = 75,
|
||||
[68] = 45,
|
||||
[69] = 19,
|
||||
[70] = 9,
|
||||
[71] = 53,
|
||||
[72] = 46,
|
||||
[73] = 22,
|
||||
[74] = 47,
|
||||
[75] = 52,
|
||||
[76] = 10,
|
||||
[77] = 66,
|
||||
[78] = 51,
|
||||
[79] = 3,
|
||||
[80] = 4,
|
||||
[81] = 1,
|
||||
[82] = 74,
|
||||
[83] = 82,
|
||||
[84] = 2,
|
||||
[85] = 7,
|
||||
[86] = 68,
|
||||
[87] = 50,
|
||||
[88] = 49,
|
||||
[89] = 48,
|
||||
[90] = 67,
|
||||
},
|
||||
["red"] =
|
||||
{
|
||||
[1] = 81,
|
||||
},
|
||||
},
|
||||
["descriptionText"] = "__MISSION_DESCRIPTION__",
|
||||
["pictureFileNameR"] = {},
|
||||
["descriptionBlueTask"] = "__MISSION_BRIEFING__",
|
||||
["goals"] = {},
|
||||
["descriptionRedTask"] = "__MISSION_BRIEFING__",
|
||||
["pictureFileNameB"] = {},
|
||||
["coalition"] =
|
||||
{
|
||||
["blue"] =
|
||||
{
|
||||
["bullseye"] =
|
||||
{
|
||||
["y"] = __BULLSEYE_BLUE_Y__,
|
||||
["x"] = __BULLSEYE_BLUE_X__,
|
||||
},
|
||||
["nav_points"] = {},
|
||||
["name"] = "blue",
|
||||
["country"] =
|
||||
{
|
||||
[1] =
|
||||
{
|
||||
["id"] = 80,
|
||||
["name"] = "CJTF Blue",
|
||||
["plane"] =
|
||||
{
|
||||
["group"] =
|
||||
{
|
||||
[1] =
|
||||
{
|
||||
["dynSpawnTemplate"] = false,
|
||||
["modulation"] = 0,
|
||||
["tasks"] = {},
|
||||
["task"] = "Nothing",
|
||||
["uncontrolled"] = false,
|
||||
["taskSelected"] = true,
|
||||
["route"] =
|
||||
{
|
||||
["points"] =
|
||||
{
|
||||
[1] =
|
||||
{
|
||||
["alt"] = 22,
|
||||
["action"] = "From Runway",
|
||||
["alt_type"] = "BARO",
|
||||
["speed"] = 138.88888888889,
|
||||
["task"] =
|
||||
{
|
||||
["id"] = "ComboTask",
|
||||
["params"] =
|
||||
{
|
||||
["tasks"] =
|
||||
{
|
||||
[1] =
|
||||
{
|
||||
["enabled"] = true,
|
||||
["auto"] = true,
|
||||
["id"] = "WrappedAction",
|
||||
["number"] = 1,
|
||||
["params"] =
|
||||
{
|
||||
["action"] =
|
||||
{
|
||||
["id"] = "Option",
|
||||
["params"] =
|
||||
{
|
||||
["value"] = true,
|
||||
["name"] = 35,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
["type"] = "TakeOff",
|
||||
["ETA"] = 0,
|
||||
["ETA_locked"] = true,
|
||||
["y"] = __PLAYER_Y__,
|
||||
["x"] = __PLAYER_X__,
|
||||
["speed_locked"] = true,
|
||||
["formation_template"] = "",
|
||||
["airdromeId"] = __PLAYER_AIRDROME_ID__,
|
||||
},
|
||||
},
|
||||
},
|
||||
["groupId"] = 1,
|
||||
["hidden"] = false,
|
||||
["units"] =
|
||||
{
|
||||
[1] =
|
||||
{
|
||||
["alt"] = 22,
|
||||
["alt_type"] = "BARO",
|
||||
["livery_id"] = "default",
|
||||
["skill"] = "Player",
|
||||
["speed"] = 138.88888888889,
|
||||
["type"] = "Su-25T",
|
||||
["unitId"] = 1,
|
||||
["psi"] = 0,
|
||||
["onboard_num"] = "010",
|
||||
["y"] = -177.707709,
|
||||
["x"] = -219.726892,
|
||||
["name"] = "Player-1",
|
||||
["payload"] =
|
||||
{
|
||||
["pylons"] = {},
|
||||
["fuel"] = "3790",
|
||||
["flare"] = 128,
|
||||
["chaff"] = 128,
|
||||
["gun"] = 100,
|
||||
},
|
||||
["heading"] = 0,
|
||||
["callsign"] =
|
||||
{
|
||||
[1] = 2,
|
||||
[2] = 1,
|
||||
[3] = 1,
|
||||
["name"] = "Springfield11",
|
||||
},
|
||||
},
|
||||
},
|
||||
["y"] = __PLAYER_Y__,
|
||||
["x"] = __PLAYER_X__,
|
||||
["name"] = "Player",
|
||||
["communication"] = true,
|
||||
["start_time"] = 0,
|
||||
["frequency"] = 124,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
["neutrals"] =
|
||||
{
|
||||
["bullseye"] =
|
||||
{
|
||||
["y"] = __MAP_CENTER_Y__,
|
||||
["x"] = __MAP_CENTER_X__,
|
||||
},
|
||||
["nav_points"] = {},
|
||||
["name"] = "neutrals",
|
||||
["country"] = {},
|
||||
},
|
||||
["red"] =
|
||||
{
|
||||
["bullseye"] =
|
||||
{
|
||||
["y"] = __BULLSEYE_RED_Y__,
|
||||
["x"] = __BULLSEYE_RED_X__,
|
||||
},
|
||||
["nav_points"] = {},
|
||||
["name"] = "red",
|
||||
["country"] = {},
|
||||
},
|
||||
},
|
||||
["sortie"] = "DictKey_sortie_5",
|
||||
["version"] = 23,
|
||||
["trigrules"] =
|
||||
{
|
||||
[1] =
|
||||
{
|
||||
["rules"] = {},
|
||||
["comment"] = "RunMissionScript",
|
||||
["eventlist"] = "mission start",
|
||||
["actions"] =
|
||||
{
|
||||
[1] =
|
||||
{
|
||||
["predicate"] = "a_do_script_file",
|
||||
["file"] = "Script.lua",
|
||||
},
|
||||
},
|
||||
["predicate"] = "triggerOnce",
|
||||
},
|
||||
},
|
||||
["currentKey"] = 38,
|
||||
["failures"] = {},
|
||||
["forcedOptions"] =
|
||||
{
|
||||
["userMarks"] = true,
|
||||
["RBDAI"] = false,
|
||||
["unrestrictedSATNAV"] = true,
|
||||
},
|
||||
["start_time"] = 28800,
|
||||
}
|
||||
+460
@@ -0,0 +1,460 @@
|
||||
options =
|
||||
{
|
||||
["miscellaneous"] =
|
||||
{
|
||||
["chat_window_at_start"] = true,
|
||||
["TrackIR_external_views"] = true,
|
||||
["f11_free_camera"] = true,
|
||||
["f10_awacs"] = true,
|
||||
["Coordinate_Display"] = "Lat Long",
|
||||
["accidental_failures"] = false,
|
||||
["autologin"] = true,
|
||||
["show_pilot_body"] = false,
|
||||
["collect_stat"] = false,
|
||||
["synchronize_controls"] = false,
|
||||
["backup"] = false,
|
||||
["headmove"] = false,
|
||||
["f5_nearest_ac"] = true,
|
||||
["F2_view_effects"] = 1,
|
||||
["launcher"] = false,
|
||||
["backupTime"] = 5,
|
||||
["allow_server_screenshots"] = false,
|
||||
["force_feedback_enabled"] = true,
|
||||
}, -- end of ["miscellaneous"]
|
||||
["difficulty"] =
|
||||
{
|
||||
["fuel"] = false,
|
||||
["spottingDot"] = 2,
|
||||
["miniHUD"] = false,
|
||||
["optionsView"] = "optview_all",
|
||||
["setGlobal"] = true,
|
||||
["avionicsLanguage"] = "native",
|
||||
["cockpitVisualRM"] = false,
|
||||
["map"] = true,
|
||||
["gWarmUp"] = false,
|
||||
["spectatorExternalViews"] = true,
|
||||
["userSnapView"] = true,
|
||||
["iconsTheme"] = "nato",
|
||||
["weapons"] = false,
|
||||
["padlock"] = false,
|
||||
["birds"] = 0,
|
||||
["permitCrash"] = true,
|
||||
["immortal"] = false,
|
||||
["easyCommunication"] = true,
|
||||
["wakeTurbulence"] = false,
|
||||
["easyFlight"] = false,
|
||||
["hideStick"] = false,
|
||||
["radio"] = false,
|
||||
["geffect"] = "realistic",
|
||||
["unrestrictedSATNAV"] = true,
|
||||
["reports"] = true,
|
||||
["tips"] = true,
|
||||
["cockpitStatusBarAllowed"] = false,
|
||||
["autoTrimmer"] = false,
|
||||
["externalViews"] = true,
|
||||
["RBDAI"] = true,
|
||||
["controlsIndicator"] = true,
|
||||
["units"] = "imperial",
|
||||
["userMarks"] = true,
|
||||
["labels"] = 0,
|
||||
}, -- end of ["difficulty"]
|
||||
["VR"] =
|
||||
{
|
||||
["handOffsetZ"] = 0,
|
||||
["enableHMDMask"] = true,
|
||||
["box_mouse_cursor"] = true,
|
||||
["handOffsetY"] = 0,
|
||||
["mirror_crop"] = false,
|
||||
["pointer_use_type"] = 0,
|
||||
["mirror_use_DCS_resolution"] = false,
|
||||
["openxr_eyeGaze"] = false,
|
||||
["hand_controllers_use_throttle"] = true,
|
||||
["hand_controllers_joint_throttle"] = true,
|
||||
["use_mouse"] = true,
|
||||
["openxr_quadView"] = false,
|
||||
["custom_IPD_enable"] = false,
|
||||
["hand_controllers_type"] = 0,
|
||||
["hand_controllers_debug_draw"] = false,
|
||||
["handOffsetX"] = 0,
|
||||
["prefer_built_in_audio"] = true,
|
||||
["pixel_density"] = 1,
|
||||
["hand_controllers_use_stick"] = true,
|
||||
["msaaMaskSize"] = 0.42,
|
||||
["enable"] = false,
|
||||
["interaction_with_grip_only"] = false,
|
||||
["bloom"] = true,
|
||||
["mirror_source"] = 0,
|
||||
["custom_IPD"] = 63.5,
|
||||
["hand_controllers"] = true,
|
||||
}, -- end of ["VR"]
|
||||
["graphics"] =
|
||||
{
|
||||
["volumetricLights"] = 1,
|
||||
["AA"] = "DLAA",
|
||||
["forestDetailsFactor"] = 1,
|
||||
["rainDroplets"] = 0,
|
||||
["LensEffects"] = 0,
|
||||
["heatBlr"] = 1,
|
||||
["anisotropy"] = 1,
|
||||
["water"] = 2,
|
||||
["motionBlurAmount"] = 1,
|
||||
["scaleGui"] = 1,
|
||||
["visibRange"] = "High",
|
||||
["aspect"] = 1.7777777777778,
|
||||
["lights"] = 2,
|
||||
["shadows"] = 4,
|
||||
["MSAA"] = 1,
|
||||
["canopyReflections"] = 1,
|
||||
["clutterMaxDistance"] = 1000,
|
||||
["textures"] = 2,
|
||||
["DLSS_PerfQuality"] = 2,
|
||||
["outputGamma"] = 2.2,
|
||||
["forestDistanceFactor"] = 1,
|
||||
["BlurFlatShadows"] = 1,
|
||||
["cockpitGI"] = 1,
|
||||
["terrainTextures"] = "max",
|
||||
["box_mouse_cursor"] = false,
|
||||
["multiMonitorSetup"] = "1camera",
|
||||
["messagesFontScale"] = 2,
|
||||
["defaultFOV"] = 78,
|
||||
["shadowTree"] = false,
|
||||
["chimneySmokeDensity"] = 5,
|
||||
["maxFPS"] = 60,
|
||||
["SSS"] = 1,
|
||||
["fullScreen"] = true,
|
||||
["useDeferredShading"] = 1,
|
||||
["effects"] = 3,
|
||||
["Scaling"] = 0.66,
|
||||
["DOF"] = 0,
|
||||
["clouds"] = 2,
|
||||
["sceneryDetailsFactor"] = 1,
|
||||
["Upscaling"] = "DLSS",
|
||||
["flatTerrainShadows"] = 0,
|
||||
["LODmult"] = 1,
|
||||
["secondaryShadows"] = 0,
|
||||
["ColorGradingLUT"] = 0,
|
||||
["SSLR"] = 1,
|
||||
["width"] = 2560,
|
||||
["SSAO"] = 1,
|
||||
["Sharpening"] = 0,
|
||||
["sync"] = true,
|
||||
["preloadRadius"] = 60000,
|
||||
["height"] = 1440,
|
||||
["motionBlur"] = 0,
|
||||
["ScreenshotExt"] = "jpg",
|
||||
["civTraffic"] = "high",
|
||||
}, -- end of ["graphics"]
|
||||
["plugins"] =
|
||||
{
|
||||
["Su-25T"] =
|
||||
{
|
||||
["CPLocalList"] = "default",
|
||||
}, -- end of ["Su-25T"]
|
||||
["UltraLeap"] =
|
||||
{
|
||||
["handOffsetY"] = 0,
|
||||
["enable"] = false,
|
||||
["handUseThrottle"] = false,
|
||||
["handOffsetZ"] = 0,
|
||||
["handUseStick"] = false,
|
||||
["handOffsetX"] = 0,
|
||||
["set_debug"] = false,
|
||||
["mouseClickSrc"] = 0,
|
||||
}, -- end of ["UltraLeap"]
|
||||
["F-15ESE"] =
|
||||
{
|
||||
["RAND_RDR_CHANNEL"] = false,
|
||||
["RADAR_SAR_SCINTILLATION"] = true,
|
||||
["RADAR_MAX_CORES"] = 4,
|
||||
["LINEAR_STICK"] = false,
|
||||
["CPLocalList"] = "default",
|
||||
["RADALT_ADVANCED"] = false,
|
||||
["MONITOR_EYEPOINT_OFFSET"] = 0,
|
||||
["THROTTLE_CO_DETENT"] = 10,
|
||||
["VR_EYEPOINT_OFFSET"] = 8,
|
||||
["FF_TRIM_OFFSET"] = true,
|
||||
["THROTTLE_AB_DETENT"] = 75,
|
||||
["GHOST_CONTROLS"] = false,
|
||||
["FF_PITCH_GAIN"] = 65,
|
||||
["FF_ROLL_GAIN"] = 65,
|
||||
["LOW_END_TEXT"] = false,
|
||||
}, -- end of ["F-15ESE"]
|
||||
["F/A-18C"] =
|
||||
{
|
||||
["abDetent"] = 0,
|
||||
["canopyReflections"] = 0,
|
||||
["hmdEye"] = 1,
|
||||
["CPLocalList"] = "Dark",
|
||||
["F18RealisticTDC"] = false,
|
||||
["mfdReflections"] = 0,
|
||||
}, -- end of ["F/A-18C"]
|
||||
["Tacview"] =
|
||||
{
|
||||
["tacviewRealTimeTelemetryPassword"] = "",
|
||||
["tacviewSinglePlayerFlights"] = 2,
|
||||
["tacviewPlaybackDelay"] = 600,
|
||||
["tacviewMultiplayerFlightsAsClient"] = 2,
|
||||
["tacviewModuleEnabled"] = true,
|
||||
["tacviewDebugMode"] = 0,
|
||||
["tacviewRemoteControlPort"] = "42675",
|
||||
["tacviewFlightDataRecordingEnabled"] = true,
|
||||
["tacviewMultiplayerFlightsAsHost"] = 2,
|
||||
["tacviewTerrainExport"] = 0,
|
||||
["tacviewAutoDiscardFlights"] = 10,
|
||||
["tacviewRemoteControlEnabled"] = false,
|
||||
["tacviewBookmarkShortcut"] = 0,
|
||||
["tacviewRealTimeTelemetryPort"] = "42674",
|
||||
["tacviewRealTimeTelemetryEnabled"] = true,
|
||||
["tacviewRemoteControlPassword"] = "",
|
||||
["tacviewExportPath"] = "",
|
||||
}, -- end of ["Tacview"]
|
||||
["AV8BNA"] =
|
||||
{
|
||||
["INS_Alignment"] = 2,
|
||||
["INS_GYROHasNAV"] = false,
|
||||
["CPLocalList"] = "default",
|
||||
["MPCD_GAIN"] = 40,
|
||||
["USE_REAL_TDC"] = false,
|
||||
["FF_TRIM_OFFSET"] = true,
|
||||
["MPCD_CONS"] = 70,
|
||||
["USE_MPCD_EXPORT"] = false,
|
||||
["MPCD_EXPORT"] = false,
|
||||
["FF_ROLL_GAIN"] = 65,
|
||||
["FF_PITCH_GAIN"] = 65,
|
||||
}, -- end of ["AV8BNA"]
|
||||
["MiG-29"] =
|
||||
{
|
||||
["CPLocalList_MiG-29S"] = "default",
|
||||
["CPLocalList_MiG-29A"] = "default",
|
||||
["CPLocalList_MiG-29G"] = "default",
|
||||
}, -- end of ["MiG-29"]
|
||||
["VRFree"] =
|
||||
{
|
||||
["handUseThrottle"] = false,
|
||||
["handUseStick"] = false,
|
||||
["set_debug"] = false,
|
||||
["enable"] = false,
|
||||
["mouseClickSrc"] = 0,
|
||||
}, -- end of ["VRFree"]
|
||||
["TF-51D"] =
|
||||
{
|
||||
["assistance"] = 100,
|
||||
["CPLocalList"] = "default",
|
||||
["autoRudder"] = false,
|
||||
}, -- end of ["TF-51D"]
|
||||
["M-2000C"] =
|
||||
{
|
||||
["FUEL_DETOT_AUTO"] = false,
|
||||
["CPLocalList"] = "default",
|
||||
["THROTTLE_CO_DETENT"] = 15,
|
||||
["RADIO_PTTMENU"] = true,
|
||||
["REAL_FREQ_REP"] = true,
|
||||
["EZ_LAUNCH_ALERT"] = false,
|
||||
["REFUEL_HACK"] = true,
|
||||
["PITCH_LIMIT_MODE"] = 1,
|
||||
["RAND_RDR_CHANNEL"] = false,
|
||||
["VTB_FOV_HEIGHT"] = 150,
|
||||
["RADAR_CLUTTERQMC"] = true,
|
||||
["VTB_FOV_SIZE"] = 130,
|
||||
["VTB_FOV_ENABLE"] = true,
|
||||
["THROTTLE_AB_DETENT"] = 90,
|
||||
["ENGINE_LOG"] = false,
|
||||
["UNI_ALIGNED"] = true,
|
||||
["UNI_NODRIFT"] = false,
|
||||
["VTB_ENLARGE"] = 0,
|
||||
["COCKPIT_WEAR"] = 50,
|
||||
["MW_KNOBS_SPEED"] = 0,
|
||||
["PITCH_ELASTIC_LIMIT"] = 80,
|
||||
["RADAR_MAPOBJECTS"] = true,
|
||||
["PCN_DIGIT_MSG"] = true,
|
||||
}, -- end of ["M-2000C"]
|
||||
["A-10C_2"] =
|
||||
{
|
||||
["GUNPAC_Runway"] = 0.1,
|
||||
["hmdEye"] = 1,
|
||||
["CPLocalList"] = "Dark",
|
||||
["throttleSlewMaverick"] = 5,
|
||||
["GUNPAC_Hot"] = 0.1,
|
||||
["defaultGunMode"] = 0,
|
||||
["throttleSlewTGP"] = 5,
|
||||
["GUNPAC_Cold"] = 0.1,
|
||||
["GUNPAC_Air"] = 0.2,
|
||||
}, -- end of ["A-10C_2"]
|
||||
["Ka-50"] =
|
||||
{
|
||||
["Ka50TrimmingMethod"] = 0,
|
||||
["Ka50RudderTrimmer"] = false,
|
||||
["hmdEye"] = 1,
|
||||
["CPLocalList"] = "default",
|
||||
["helmetCircleDisplacement"] = 11,
|
||||
}, -- end of ["Ka-50"]
|
||||
["F-15C"] =
|
||||
{
|
||||
["CPLocalList"] = "default",
|
||||
}, -- end of ["F-15C"]
|
||||
["CaptoGlove"] =
|
||||
{
|
||||
["fingerPinkyBentRight"] = "0",
|
||||
["armBending"] = 60,
|
||||
["shoulderJointX_Right"] = -15,
|
||||
["fingerPinkyStraightRight"] = "1000",
|
||||
["mouseClickSrc"] = 0,
|
||||
["shoulderJointZ_Left"] = 23,
|
||||
["trackerHMDnameRight"] = "DISABLE",
|
||||
["set_attach"] = false,
|
||||
["fingerMiddleBentLeft"] = "0",
|
||||
["gloveRotationPitch_Left"] = 0,
|
||||
["fingerMiddleStraightRight"] = "1000",
|
||||
["yawOffsetGlove_Left"] = 0,
|
||||
["yawOffsetShoulder_Right"] = 0,
|
||||
["fingerThumbStraightLeft"] = "1000",
|
||||
["gloveOffsetY_Right"] = 0,
|
||||
["gloveOffsetX_Left"] = 0,
|
||||
["shoulderJointY_Left"] = -23,
|
||||
["gloveRotationYaw_Right"] = 0,
|
||||
["trackerHMDnameLeft"] = "DISABLE",
|
||||
["set_symmetrically"] = false,
|
||||
["fingerIndexStraightRight"] = "1000",
|
||||
["pitchOffsetGlove_Right"] = 0,
|
||||
["fingerIndexBentRight"] = "0",
|
||||
["gloveOffsetZ_Right"] = 0,
|
||||
["shoulderJointZ_Right"] = 23,
|
||||
["useHMDControl"] = false,
|
||||
["pitchOffsetShoulder_Left"] = 0,
|
||||
["fingerMiddleStraightLeft"] = "1000",
|
||||
["pitchOffsetShoulder_Right"] = 0,
|
||||
["fingerRingStraightLeft"] = "1000",
|
||||
["fingerThumbBentRight"] = "0",
|
||||
["shoulderJointX_Left"] = -15,
|
||||
["enable"] = false,
|
||||
["gloveOffsetY_Left"] = 0,
|
||||
["fingerMiddleBentRight"] = "0",
|
||||
["fingerRingBentLeft"] = "0",
|
||||
["forearmLength_Right"] = 30,
|
||||
["fingerThumbStraightRight"] = "1000",
|
||||
["gloveOffsetZ_Left"] = 0,
|
||||
["shoulderLength_Right"] = 40,
|
||||
["fingerPinkyStraightLeft"] = "1000",
|
||||
["gloveRotationYaw_Left"] = 0,
|
||||
["gloveRotationPitch_Right"] = 0,
|
||||
["forearmLength_Left"] = 30,
|
||||
["set_debug"] = false,
|
||||
["useBending"] = false,
|
||||
["fingerRingBentRight"] = "0",
|
||||
["shoulderJointY_Right"] = -23,
|
||||
["gloveRotationRoll_Left"] = 0,
|
||||
["fingerIndexBentLeft"] = "0",
|
||||
["shoulderLength_Left"] = 40,
|
||||
["yawOffsetShoulder_Left"] = 0,
|
||||
["fingerRingStraightRight"] = "1000",
|
||||
["fingerIndexStraightLeft"] = "1000",
|
||||
["yawOffsetGlove_Right"] = 0,
|
||||
["gloveOffsetX_Right"] = 0,
|
||||
["pitchOffsetGlove_Left"] = 0,
|
||||
["fingerThumbBentLeft"] = "0",
|
||||
["gloveRotationRoll_Right"] = 0,
|
||||
["fingerPinkyBentLeft"] = "0",
|
||||
}, -- end of ["CaptoGlove"]
|
||||
["A-10A"] =
|
||||
{
|
||||
["CPLocalList"] = "default",
|
||||
}, -- end of ["A-10A"]
|
||||
["Supercarrier"] =
|
||||
{
|
||||
["Use_native_ATC_text"] = false,
|
||||
["enable_FLOLS_overlay"] = true,
|
||||
}, -- end of ["Supercarrier"]
|
||||
["Su-25"] =
|
||||
{
|
||||
["CPLocalList"] = "default",
|
||||
}, -- end of ["Su-25"]
|
||||
["A-10C"] =
|
||||
{
|
||||
["throttleSlewTGP"] = 5,
|
||||
["GUNPAC_Air"] = 0.2,
|
||||
["GUNPAC_Cold"] = 0.1,
|
||||
["GUNPAC_Runway"] = 0.1,
|
||||
["CPLocalList"] = "default",
|
||||
["throttleSlewMaverick"] = 5,
|
||||
["GUNPAC_Hot"] = 0.1,
|
||||
}, -- end of ["A-10C"]
|
||||
["Su-33"] =
|
||||
{
|
||||
["CPLocalList"] = "default",
|
||||
}, -- end of ["Su-33"]
|
||||
["Su-27"] =
|
||||
{
|
||||
["CPLocalList"] = "default",
|
||||
}, -- end of ["Su-27"]
|
||||
["F-16C"] =
|
||||
{
|
||||
["hmdEye"] = 1,
|
||||
["CPLocalList"] = "default",
|
||||
["rollForceStickGradient"] = 1,
|
||||
["abDetent"] = 0,
|
||||
["canopyReflections"] = 0,
|
||||
["pitchDeadzoneValue"] = 4.375,
|
||||
["rollDeadzoneValue"] = 5.9,
|
||||
["mfdReflections"] = 0,
|
||||
["canopyTint"] = 1,
|
||||
["pitchForceStickGradient"] = 1,
|
||||
}, -- end of ["F-16C"]
|
||||
["AH-64D_BLK_II"] =
|
||||
{
|
||||
["AH64HmdEye"] = 1,
|
||||
["CPLocalList"] = "default",
|
||||
["AH64BalaclavaCPG"] = true,
|
||||
["AH64PedalsTrimmingMethod"] = 0,
|
||||
["AH64ManTrkRampUpSpeed"] = 5,
|
||||
["AH64CockpitShake"] = 50,
|
||||
["AH64AutoHandover"] = true,
|
||||
["AH64CyclicTrimmingMethod"] = 0,
|
||||
["AH64IhadssMonocleVisible"] = true,
|
||||
["AH64BalaclavaPLT"] = true,
|
||||
["AH64VRSNotificationAudio"] = true,
|
||||
["AH64VRSNotificationVisual"] = false,
|
||||
["AH64AIIFFColorScheme"] = 0,
|
||||
["AH64TriggerGuardEnable"] = false,
|
||||
["AH64LockoutDetent"] = 1,
|
||||
["AH64AIInterfaceColorScheme"] = 0,
|
||||
["AH64AIColorScheme"] = 0,
|
||||
}, -- end of ["AH-64D_BLK_II"]
|
||||
}, -- end of ["plugins"]
|
||||
["format"] = 1,
|
||||
["sound"] =
|
||||
{
|
||||
["main_output"] = "",
|
||||
["FakeAfterburner"] = false,
|
||||
["voiceChatInVolume"] = 50,
|
||||
["volume"] = 69,
|
||||
["headphones_on_external_views"] = true,
|
||||
["voiceChatInSensitivity"] = -50,
|
||||
["subtitles"] = true,
|
||||
["world"] = 100,
|
||||
["hear_in_helmet"] = true,
|
||||
["music"] = 0,
|
||||
["headphones"] = 100,
|
||||
["main_layout"] = "",
|
||||
["hp_output"] = "",
|
||||
["cockpit"] = 100,
|
||||
["voice_chat_output"] = "",
|
||||
["voice_chat"] = true,
|
||||
["radioSpeech"] = true,
|
||||
["GBreathEffect"] = true,
|
||||
["switches"] = 100,
|
||||
["play_audio_while_minimized"] = false,
|
||||
["use_turn_servers"] = true,
|
||||
["microphone_use"] = 2,
|
||||
["voice_chat_input"] = "",
|
||||
["gui"] = 100,
|
||||
}, -- end of ["sound"]
|
||||
["views"] =
|
||||
{
|
||||
["cockpit"] =
|
||||
{
|
||||
["mirrors"] = false,
|
||||
["reflections"] = true,
|
||||
["avionics"] = 3,
|
||||
}, -- end of ["cockpit"]
|
||||
}, -- end of ["views"]
|
||||
} -- end of options
|
||||
Reference in New Issue
Block a user