R.MES Posted May 21, 2024 Posted May 21, 2024 Hi ! Is there any way to know which radio frequency or channel is currently selected by the player ? I tried several methods for the Mirage 2000 in vain. It's easy to get the cockpit arguments name (knob, button, display ...) in the .lua scripts of the plane or via the .edm file (with the ModelViewer2 executable) but ... - the knob / button (and the use of "COCKPIT PARAM IN RANGE" in the ME) is not reliable to know what is selected. - the small screen of the radio panel ("PNT_VHF_RIGHT") displays in game what I want to know but to find the format (and use "COCKPIT INDICATION TEXT IS EQUAL TO" in the ME), the acces to the dev console is mandatory. And the dev console is not available in the public version of DCS ... So do you have a solution ?
Solution Rudel_chw Posted May 21, 2024 Solution Posted May 21, 2024 37 minutes ago, R.MES said: So do you have a solution ? I have this, but works only on Single Player: To read the frequency of the UHF radio employ the parameter "UHF_FREQ", for the V/UHF radio employ "VHF_FREQ" ... they are used on the condition field of a trigger, with the conditions: X:COCKPIT PARAM EQUAL TO (text value, including trailing zeroes, for example: "123.500000" or X: COCKPIT PARAM IN RANGE Best regards, Eduardo 1 For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
R.MES Posted May 22, 2024 Author Posted May 22, 2024 I have juste tested and ... it works ! It's perfect for what I want to do. Thanks ! By the way, I have a question : Do you have a list of these Cockpit parameters and the expected format of the value for each ? (not obvious to know that 6 digit is expected after the '.' for instance ...).
Rudel_chw Posted May 22, 2024 Posted May 22, 2024 3 hours ago, R.MES said: Do you have a list of these Cockpit parameters and the expected format of the value for each ? Sure, this is a Parameter list with the value each has upon a hot start: ACCELERATION_X_W:0.000000\ ACCELERATION_Y_W:0.000000\ ACCELERATION_Z_W:0.000000\ BASE_SENSOR_ALTIMETER_ATMO_PRESSURE_HG:0.000000\ BASE_SENSOR_AOA:0.009304\ BASE_SENSOR_AOS:0.000007\ BASE_SENSOR_BAROALT:31.605841\ BASE_SENSOR_CANOPY_POS:0.000000\ BASE_SENSOR_CANOPY_STATE:0.000000\ BASE_SENSOR_FLAPS_POS:0.000000\ BASE_SENSOR_FLAPS_RETRACTED:1.000000\ BASE_SENSOR_FUEL_TOTAL:3160.869629\ BASE_SENSOR_GEAR_HANDLE:0.000000\ BASE_SENSOR_HEADING:2.058865\ BASE_SENSOR_HELI_COLLECTIVE:0.000000\ BASE_SENSOR_HELI_CORRECTION:0.000000\ BASE_SENSOR_HORIZONTAL_ACCEL:0.009303\ BASE_SENSOR_IAS:0.000060\ BASE_SENSOR_LATERAL_ACCEL:-0.000760\ BASE_SENSOR_LEFT_ENGINE_FAN_RPM:0.540484\ BASE_SENSOR_LEFT_ENGINE_FUEL_CONSUPMTION:0.243869\ BASE_SENSOR_LEFT_ENGINE_RPM:0.540484\ BASE_SENSOR_LEFT_ENGINE_TEMP_BEFORE_TURBINE:497.286564\ BASE_SENSOR_LEFT_GEAR_DOWN:1.000000\ BASE_SENSOR_LEFT_GEAR_UP:0.000000\ BASE_SENSOR_LEFT_THROTTLE_POS:0.150000\ BASE_SENSOR_LEFT_THROTTLE_RAW_CONTROL:0.150000\ BASE_SENSOR_MACH:0.000000\ BASE_SENSOR_MAG_HEADING:4.113385\ BASE_SENSOR_NOSE_GEAR_DOWN:1.000000\ BASE_SENSOR_NOSE_GEAR_UP:0.000000\ BASE_SENSOR_PITCH:0.009304\ BASE_SENSOR_PITCH_RATE:-0.000000\ BASE_SENSOR_PROPELLER_PITCH:0.000000\ BASE_SENSOR_PROPELLER_RPM:0.000000\ BASE_SENSOR_PROPELLER_TILT:0.000000\ BASE_SENSOR_RADALT:1.595804\ BASE_SENSOR_RELATIVE_TORQUE:0.000000\ BASE_SENSOR_RIGHT_ENGINE_FAN_RPM:0.000000\ BASE_SENSOR_RIGHT_ENGINE_FUEL_CONSUMPTION:0.000000\ BASE_SENSOR_RIGHT_ENGINE_RPM:0.000000\ BASE_SENSOR_RIGHT_ENGINE_TEMP_BEFORE_TURBINE:0.000000\ BASE_SENSOR_RIGHT_GEAR_DOWN:1.000000\ BASE_SENSOR_RIGHT_GEAR_UP:0.000000\ BASE_SENSOR_RIGHT_THROTTLE_POS:0.000000\ BASE_SENSOR_RIGHT_THROTTLE_RAW_CONTROL:0.000000\ BASE_SENSOR_ROLL:0.000772\ BASE_SENSOR_ROLL_RATE:-0.000003\ BASE_SENSOR_RUDDER_NORMED:0.000000\ BASE_SENSOR_RUDDER_POS:0.000000\ BASE_SENSOR_SPEED_BRAKE_POS:0.000000\ BASE_SENSOR_STICK_PITCH_NORMED:-0.000000\ BASE_SENSOR_STICK_PITCH_POS:-0.000000\ BASE_SENSOR_STICK_ROLL_NORMED:-0.000000\ BASE_SENSOR_STICK_ROLL_POS:-0.000000\ BASE_SENSOR_TAS:0.000060\ BASE_SENSOR_VERTICAL_ACCEL:0.999957\ BASE_SENSOR_VERTICAL_SPEED:0.000002\ BASE_SENSOR_WOW_LEFT_GEAR:1.000000\ BASE_SENSOR_WOW_NOSE_GEAR:1.000000\ BASE_SENSOR_WOW_RIGHT_GEAR:1.000000\ BASE_SENSOR_YAW_RATE:-0.000011\ CROSSTALKTEST:0.000000\ EJECTION_BLOCKED_0:0.000000\ EJECTION_INITIATED_0:-1.000000\ NS430_VHF_AM_FREQ:124.000000\ UHF_FREQ:251.000000\ VHF_FREQ:129.000000\ VIS_CONTACT0ID:-1.000000\ VIS_CONTACT0TYPE:0.000000\ VIS_CONTACT0VX:0.000000\ VIS_CONTACT0VY:0.000000\ VIS_CONTACT0VZ:0.000000\ VIS_CONTACT0X:0.000000\ VIS_CONTACT0Y:0.000000\ VIS_CONTACT0Z:0.000000\ VIS_CONTACT10ID:-1.000000\ VIS_CONTACT10TYPE:0.000000\ VIS_CONTACT10VX:0.000000\ VIS_CONTACT10VY:0.000000\ VIS_CONTACT10VZ:0.000000\ VIS_CONTACT10X:0.000000\ VIS_CONTACT10Y:0.000000\ VIS_CONTACT10Z:0.000000\ VIS_CONTACT11ID:-1.000000\ VIS_CONTACT11TYPE:0.000000\ VIS_CONTACT11VX:0.000000\ VIS_CONTACT11VY:0.000000\ VIS_CONTACT11VZ:0.000000\ VIS_CONTACT11X:0.000000\ VIS_CONTACT11Y:0.000000\ VIS_CONTACT11Z:0.000000\ VIS_CONTACT12ID:-1.000000\ VIS_CONTACT12TYPE:0.000000\ VIS_CONTACT12VX:0.000000\ VIS_CONTACT12VY:0.000000\ VIS_CONTACT12VZ:0.000000\ VIS_CONTACT12X:0.000000\ VIS_CONTACT12Y:0.000000\ VIS_CONTACT12Z:0.000000\ VIS_CONTACT13ID:-1.000000\ VIS_CONTACT13TYPE:0.000000\ VIS_CONTACT13VX:0.000000\ VIS_CONTACT13VY:0.000000\ VIS_CONTACT13VZ:0.000000\ VIS_CONTACT13X:0.000000\ VIS_CONTACT13Y:0.000000\ VIS_CONTACT13Z:0.000000\ VIS_CONTACT14ID:-1.000000\ VIS_CONTACT14TYPE:0.000000\ VIS_CONTACT14VX:0.000000\ VIS_CONTACT14VY:0.000000\ VIS_CONTACT14VZ:0.000000\ VIS_CONTACT14X:0.000000\ VIS_CONTACT14Y:0.000000\ VIS_CONTACT14Z:0.000000\ VIS_CONTACT15ID:-1.000000\ VIS_CONTACT15TYPE:0.000000\ VIS_CONTACT15VX:0.000000\ VIS_CONTACT15VY:0.000000\ VIS_CONTACT15VZ:0.000000\ VIS_CONTACT15X:0.000000\ VIS_CONTACT15Y:0.000000\ VIS_CONTACT15Z:0.000000\ VIS_CONTACT16ID:-1.000000\ VIS_CONTACT16TYPE:0.000000\ VIS_CONTACT16VX:0.000000\ VIS_CONTACT16VY:0.000000\ VIS_CONTACT16VZ:0.000000\ VIS_CONTACT16X:0.000000\ VIS_CONTACT16Y:0.000000\ VIS_CONTACT16Z:0.000000\ VIS_CONTACT17ID:-1.000000\ VIS_CONTACT17TYPE:0.000000\ VIS_CONTACT17VX:0.000000\ VIS_CONTACT17VY:0.000000\ VIS_CONTACT17VZ:0.000000\ VIS_CONTACT17X:0.000000\ VIS_CONTACT17Y:0.000000\ VIS_CONTACT17Z:0.000000\ VIS_CONTACT18ID:-1.000000\ VIS_CONTACT18TYPE:0.000000\ VIS_CONTACT18VX:0.000000\ VIS_CONTACT18VY:0.000000\ VIS_CONTACT18VZ:0.000000\ VIS_CONTACT18X:0.000000\ VIS_CONTACT18Y:0.000000\ VIS_CONTACT18Z:0.000000\ VIS_CONTACT19ID:-1.000000\ VIS_CONTACT19TYPE:0.000000\ VIS_CONTACT19VX:0.000000\ VIS_CONTACT19VY:0.000000\ VIS_CONTACT19VZ:0.000000\ VIS_CONTACT19X:0.000000\ VIS_CONTACT19Y:0.000000\ VIS_CONTACT19Z:0.000000\ VIS_CONTACT1ID:-1.000000\ VIS_CONTACT1TYPE:0.000000\ VIS_CONTACT1VX:0.000000\ VIS_CONTACT1VY:0.000000\ VIS_CONTACT1VZ:0.000000\ VIS_CONTACT1X:0.000000\ VIS_CONTACT1Y:0.000000\ VIS_CONTACT1Z:0.000000\ VIS_CONTACT20ID:-1.000000\ VIS_CONTACT20TYPE:0.000000\ VIS_CONTACT20VX:0.000000\ VIS_CONTACT20VY:0.000000\ VIS_CONTACT20VZ:0.000000\ VIS_CONTACT20X:0.000000\ VIS_CONTACT20Y:0.000000\ VIS_CONTACT20Z:0.000000\ VIS_CONTACT21ID:-1.000000\ VIS_CONTACT21TYPE:0.000000\ VIS_CONTACT21VX:0.000000\ VIS_CONTACT21VY:0.000000\ VIS_CONTACT21VZ:0.000000\ VIS_CONTACT21X:0.000000\ VIS_CONTACT21Y:0.000000\ VIS_CONTACT21Z:0.000000\ VIS_CONTACT22ID:-1.000000\ VIS_CONTACT22TYPE:0.000000\ VIS_CONTACT22VX:0.000000\ VIS_CONTACT22VY:0.000000\ VIS_CONTACT22VZ:0.000000\ VIS_CONTACT22X:0.000000\ VIS_CONTACT22Y:0.000000\ VIS_CONTACT22Z:0.000000\ VIS_CONTACT23ID:-1.000000\ VIS_CONTACT23TYPE:0.000000\ VIS_CONTACT23VX:0.000000\ VIS_CONTACT23VY:0.000000\ VIS_CONTACT23VZ:0.000000\ VIS_CONTACT23X:0.000000\ VIS_CONTACT23Y:0.000000\ VIS_CONTACT23Z:0.000000\ VIS_CONTACT24ID:-1.000000\ VIS_CONTACT24TYPE:0.000000\ VIS_CONTACT24VX:0.000000\ VIS_CONTACT24VY:0.000000\ VIS_CONTACT24VZ:0.000000\ VIS_CONTACT24X:0.000000\ VIS_CONTACT24Y:0.000000\ VIS_CONTACT24Z:0.000000\ VIS_CONTACT25ID:-1.000000\ VIS_CONTACT25TYPE:0.000000\ VIS_CONTACT25VX:0.000000\ VIS_CONTACT25VY:0.000000\ VIS_CONTACT25VZ:0.000000\ VIS_CONTACT25X:0.000000\ VIS_CONTACT25Y:0.000000\ VIS_CONTACT25Z:0.000000\ VIS_CONTACT26ID:-1.000000\ VIS_CONTACT26TYPE:0.000000\ VIS_CONTACT26VX:0.000000\ VIS_CONTACT26VY:0.000000\ VIS_CONTACT26VZ:0.000000\ VIS_CONTACT26X:0.000000\ VIS_CONTACT26Y:0.000000\ VIS_CONTACT26Z:0.000000\ VIS_CONTACT27ID:-1.000000\ VIS_CONTACT27TYPE:0.000000\ VIS_CONTACT27VX:0.000000\ VIS_CONTACT27VY:0.000000\ VIS_CONTACT27VZ:0.000000\ VIS_CONTACT27X:0.000000\ VIS_CONTACT27Y:0.000000\ VIS_CONTACT27Z:0.000000\ VIS_CONTACT28ID:-1.000000\ VIS_CONTACT28TYPE:0.000000\ VIS_CONTACT28VX:0.000000\ VIS_CONTACT28VY:0.000000\ VIS_CONTACT28VZ:0.000000\ VIS_CONTACT28X:0.000000\ VIS_CONTACT28Y:0.000000\ VIS_CONTACT28Z:0.000000\ VIS_CONTACT29ID:-1.000000\ VIS_CONTACT29TYPE:0.000000\ VIS_CONTACT29VX:0.000000\ VIS_CONTACT29VY:0.000000\ VIS_CONTACT29VZ:0.000000\ VIS_CONTACT29X:0.000000\ VIS_CONTACT29Y:0.000000\ VIS_CONTACT29Z:0.000000\ VIS_CONTACT2ID:-1.000000\ VIS_CONTACT2TYPE:0.000000\ VIS_CONTACT2VX:0.000000\ VIS_CONTACT2VY:0.000000\ VIS_CONTACT2VZ:0.000000\ VIS_CONTACT2X:0.000000\ VIS_CONTACT2Y:0.000000\ VIS_CONTACT2Z:0.000000\ VIS_CONTACT30ID:-1.000000\ VIS_CONTACT30TYPE:0.000000\ VIS_CONTACT30VX:0.000000\ VIS_CONTACT30VY:0.000000\ VIS_CONTACT30VZ:0.000000\ VIS_CONTACT30X:0.000000\ VIS_CONTACT30Y:0.000000\ VIS_CONTACT30Z:0.000000\ VIS_CONTACT31ID:-1.000000\ VIS_CONTACT31TYPE:0.000000\ VIS_CONTACT31VX:0.000000\ VIS_CONTACT31VY:0.000000\ VIS_CONTACT31VZ:0.000000\ VIS_CONTACT31X:0.000000\ VIS_CONTACT31Y:0.000000\ VIS_CONTACT31Z:0.000000\ VIS_CONTACT32ID:-1.000000\ VIS_CONTACT32TYPE:0.000000\ VIS_CONTACT32VX:0.000000\ VIS_CONTACT32VY:0.000000\ VIS_CONTACT32VZ:0.000000\ VIS_CONTACT32X:0.000000\ VIS_CONTACT32Y:0.000000\ VIS_CONTACT32Z:0.000000\ VIS_CONTACT33ID:-1.000000\ VIS_CONTACT33TYPE:0.000000\ VIS_CONTACT33VX:0.000000\ VIS_CONTACT33VY:0.000000\ VIS_CONTACT33VZ:0.000000\ VIS_CONTACT33X:0.000000\ VIS_CONTACT33Y:0.000000\ VIS_CONTACT33Z:0.000000\ VIS_CONTACT34ID:-1.000000\ VIS_CONTACT34TYPE:0.000000\ VIS_CONTACT34VX:0.000000\ VIS_CONTACT34VY:0.000000\ VIS_CONTACT34VZ:0.000000\ VIS_CONTACT34X:0.000000\ VIS_CONTACT34Y:0.000000\ VIS_CONTACT34Z:0.000000\ VIS_CONTACT35ID:-1.000000\ VIS_CONTACT35TYPE:0.000000\ VIS_CONTACT35VX:0.000000\ VIS_CONTACT35VY:0.000000\ VIS_CONTACT35VZ:0.000000\ VIS_CONTACT35X:0.000000\ VIS_CONTACT35Y:0.000000\ VIS_CONTACT35Z:0.000000\ VIS_CONTACT36ID:-1.000000\ VIS_CONTACT36TYPE:0.000000\ VIS_CONTACT36VX:0.000000\ VIS_CONTACT36VY:0.000000\ VIS_CONTACT36VZ:0.000000\ VIS_CONTACT36X:0.000000\ VIS_CONTACT36Y:0.000000\ VIS_CONTACT36Z:0.000000\ VIS_CONTACT37ID:-1.000000\ VIS_CONTACT37TYPE:0.000000\ VIS_CONTACT37VX:0.000000\ VIS_CONTACT37VY:0.000000\ VIS_CONTACT37VZ:0.000000\ VIS_CONTACT37X:0.000000\ VIS_CONTACT37Y:0.000000\ VIS_CONTACT37Z:0.000000\ VIS_CONTACT38ID:-1.000000\ VIS_CONTACT38TYPE:0.000000\ VIS_CONTACT38VX:0.000000\ VIS_CONTACT38VY:0.000000\ VIS_CONTACT38VZ:0.000000\ VIS_CONTACT38X:0.000000\ VIS_CONTACT38Y:0.000000\ VIS_CONTACT38Z:0.000000\ VIS_CONTACT39ID:-1.000000\ VIS_CONTACT39TYPE:0.000000\ VIS_CONTACT39VX:0.000000\ VIS_CONTACT39VY:0.000000\ VIS_CONTACT39VZ:0.000000\ VIS_CONTACT39X:0.000000\ VIS_CONTACT39Y:0.000000\ VIS_CONTACT39Z:0.000000\ VIS_CONTACT3ID:-1.000000\ VIS_CONTACT3TYPE:0.000000\ VIS_CONTACT3VX:0.000000\ VIS_CONTACT3VY:0.000000\ VIS_CONTACT3VZ:0.000000\ VIS_CONTACT3X:0.000000\ VIS_CONTACT3Y:0.000000\ VIS_CONTACT3Z:0.000000\ VIS_CONTACT40ID:-1.000000\ VIS_CONTACT40TYPE:0.000000\ VIS_CONTACT40VX:0.000000\ VIS_CONTACT40VY:0.000000\ VIS_CONTACT40VZ:0.000000\ VIS_CONTACT40X:0.000000\ VIS_CONTACT40Y:0.000000\ VIS_CONTACT40Z:0.000000\ VIS_CONTACT41ID:-1.000000\ VIS_CONTACT41TYPE:0.000000\ VIS_CONTACT41VX:0.000000\ VIS_CONTACT41VY:0.000000\ VIS_CONTACT41VZ:0.000000\ VIS_CONTACT41X:0.000000\ VIS_CONTACT41Y:0.000000\ VIS_CONTACT41Z:0.000000\ VIS_CONTACT42ID:-1.000000\ VIS_CONTACT42TYPE:0.000000\ VIS_CONTACT42VX:0.000000\ VIS_CONTACT42VY:0.000000\ VIS_CONTACT42VZ:0.000000\ VIS_CONTACT42X:0.000000\ VIS_CONTACT42Y:0.000000\ VIS_CONTACT42Z:0.000000\ VIS_CONTACT43ID:-1.000000\ VIS_CONTACT43TYPE:0.000000\ VIS_CONTACT43VX:0.000000\ VIS_CONTACT43VY:0.000000\ VIS_CONTACT43VZ:0.000000\ VIS_CONTACT43X:0.000000\ VIS_CONTACT43Y:0.000000\ VIS_CONTACT43Z:0.000000\ VIS_CONTACT44ID:-1.000000\ VIS_CONTACT44TYPE:0.000000\ VIS_CONTACT44VX:0.000000\ VIS_CONTACT44VY:0.000000\ VIS_CONTACT44VZ:0.000000\ VIS_CONTACT44X:0.000000\ VIS_CONTACT44Y:0.000000\ VIS_CONTACT44Z:0.000000\ VIS_CONTACT45ID:-1.000000\ VIS_CONTACT45TYPE:0.000000\ VIS_CONTACT45VX:0.000000\ VIS_CONTACT45VY:0.000000\ VIS_CONTACT45VZ:0.000000\ VIS_CONTACT45X:0.000000\ VIS_CONTACT45Y:0.000000\ VIS_CONTACT45Z:0.000000\ VIS_CONTACT46ID:-1.000000\ VIS_CONTACT46TYPE:0.000000\ VIS_CONTACT46VX:0.000000\ VIS_CONTACT46VY:0.000000\ VIS_CONTACT46VZ:0.000000\ VIS_CONTACT46X:0.000000\ VIS_CONTACT46Y:0.000000\ VIS_CONTACT46Z:0.000000\ VIS_CONTACT47ID:-1.000000\ VIS_CONTACT47TYPE:0.000000\ VIS_CONTACT47VX:0.000000\ VIS_CONTACT47VY:0.000000\ VIS_CONTACT47VZ:0.000000\ VIS_CONTACT47X:0.000000\ VIS_CONTACT47Y:0.000000\ VIS_CONTACT47Z:0.000000\ VIS_CONTACT48ID:-1.000000\ VIS_CONTACT48TYPE:0.000000\ VIS_CONTACT48VX:0.000000\ VIS_CONTACT48VY:0.000000\ VIS_CONTACT48VZ:0.000000\ VIS_CONTACT48X:0.000000\ VIS_CONTACT48Y:0.000000\ VIS_CONTACT48Z:0.000000\ VIS_CONTACT49ID:-1.000000\ VIS_CONTACT49TYPE:0.000000\ VIS_CONTACT49VX:0.000000\ VIS_CONTACT49VY:0.000000\ VIS_CONTACT49VZ:0.000000\ VIS_CONTACT49X:0.000000\ VIS_CONTACT49Y:0.000000\ VIS_CONTACT49Z:0.000000\ VIS_CONTACT4ID:-1.000000\ VIS_CONTACT4TYPE:0.000000\ VIS_CONTACT4VX:0.000000\ VIS_CONTACT4VY:0.000000\ VIS_CONTACT4VZ:0.000000\ VIS_CONTACT4X:0.000000\ VIS_CONTACT4Y:0.000000\ VIS_CONTACT4Z:0.000000\ VIS_CONTACT5ID:-1.000000\ VIS_CONTACT5TYPE:0.000000\ VIS_CONTACT5VX:0.000000\ VIS_CONTACT5VY:0.000000\ VIS_CONTACT5VZ:0.000000\ VIS_CONTACT5X:0.000000\ VIS_CONTACT5Y:0.000000\ VIS_CONTACT5Z:0.000000\ VIS_CONTACT6ID:-1.000000\ VIS_CONTACT6TYPE:0.000000\ VIS_CONTACT6VX:0.000000\ VIS_CONTACT6VY:0.000000\ VIS_CONTACT6VZ:0.000000\ VIS_CONTACT6X:0.000000\ VIS_CONTACT6Y:0.000000\ VIS_CONTACT6Z:0.000000\ VIS_CONTACT7ID:-1.000000\ VIS_CONTACT7TYPE:0.000000\ VIS_CONTACT7VX:0.000000\ VIS_CONTACT7VY:0.000000\ VIS_CONTACT7VZ:0.000000\ VIS_CONTACT7X:0.000000\ VIS_CONTACT7Y:0.000000\ VIS_CONTACT7Z:0.000000\ VIS_CONTACT8ID:-1.000000\ VIS_CONTACT8TYPE:0.000000\ VIS_CONTACT8VX:0.000000\ VIS_CONTACT8VY:0.000000\ VIS_CONTACT8VZ:0.000000\ VIS_CONTACT8X:0.000000\ VIS_CONTACT8Y:0.000000\ VIS_CONTACT8Z:0.000000\ VIS_CONTACT9ID:-1.000000\ VIS_CONTACT9TYPE:0.000000\ VIS_CONTACT9VX:0.000000\ VIS_CONTACT9VY:0.000000\ VIS_CONTACT9VZ:0.000000\ VIS_CONTACT9X:0.000000\ VIS_CONTACT9Y:0.000000\ VIS_CONTACT9Z:0.000000\ VISCONTACTUPDATE:1.000000\ WINDSHIELD_WIPER_0:0.000000 WINDSHIELD_WIPER_1:0.000000\ Before the colon is the parameter name, after the colon is the hot start value, the backslash marks the end of the line and is not part of the value. I do not know what each parameter means, I have found some through trial-error. 1 For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
Recommended Posts