0% found this document useful (0 votes)
310 views

FlyWithLua Debug

This document summarizes the callbacks, commands, variables, and other settings for a FlyWithLua plugin. It lists the callbacks that are run on different intervals like every frame or draw loop. It also details the commands that are available and which Lua functions they trigger. Finally it outlines what simulator data is accessible via Lua variables and describes any switches, macros, sounds or other elements created by the script.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
310 views

FlyWithLua Debug

This document summarizes the callbacks, commands, variables, and other settings for a FlyWithLua plugin. It lists the callbacks that are run on different intervals like every frame or draw loop. It also details the commands that are available and which Lua functions they trigger. Finally it outlines what simulator data is accessible via Lua variables and describes any switches, macros, sounds or other elements created by the script.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 46

-- FlyWithLua NG v2.7.

34 build Apr 3 2022 15:24:58 Debug File


-- Mon Jul 25 09:02:53 2022
-- Memory in use: 560 kb
*** Lua stack ***
The stack is empty.

*** Every draw loop callback ***


DrawFLyWithLuaInputLine()
show_pilots_head_parameters()
print_button_sniffer_result()
print_keystroke_sniffer_result()
show_memory_usage()
lrl_loopCallback()

*** Every frame loop callback ***


button_sniffer_event_handler()
lodfix()
Time()
execute_FOLLOWME_service_objects()
step_cycleVIS()
lodfix()
lodfix()

*** Often loop callback ***


apply_settings()
execute_service_objects()
Set_sound_level()
sim()
shadow_fix()

*** Sometimes loop callback ***


ActiveDeice()
auto_hide_floatting_windoz()

*** Keystroke callback ***


GetLuaLineFromKeyboard()
keystroke_sniffer_event_handler()

*** Mouse click callback ***

*** Mouse wheel callback ***

*** New METAR callback ***

*** New XSB Text callback ***

*** command callbacks ***


Command --> "FlyWithLua/debugging/enter_code" (0x99f)
Description--> "enter some Lua code"
Begin --> enter_the_code_line = true
Continue -->
End -->

Command --> "Simple_Ground_Equipment_and_Services/Window/Toggle" (0x968)


Description--> "Toggle Window"
Begin --> windoz_toggle()
Continue -->
End -->

Command -->
"Simple_Ground_Equipment_and_Services/Gate_position/Designate_stop_position"
(0x9a0)
Description--> "Designate the wheel stop position"
Begin --> StopMarker_designation()
Continue -->
End -->

Command --> "Simple_Ground_Equipment_and_Services/Target_info/Speak" (0x9a1)


Description--> "Say some information about the target"
Begin --> SayInfoOnTarget()
Continue -->
End -->

Command --> "FPSBoost/Enable" (0x9a2)


Description--> "Enable FPS Boost"
Begin -->
Continue -->
End --> FPS_Boost_Enable(1)

Command --> "FPSBoost/EnableWS" (0x9a3)


Description--> "Enable FPS Boost with shadows"
Begin -->
Continue -->
End --> FPS_Boost_Enable(0)

Command --> "FPSBoost/Toggle" (0x9a4)


Description--> "Toggle FPS Boost"
Begin -->
Continue -->
End --> FPS_Boost_Toggle(1)

Command --> "FPSBoost/ToggleWS" (0x9a5)


Description--> "Toggle FPS Boost with shadows"
Begin -->
Continue -->
End --> FPS_Boost_Toggle(0)

Command --> "FPSBoost/Disable" (0x9a6)


Description--> "Disable"
Begin -->
Continue -->
End --> FPS_Boost_Disable()

*** DataRefs stored in Lua variables ***


The DataRef "sim/aircraft/view/acf_author" is stored in "SGES_Author" (read only,
type = string).
The DataRef "sim/aircraft/view/acf_door_x" is stored in "targetDoorX" (read only,
type = float).
The DataRef "sim/aircraft/view/acf_door_y" is stored in "targetDoorAltitude" (read
only, type = float).
The DataRef "sim/aircraft/view/acf_door_z" is stored in "targetDoorZ" (read only,
type = float).
The DataRef "sim/aircraft/view/acf_livery_path" is stored in "AircraftPath" (read
only, type = string).
The DataRef "sim/aircraft/weight/acf_cgY_original" is stored in "cgY_sges" (read
only, type = float).
The DataRef "sim/cockpit2/controls/parking_brake_ratio" is stored in
"SGES_parkbrake" (read only, type = float).
The DataRef "sim/cockpit2/switches/beacon_on" is stored in "lrl_boolBeaconOn" (read
only, type = int).
The DataRef "sim/flightmodel/failures/onground_all" is stored in
"lrl_boolOnGroundAll" (read only, type = int).
The DataRef "sim/flightmodel/failures/onground_any" is stored in
"lrl_boolOnGroundAny" (read only, type = int).
The DataRef "sim/flightmodel/misc/turnrate_noroll" is stored in "nosewheel" (read
only, type = float).
The DataRef "sim/flightmodel/position/Q" is stored in "lrl_Q" (read only, type =
float).
The DataRef "sim/flightmodel/position/Qrad" is stored in "lrl_Qrad" (read only,
type = float).
The DataRef "sim/flightmodel/position/elevation" is stored in "ELEVATION" (read
only, type = double).
The DataRef "sim/flightmodel/position/elevation" is stored in "elevation" (read
only, type = double).
The DataRef "sim/flightmodel/position/groundspeed" is stored in "gs_gnd_spd" (read
only, type = float).
The DataRef "sim/flightmodel/position/indicated_airspeed" is stored in "gs_ias_spd"
(read only, type = float).
The DataRef "sim/flightmodel/position/latitude" is stored in "LATITUDE" (read only,
type = double).
The DataRef "sim/flightmodel/position/local_x" is stored in "gs_plane_x" (read
only, type = double).
The DataRef "sim/flightmodel/position/local_y" is stored in "gs_plane_y" (read
only, type = double).
The DataRef "sim/flightmodel/position/local_z" is stored in "gs_plane_z" (read
only, type = double).
The DataRef "sim/flightmodel/position/longitude" is stored in "LONGITUDE" (read
only, type = double).
The DataRef "sim/flightmodel/position/psi" is stored in "gs_plane_head" (read only,
type = float).
The DataRef "sim/flightmodel/position/vh_ind_fpm" is stored in "lrl_vertfpm" (read
only, type = float).
The DataRef "sim/flightmodel/position/y_agl" is stored in "pilot_alt_agl" (read
only, type = float).
The DataRef "sim/flightmodel/position/y_agl" is stored in "gs_plane_y_agl" (read
only, type = float).
The DataRef "sim/flightmodel/position/y_agl" is stored in "lrl_agl" (read only,
type = float).
The DataRef "sim/flightmodel2/misc/gforce_normal" is stored in "lrl_gforce" (read
only, type = float).
The DataRef "sim/flightmodel2/misc/tailhook_deploy_ratio" is stored in "HookDown"
(read only, type = float).
The DataRef "sim/graphics/view/view_is_external" is stored in
"view_is_external_FEV" (read only, type = int).
The DataRef "sim/graphics/view/view_x" is stored in "PilotHeadX" (read only, type =
float).
The DataRef "sim/graphics/view/view_y" is stored in "PilotHeadY" (read only, type =
float).
The DataRef "sim/graphics/view/view_z" is stored in "PilotHeadZ" (read only, type =
float).
The DataRef "sim/joystick/yoke_pitch_ratio" is stored in "SGES_pushEngine_ratio"
(read only, type = float).
The DataRef "sim/joystick/yoke_roll_ratio" is stored in "SGES_pushTurn_ratio" (read
only, type = float).
The DataRef "sim/operation/misc/frame_rate_period" is stored in "realFrame_time"
(read only, type = float).
The DataRef "sim/private/controls/reno/LOD_bias_rat" is stored in "lod" (writeable,
type = float).
The DataRef "sim/private/controls/skyc/gnd_imm_max" is stored in "gnd_imm_max"
(writeable, type = float).
The DataRef "sim/private/controls/skyc/gnd_imm_min" is stored in "gnd_imm_min"
(writeable, type = float).
The DataRef "sim/private/controls/skyc/lit_imm_max" is stored in "lit_imm_max"
(writeable, type = float).
The DataRef "sim/private/controls/skyc/lit_imm_min" is stored in "lit_imm_min"
(writeable, type = float).
The DataRef "sim/private/stats/skyc/fog/far_fog_unlit" is stored in "vis_graphical"
(read only, type = float).
The DataRef "sim/private/stats/skyc/fog/near_fog_cld" is stored in
"vis_graphical_cld" (read only, type = float).
The DataRef "sim/private/stats/skyc/fog/near_fog_unlit" is stored in
"vis_graphical_near" (read only, type = float).
The DataRef "sim/private/stats/skyc/imm_rat_sky" is stored in "imm_rat_sky" (read
only, type = float).
The DataRef "sim/time/is_in_replay" is stored in "lrl_boolInReplay" (read only,
type = int).
The DataRef "sim/time/local_time_sec" is stored in "lrl_localtime" (read only, type
= float).
The DataRef "sim/time/paused" is stored in "SGES_XPlaneIsPaused" (read only, type =
int).
The DataRef "sim/time/paused" is stored in "lrl_boolSimPaused" (read only, type =
int).
The DataRef "sim/time/total_flight_time_sec" is stored in
"SGES_total_flight_time_sec" (read only, type = float).
The DataRef "sim/weather/cloud_base_msl_m[0]" is stored in "first_cloud_base" (read
only, type = float).
The DataRef "sim/weather/temperature_ambient_c" is stored in "outsideAirTemp" (read
only, type = float).
The DataRef "sim/weather/visibility_reported_m" is stored in
"visibility_reported_m" (read only, type = float).
The DataRef "sim/weather/wind_speed_kt" is stored in "wind" (read only, type =
float).

*** Switches created by Lua ***


No switches created by Lua.

*** Macros from macro and ATC memu are stored in a table ***
<<< Macro table element no. 0 is not a switch. >>>
name -->"Enter a line of code"
always -->enter_the_code_line = true

<<< Macro table element no. 1 is a switch. >>>


name -->"Show pilot's head info"
activate -->display_PH_info = true
deactivate-->display_PH_info = false

<<< Macro table element no. 2 is a switch. >>>


name -->"Show joystick button numbers"
activate -->button_sniffer_active = true
deactivate-->button_sniffer_active = false

<<< Macro table element no. 3 is a switch. >>>


name -->"Show keystoke numbers"
activate -->keystroke_sniffer_active = true
deactivate-->keystroke_sniffer_active = false

<<< Macro table element no. 4 is a switch. >>>


name -->"Show memory usage heartbeat"
activate -->show_memory_heartbeat = true
deactivate-->show_memory_heartbeat = false

<<< Macro table element no. 5 is a switch. >>>


name -->"Landing Rate: Show Debug Info"
activate -->lrl_DEBUG = true
deactivate-->lrl_DEBUG = false

<<< Macro table element no. 6 is not a switch. >>>


name -->"Simple Loading Equip. : refresh cache"
always --> create_parking_position_cache()

<<< Macro table element no. 7 is not a switch. >>>


name -->"Simple Ground Serv menu"
always -->if XPJ_show then hide_windoz() else show_windoz() end

*** OpenAL sound files are stored in a table ***


<<< Sound table element >>>
filename --> "C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
Sounds/Engine.wav"
pitch --> 1
gain --> 1
loop --> false
source --> 1
buffer --> 0

<<< Sound table element >>>


filename --> "C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
Sounds/Passengers.wav"
pitch --> 1
gain --> 1
loop --> false
source --> 2
buffer --> 0

<<< Sound table element >>>


filename --> "C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
Sounds/Crash.wav"
pitch --> 1
gain --> 0.9
loop --> false
source --> 3
buffer --> 0

*** All simple global variables Lua knows ***


AIRCRAFT_FILENAME = Cessna_172SP.acf
AIRCRAFT_PATH = C:\X-Plane 11/Aircraft/Laminar Research/Cessna 172SP/
AMBIENT_OCCLUSION = 0
ASU_chg = false
ASonce = 0
ATMOSPHERIC_SCATTERING = 0
AURORA_BOREALIS = 1
AircraftPath = #
ArrestorSystem_chg = false
BIRDS_DEER = 1
BUMPMAP_TEXTURES = 1
BeltLoaderFwdPosition = -4
BeltLoader_chg = false
BoardStairsXPJ = true
BoardStairsXPJ2 = false
Bus_chg = false
CARRIERS_FRIGATES = 1
CLOCKS_PER_SEC = 1000
CLOUDS_RADIUS = 2.5
CLOUD_PUFFS = 0.75
COCKPIT_NEAR = 1
COCKPIT_PROXY = 1
COMPRESS_TEXTURES = 1
Cart_chg = false
CatchWire_sound = 2
Catering_chg = false
Chocks_chg = false
Cleaning_chg = false
Cones_chg = false
DETAIL_TEXTURES = 1
DIRECTORY_SEPARATOR = /
DISTANCE_BIAS = 1
DISTANCE_PLANS = 4000
DISTANCE_TRAFFIC = 10000
DO_EVERY_FRAME_TIME_SEC = 0.001
DO_ON_EXIT_LUA_CODE = -- Never touch this variable or FylWithLua will crash!
-- Use the function do_on_exit() to execute code when Lua stops.
exit_plugin()
DO_SOMETIMES_TIME_SEC = 0
Deice_chg = false
DistanceToCrashSite = 1000
DistanceToShipWreckSite = 20000
ELEVATION = 14.21425123699
Engine_sound = 0
FADE_RATE = 0.60000002384186
FFT_WATER = 0
FIRES_BALOONS = 0
FLT_MAX = 3.4028234663853e+38
FM_chg = false
FOREST_DENSITY = 5
FOREST_INNER = 1
FOREST_MID = 1
FOREST_OUTER = 1
FUEL_chg = false
FireSmoke_chg = false
FireVehicle_chg = false
GPU_chg = false
GROUND_FADING = 0.5
GROUND_VISIBLE = 500000
HDR = 1
H_speed_part_1 = 0.0053
H_speed_part_2 = 0.005
HookDown = 0
INTERNALS_DIRECTORY = C:\X-Plane 11/Resources/plugins/FlyWithLua/Internals/
InitialPaxHeight_stairIII = 0
InitialPaxHeight_stairIV = 0
IsCable = false
IsEMAS = true
IsNet = false
IsToLiSs = false
LATITUDE = 55.335757542999
LOD_BIAS = 1
LONGITUDE = 11.246019278438
LUA_MEMORY_USAGE_KB = 555
LUA_RUN = 1
Light_chg = false
MD5_CTX = ctype<struct MD5Context>
MODULES_DIRECTORY = C:\X-Plane 11/Resources/plugins/FlyWithLua/Modules/
MOUSE_X = 194
MOUSE_Y = 681
NUMBER_OF_HID_DEVICES = 16
OBJECT_DENSITY = 6
OBJ_LODBIAS = 3
PB_chg = false
PIXEL_LIGHTING = 1
PLANE_AUTHOR = Laminar Research - dmax3d.com
PLANE_DESCRIP = Cessna 172 SP Skyhawk - 180HP
PLANE_ICAO = C172
PLANE_TAILNUMBER = N172SP
PLUGIN_MAIN_DIRECTORY = C:\X-Plane 11/Resources/plugins/FlyWithLua
PRM_chg = false
Passengers_sound = 1
Pax_chg = false
Paxref0 = cdata<void *>: NULL
Paxref1 = cdata<void *>: NULL
Paxref2 = cdata<void *>: NULL
Paxref3 = cdata<void *>: NULL
Paxref4 = cdata<void *>: NULL
Paxref5 = cdata<void *>: NULL
People1_chg = false
People2_chg = false
People3_chg = false
People4_chg = false
PilotHeadX = 791778.6875
PilotHeadY = -1021001.625
PilotHeadZ = -3369693.75
Prefilled_ASU_ACU = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
Ground_carts/ASU_ACU_generic.obj
Prefilled_AlternativeBusObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/airport
scenery/Ramp_Equipment/Cargo_Container_6.obj
Prefilled_AlternativeCateringObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Cleaning/Van_White.obj
Prefilled_AlternativeFireObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Fire/Honda_CR_V_Red.obj
Prefilled_ArrestorCable = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
ArrestorCable.obj
Prefilled_ArrestorNet = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
NetBarrier.obj
Prefilled_BeltLoaderObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/BeltLoader/Generic.obj
Prefilled_BusObject_option1 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Cobus/Cobus_2700_Generic.obj
Prefilled_BusObject_option2 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Cobus/Cobus_2700_2.obj
Prefilled_CartObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/airport
scenery/Ramp_Equipment/Lugg_Train_Str2.obj
Prefilled_CateringHighPartObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Catering/Catering_high_part.obj
Prefilled_CateringObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Catering/Catering_low_part.obj
Prefilled_CleaningTruckObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Cleaning/Van_White.obj
Prefilled_DeiceObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/De_Icing_Trucks/DeicingTruck_mod.obj
Prefilled_DeiceObject2 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/De_Icing_Trucks/DeicingTruck_mod.obj
Prefilled_EMAS = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
EMAS.obj
Prefilled_FMObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/FollowMe/Honda_CR_V_Silver.obj
Prefilled_FireAndSmokeObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
FlameGround.obj
Prefilled_FireObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Fire/Yellow_1.obj
Prefilled_FuelObject_option1 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Fuel_Trucks/Fuel.obj
Prefilled_FuelObject_option2 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Fuel_Trucks/Swissport.obj
Prefilled_GPUObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/GPUs/Generictld.obj
Prefilled_LargeShipObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Ships/Sentosa_Leader.obj
Prefilled_LightObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
Area_light_small.obj
Prefilled_PRMHighPartObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/PRM/Ambulift_high_part.obj
Prefilled_Passenger1Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Man_Shirt_1_anim2.obj
Prefilled_Passenger2Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Woman_4_anim2.obj
Prefilled_Passenger3Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Man_Shirt_2_anim2.obj
Prefilled_Passenger4Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Man_Suit_1_anim2.obj
Prefilled_Passenger5Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Man_Jacket_1_anim2.obj
Prefilled_Passenger6Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Woman_5_anim2.obj
Prefilled_Passenger7Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Man_Suit_2_anim2.obj
Prefilled_PassengerMilObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Man_Military_1.obj
Prefilled_PeopleObject1 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/People/Airport_Worker_1_Ear_Muffs.obj
Prefilled_PeopleObject2 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/People/Airport_Worker_3.obj
Prefilled_PeopleObject3 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/People/Airport_Worker_1_Broom_anim.obj
Prefilled_PeopleObject4 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/People/Pilot_2.obj
Prefilled_PushBack1Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/airport
scenery/Ramp_Equipment/Tow_Tractor_2.obj
Prefilled_PushBackObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/airport
scenery/Ramp_Equipment/Towbar_1.obj
Prefilled_SmallShipObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Ships/Fishing_Boat_1.obj
Prefilled_StairsObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/airport
scenery/Ramp_Equipment/Stair_Maint_1.obj
Prefilled_StairsXPJObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
Airstairs/new/small/MobileAirstairsSlider_small.obj
Prefilled_StairsXPJObject_base = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
Airstairs/new/small/MobileAirstairsBase_small.obj
Prefilled_StopSignFixedObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
3d_marshaller_animated/3DMarshallerfixed.obj
Prefilled_StopSignObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
3d_marshaller_animated/3DMarshaller.obj
Prefilled_TargetMarkerObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/sim
objects/apt_vehicles/../apt_lights/slow/inset_edge_rwy_WW.obj
Prefilled_ULDLoaderObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/ULDLoader/Generic.obj
Prefilled_ULDTrainObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/ULDLoader/ULD_AAD_Train.obj
QUARANTINE_DIRECTORY = C:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts
(Quarantine)/
REFLECTIVE_WATER = 1
ROAD_DENSITY = 3
RUNWAYS_CONTOURS = 1
RearBeltLoader_chg = false
SCREEN_HEIGHT = 768
SCREEN_HIGHT = 768
SCREEN_WIDTH = 1024
SCRIPTS_LOADING_TIME_SEC = 0.307
SCRIPT_DIRECTORY = C:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts/
SDK_VERSION = 303
SGES_Author = Laminar Research - dmax3d.com
SGES_Automatic_sequence_start_flight_time_sec = 9999
SGES_LegacyGUI = true
SGES_SoundLevel = 0.025
SGES_XPlaneIsPaused = 0
SGES_parkbrake = 1
SGES_pushEngine_ratio = 0
SGES_pushTurn_ratio = 0
SGES_sound = true
SGES_switch = false
SGES_total_flight_time_sec = 0.050251256674528
SHADOW_EXTERIOR = 2
SHADOW_FADE = 0
SHADOW_SIZE = 2048
STATIC_PLANE_DENSITY = 0
SUPPORTS_FLOATING_WINDOWS = 1
SYSTEM = IBM
SYSTEM_ARCHITECTURE = 64
SYSTEM_DIRECTORY = C:\X-Plane 11/
SecondStairsFwdPosition = -30
Ship1_chg = false
Ship2_chg = false
StairFinalH = 0
StairFinalH_stairIII = 0
StairFinalH_stairIV = 0
StairFinalX_stairIII = 0
StairFinalX_stairIV = 0
StairFinalY_stairIII = 0
StairFinalY_stairIV = -30.15
StairsH_chg = false
StairsXPJ2_chg = false
StairsXPJ_chg = false
Stairs_chg = false
StopSign_chg = false
StopSign_show_only_once = true
Stored_Prefilled_BeltLoaderObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/BeltLoader/Generic.obj
TAXIWAY_SMOOTHNESS = 2
TRAFFIC_DENSITY = 3
TargetMarker_chg = false
TargetMarker_show_only_once = true
ULDLoader_chg = false
UseXplaneDefaultObject = false
User_Custom_Prefilled_AlternativeBusObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/airport
scenery/Ramp_Equipment/Cargo_Container_6.obj
User_Custom_Prefilled_AlternativeCateringObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Cleaning/Van_White.obj
User_Custom_Prefilled_AlternativeFireObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Fire/Honda_CR_V_Red.obj
User_Custom_Prefilled_BeltLoaderObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/BeltLoader/Generic.obj
User_Custom_Prefilled_BusObject_option1 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Cobus/Cobus_2700_Generic.obj
User_Custom_Prefilled_BusObject_option2 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Cobus/Cobus_2700_2.obj
User_Custom_Prefilled_CateringHighPartObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Catering/Catering_high_part.obj
User_Custom_Prefilled_CateringObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Catering/Catering_low_part.obj
User_Custom_Prefilled_CleaningTruckObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Cleaning/Van_White.obj
User_Custom_Prefilled_FMObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/FollowMe/Honda_CR_V_Silver.obj
User_Custom_Prefilled_FireObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Fire/Yellow_1.obj
User_Custom_Prefilled_FuelObject_option1 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Fuel_Trucks/Fuel.obj
User_Custom_Prefilled_FuelObject_option2 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Fuel_Trucks/Swissport.obj
User_Custom_Prefilled_GPUObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/GPUs/Generictld.obj
User_Custom_Prefilled_LargeShipObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Ships/Sentosa_Leader.obj
User_Custom_Prefilled_Passenger1Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Man_Shirt_1_anim2.obj
User_Custom_Prefilled_Passenger2Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Woman_4_anim2.obj
User_Custom_Prefilled_Passenger3Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Man_Shirt_2_anim2.obj
User_Custom_Prefilled_Passenger4Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Man_Suit_1_anim2.obj
User_Custom_Prefilled_Passenger5Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Man_Jacket_1_anim2.obj
User_Custom_Prefilled_Passenger6Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Woman_5_anim2.obj
User_Custom_Prefilled_Passenger7Object = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Man_Suit_2_anim2.obj
User_Custom_Prefilled_PassengerMilObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Passengers/Man_Military_1.obj
User_Custom_Prefilled_PeopleObject1 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/People/Airport_Worker_1_Ear_Muffs.obj
User_Custom_Prefilled_PeopleObject2 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/People/Airport_Worker_3.obj
User_Custom_Prefilled_PeopleObject3 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/People/Airport_Worker_1_Broom_anim.obj
User_Custom_Prefilled_PeopleObject4 = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/People/Pilot_2.obj
User_Custom_Prefilled_SmallShipObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/Ships/Fishing_Boat_1.obj
User_Custom_Prefilled_StairsObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/airport
scenery/Ramp_Equipment/Stair_Maint_1.obj
User_Custom_Prefilled_ULDLoaderObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/ULDLoader/Generic.obj
User_Custom_Prefilled_ULDTrainObject = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services/
MisterX_Lib/ULDLoader/ULD_AAD_Train.obj
VOLUMETRIC_FOG = 1
WATER_REFLECTION = 0
XPJ_show = false
XPLANE_HOSTID = 1
XPLANE_LANGUAGE = German
XPLANE_VERSION = 11550
XPLM_NAV_NOT_FOUND = -1
XPlane_Ramp_Equipment_directory = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/airport
scenery/Ramp_Equipment/
XPlane_objects_directory = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/sim
objects/apt_vehicles/
XSB_METAR = Sorry, no METAR
X_speed_part_1 = 0.0073
X_speed_part_2 = 0.005
_VERSION = Lua 5.1
airstart_unit_factor = 16.4
approaching_TargetMarker = 0
automatic_marshaller_already_requested_once = false
automatic_marshaller_capture_position_threshold = 0.0004
automatic_marshaller_requested = false
button_debug_string = No button pressed!
button_sniffer_active = false
cgY_sges = 0.30000001192093
code = values_axis_lrl_landingG = {}
ts_axis_lrl_landingG = {}
function init_lrl_landingG()
values_axis_lrl_landingG = {}
ts_axis_lrl_landingG = {}
end
init_lrl_landingG()
function calcAvg_lrl_landingG()
local avg = 0
if #values_axis_lrl_landingG > 0 then
for i = 30, 1, -1 do
avg = avg + (values_axis_lrl_landingG[i] or 0)
end
avg = avg / #values_axis_lrl_landingG
end
return avg
end
function calcDeviation_lrl_landingG()
local prev
local d = 0
if #values_axis_lrl_landingG > 0 then
for i = 30, 1, -1 do
if values_axis_lrl_landingG[i] then
if prev then
local diff = values_axis_lrl_landingG[i] - prev
d = d + diff
end
prev = values_axis_lrl_landingG[i]
end
end
d = d / (#values_axis_lrl_landingG - 1)
end
return d
end
function calcTime_lrl_landingG()
local d = 0
if #ts_axis_lrl_landingG > 1 then
d = ts_axis_lrl_landingG[1] - ts_axis_lrl_landingG[#ts_axis_lrl_landingG]
end
return d
end
function pushValue_lrl_landingG(value, ts)
ts = ts or os.clock()
for i = 30, 2, -1 do
values_axis_lrl_landingG[i] = values_axis_lrl_landingG[i-1]
ts_axis_lrl_landingG[i] = ts_axis_lrl_landingG[i-1]
end
values_axis_lrl_landingG[1] = value
ts_axis_lrl_landingG[1] = ts
end

current_time = 59
debugging_passengers = false
defaultfile = file (closed)
deltaDoorX = 8
deltaDoorX2 = 11
display_PH_info = false
elevation = 14.21425123699
enter_the_code_line = false
first_cloud_base = 3048
ftu_advanced_clouds_file_mode = Save
ftu_advanced_clouds_file_slot = 1
ftu_advanced_water_file_mode = Save
ftu_advanced_water_file_slot = 1
ftu_clouds_textures_installed = false
ftu_config_reminder = 3
ftu_gui_scale = 1
ftu_gui_status = 100%
ftu_launcher_settings_loaded = true
ftu_launcher_startup_delay = 2
ftu_main_menu_page = Main
ftu_main_module_on = true
ftu_menu_helper_status = Menu Helper On
ftu_reset_datarefs = false
ftu_show_main_menu = 0
ftu_show_menu_helper = 1
ftu_weather_protection = true
g_shifted_x = 15576.663553158
g_shifted_z = 18255.864928173
gear1X = 0.3
gear1Z = 1.4
gnd_imm_max = 1
gnd_imm_min = 0.89999997615814
gs_gnd_spd = 0
gs_ias_spd = -21
gs_plane_head = 299.00354003906
gs_plane_head_correction = 0
gs_plane_head_correction2 = 0
gs_plane_x = 15576.663553158
gs_plane_y = -30.932872772217
gs_plane_y_agl = 4.7683715820313e-07
gs_plane_z = 18255.864928173
guidance_active = false
imm_rat_sky = 0
initial_pax_start = true
keystroke_debug_string = No key pressed!
keystroke_sniffer_active = false
ladder_state = 0
latcone = 8
lit_imm_max = 1
lit_imm_min = 0.89999997615814
lod = 3
lrl_ARMED = 0
lrl_DEBUG = false
lrl_FONTSIZE = 18
lrl_LANDED = 1
lrl_POSTRATE = true
lrl_Q = 0
lrl_Qrad = 0
lrl_SECONDS_TO_DISPLAY = 15
lrl_SHOW_TIMER = true
lrl_STANDBY = 3
lrl_STEERINGDN = 2
lrl_XPCT = 0.5
lrl_YPCT = 0.8
lrl_agl = 4.7683715820313e-07
lrl_boolBeaconOn = 0
lrl_boolInReplay = 0
lrl_boolOnGroundAll = 0
lrl_boolOnGroundAny = 0
lrl_boolSimPaused = 0
lrl_floatFinal = 0
lrl_floatTimer = 0
lrl_gforce = 0
lrl_landingG = 1
lrl_landingRate = 1
lrl_localtime = 41292.05078125
lrl_logAllWheels = false
lrl_logAnyWheel = false
lrl_logDisplayOn = true
lrl_popupState = 2
lrl_showUntil = 63.905
lrl_vertfpm = 0
nosewheel = 0
number_of_code_lines_in_history = 2
outsideAirTemp = 14.912795066833
passenger1_show_only_once = true
passenger2_show_only_once = true
passenger3_show_only_once = true
passenger4_show_only_once = true
passenger5_show_only_once = true
passenger6_show_only_once = true
pilot_alt_agl = 4.7683715820313e-07
realFrame_time = 0.050251256674528
show_ACU = false
show_ASU = false
show_ArrestorSystem = false
show_Automatic_sequence_start = false
show_BeltLoader = false
show_Bus = false
show_Cart = false
show_Catering = false
show_Chocks = false
show_Cleaning = false
show_Cones = false
show_Deice = false
show_FM = false
show_FUEL = false
show_FireSmoke = false
show_FireVehicle = false
show_FireVehicleAhead = false
show_GPU = false
show_Light = false
show_PB = false
show_PRM = false
show_Pax = false
show_People1 = false
show_People2 = false
show_People3 = false
show_People4 = false
show_RearBeltLoader = false
show_Ship1 = false
show_Ship2 = false
show_Stairs = false
show_StairsH = false
show_StairsXPJ = false
show_StairsXPJ2 = false
show_StopSign = false
show_TargetMarker = false
show_ULDLoader = false
show_auto_stairs = false
show_memory_heartbeat = false
show_samFM = false
sol.☢☢ = userdata: 0x7ff89508df80
sol.📌 = thread: 0x120c0378
stairs_AFT_FWD = 10
stairs_LEFT_RIGHT = 10
starting_deice_time = -999
targetDoorAltitude = -0.091440007090569
targetDoorX = 0
targetDoorZ = -1.0058399438858
target_to_open_the_door = 1
user_targeting_factor = 0
vertical_door_position = -2.5
vertical_door_position2 = -4
view_is_external_FEV = 0
vis_graphical = 100000
vis_graphical_cld = 10
vis_graphical_near = 10
visibility_reported_m = 40233.6015625
walking_direction = boarding
we_did_it = true
wind = 0
xplm_Nav_Airport = 1
xplm_Nav_DME = 1024
xplm_Nav_Fix = 512
xplm_Nav_GlideSlope = 32
xplm_Nav_ILS = 8
xplm_Nav_InnerMarker = 256
xplm_Nav_LatLon = 2048
xplm_Nav_Localizer = 16
xplm_Nav_MiddleMarker = 128
xplm_Nav_NDB = 2
xplm_Nav_OuterMarker = 64
xplm_Nav_Unknown = 0
xplm_Nav_VOR = 4
*** All global tables Lua knows ***
ALL_HID_DEVICES = table: 0x120cd640
DATAREF_META_TABLE = table: 0x120cd500
Passenger_step_t = table: 0x1214faf8
Pax_chrono_t = table: 0x1214fc08
Pax_hdg_t = table: 0x12153df8
Pax_hgt_t = table: 0x12153ce8
Pax_lat_t = table: 0x12154ac0
Pax_lon_t = table: 0x12153bd8
Runway = table: 0x1211b0f0
_G = table: 0x120c1d60
bit = table: 0x120c8f38
code_line_history = table: 0x1215a5f8
coroutine = table: 0x120c44e8
debug = table: 0x120c8790
finalPax_lon_t = table: 0x12153490
graphics = table: 0x12162ae8
imgui = table: 0x120cf710
io = table: 0x120c23f8
jit = table: 0x120c9670
last_recorded_pax_height_t = table: 0x121535a0
last_recorded_pax_latitude_t = table: 0x12153e40
lrl_popupText = table: 0x1215c2f0
math = table: 0x120c77f8
os = table: 0x120c68c0
package = table: 0x120c49e8
progressions1_t = table: 0x121552b8
progressions2_t = table: 0x12155328
progressions3_t = table: 0x12155398
progressions4_t = table: 0x12155408
progressions5_t = table: 0x121548d0
progressions6_t = table: 0x12154940
progressions_t = table: 0x121549b0
string = table: 0x120c6ed0
table = table: 0x120c52a0
ts_axis_lrl_agl = table: 0x12101830
ts_axis_lrl_landingG = table: 0x1215faf8
values_axis_lrl_agl = table: 0x121017e8
values_axis_lrl_landingG = table: 0x1215fab0

*** All global functions Lua knows ***


ActiveDeice = function: 0x1214eda8
AircraftParameters = function: 0x120e5c48
ArrestorSystemAirportILS = function: 0x121709d8
Automatic_sequence_start = function: 0x1214c510
Chocks_position_settle = function: 0x12121910
DO_EVERY_DRAW_CHUNK = function: 0x12163b90
DO_EVERY_FRAME_CHUNK = function: 0x12124148
DO_OFTEN_CHUNK = function: 0x12164f70
DO_ON_KEYSTROKE_CHUNK = function: 0x1215e760
DO_SOMETIMES_CHUNK = function: 0x1214c328
DataRef = function: 0x120c2440
DrawFLyWithLuaInputLine = function: 0x1215a6e0
F1 = function: 0x120fe8f0
F2 = function: 0x120fe9a0
F3 = function: 0x120fe9d0
F4 = function: 0x120fea08
FLYWITHLUA_DEBUG = function: 0x121070e8
GetLuaLineFromKeyboard = function: 0x1215a978
MD5Final = function: 0x120cd3a0
MD5Init = function: 0x120cd2b8
MD5STEP = function: 0x120cd1d0
MD5Transform = function: 0x120cd2e8
MD5Update = function: 0x120cd318
ObtainArrestorCoordinates = function: 0x12170a78
OnScenery = function: 0x12121768
Recompute_ref_rampservice = function: 0x12121b90
SayInfoOnNoseWheelRampTargetMarker = function: 0x1214bf68
SayInfoOnTarget = function: 0x12160460
Set_sound_level = function: 0x1215f498
StopMarker_designation = function: 0x12160360
Support_Arrestor_Heading_With_ILS = function: 0x12170928
Time = function: 0x1213be80
XPLMClearFMSEntry = function: 0x120cb4a8
XPLMCountFMSEntries = function: 0x120cd0b0
XPLMFindCommand = function: 0x120cb7b0
XPLMFindDataRef = function: 0x120cb748
XPLMFindFirstNavAidOfType = function: 0x120ccee8
XPLMFindLastNavAidOfType = function: 0x120ccf60
XPLMFindNavAid = function: 0x120ccfd8
XPLMGetAllMonitorBoundsGlobal = function: 0x120cedc8
XPLMGetAllMonitorBoundsOS = function: 0x120ced50
XPLMGetDataRefTypes = function: 0x120cbc28
XPLMGetDatad = function: 0x120cb8e8
XPLMGetDataf = function: 0x120cb880
XPLMGetDatai = function: 0x120cb818
XPLMGetDatavf = function: 0x120cb9b8
XPLMGetDatavi = function: 0x120cb950
XPLMGetDestinationFMSEntry = function: 0x120cb340
XPLMGetDisplayedFMSEntry = function: 0x120cd120
XPLMGetFMSEntryInfo = function: 0x120cb5f8
XPLMGetFirstNavAid = function: 0x120cce08
XPLMGetMouseLocationGlobal = function: 0x120cebf0
XPLMGetNavAidInfo = function: 0x120cd040
XPLMGetNextNavAid = function: 0x120cce78
XPLMGetScreenBoundsGlobal = function: 0x120cecd8
XPLMGetScreenSize = function: 0x120cec68
XPLMSetDatad = function: 0x120cbaf0
XPLMSetDataf = function: 0x120cba88
XPLMSetDatai = function: 0x120cba20
XPLMSetDatavf = function: 0x120cbbc0
XPLMSetDatavi = function: 0x120cbb58
XPLMSetDestinationFMSEntry = function: 0x120cb430
XPLMSetDisplayedFMSEntry = function: 0x120cb3b8
XPLMSetFMSEntryInfo = function: 0x120cb588
XPLMSetFMSEntryLatLon = function: 0x120cb518
XPLMSetGraphicsState = function: 0x120cc690
XPLMSpeakString = function: 0x120ca2d0
XSBConnect = function: 0x120ca160
XSBDisconnect = function: 0x120ca1c8
XSBLookupATC = function: 0x120ca230
XSBSendFlightplan = function: 0x120ca088
XSBShowFlightplan = function: 0x120c9bf0
XSBSpeakString = function: 0x120c9b88
XSBUserLogin = function: 0x120ca0f8
XSB_METAR_CALLBACK = function: 0x120e8cf8
activate_macro = function: 0x120c2190
add_ATC_macro = function: 0x120c20c0
add_atc_macro = function: 0x120c2128
add_macro = function: 0x120c2058
apply_settings = function: 0x1215d4e8
assert = function: builtin#2
auto_hide_floatting_windoz = function: 0x1214ce60
automatic_parking_search = function: 0x1214e7e8
bcmp = function: 0x120fbb50
bcopy = function: 0x120fbb18
begin_classic_mode = function: 0x120cb668
big_bubble = function: 0x12157fd8
bin2str = function: 0x121004d0
bubble = function: 0x12157fa8
build_windoz = function: 0x1214c358
button = function: 0x120cc000
button_sniffer_event_handler = function: 0x1215cce0
byteReverse = function: 0x120fe8c0
bzero = function: 0x120fbaa8
calcAvg_lrl_agl = function: 0x12101878
calcAvg_lrl_landingG = function: 0x121588e0
calcDeviation_lrl_agl = function: 0x1215aa38
calcDeviation_lrl_landingG = function: 0x120efe70
calcTime_lrl_agl = function: 0x12102910
calcTime_lrl_landingG = function: 0x1215fb40
change_visibility = function: 0x12174af8
clear_all_axis_assignments = function: 0x120cbf88
clear_all_button_assignments = function: 0x120c2348
collectgarbage = function: builtin#27
command_begin = function: 0x120cc230
command_end = function: 0x120cc298
command_once = function: 0x120cc1c8
common_unload = function: 0x1214ed00
coordinates_of_adjusted_ref_rampservice = function: 0x12120a78
coordinates_of_nose_gear = function: 0x12119b70
crash_the_sim = function: 0x120cc300
create_HID_table = function: 0x120cee40
create_axis_median = function: 0x120c2728
create_command = function: 0x120cbc98
create_dataref_table = function: 0x120cd610
create_negative_edge_decrement = function: 0x120c29f0
create_negative_edge_flip = function: 0x120c2ae0
create_negative_edge_increment = function: 0x120c2900
create_negative_edge_trigger = function: 0x120c2810
create_parking_position_cache = function: 0x1214e680
create_positive_edge_decrement = function: 0x120c2978
create_positive_edge_flip = function: 0x120c2a68
create_positive_edge_increment = function: 0x120c2888
create_positive_edge_trigger = function: 0x120c2798
create_runway_position_cache = function: 0x1214d3b8
create_switch = function: 0x120c26c0
dataref = function: 0x120c24a0
dataref_table = function: 0x120cd5e0
deactivate_macro = function: 0x120c21f8
define_shared_DataRef = function: 0x120c2500
define_shared_dataref = function: 0x120c2570
determine_airstairtype = function: 0x12170670
directory_to_table = function: 0x120cbd00
do_every_draw = function: 0x120c1eb8
do_every_frame = function: 0x120c1f20
do_often = function: 0x120c1f88
do_on_exit = function: 0x121668a0
do_on_keystroke = function: 0x120c2c30
do_on_mouse_click = function: 0x120c1dd8
do_on_mouse_wheel = function: 0x120c1e48
do_on_new_XSB_text = function: 0x120c2bc0
do_on_new_metar = function: 0x120c2b58
do_sometimes = function: 0x120c1ff0
dofile = function: builtin#25
draw_ArrestorSystem = function: 0x1214f400
draw_Bus = function: 0x121210f0
draw_Cart = function: 0x12113aa8
draw_Cart_departing = function: 0x12113b20
draw_FM = function: 0x12121168
draw_FUEL = function: 0x12121030
draw_FireVehicle = function: 0x12155250
draw_PB = function: 0x1214f330
draw_PB1 = function: 0x1214f398
draw_StairsXPJ = function: 0x12113bd8
draw_StairsXPJ2 = function: 0x121551d8
draw_all_Passengers = function: 0x1214f260
draw_all_Passengers_deboarding = function: 0x1214f2c8
draw_from_simulator_coordinates = function: 0x12120fd8
draw_infoRTW = function: 0x12114108
draw_static_object = function: 0x121218a8
draw_string = function: 0x120cc368
draw_string_Helvetica_10 = function: 0x120cc4c0
draw_string_Helvetica_12 = function: 0x120cc448
draw_string_Helvetica_18 = function: 0x120cc3d0
draw_string_Times_Roman_10 = function: 0x120cc538
draw_string_Times_Roman_24 = function: 0x120cc5b0
draw_string_ftu_helvetica = function: 0x120cc448
end_classic_mode = function: 0x120cb6d8
error = function: builtin#19
execute_FOLLOWME_service_objects = function: 0x120ee300
execute_service_objects = function: 0x1214cf28
exit_plugin = function: 0x1214bd60
findDataref = function: 0x12161f38
float_wnd_bring_to_front = function: 0x120e7a90
float_wnd_create = function: 0x120d5290
float_wnd_destroy = function: 0x120e7860
float_wnd_get_dimensions = function: 0x120e7778
float_wnd_get_geometry = function: 0x120e7d40
float_wnd_get_visible = function: 0x120e78d0
float_wnd_get_xplm_handle = function: 0x120e0518
float_wnd_is_front = function: 0x120e7a20
float_wnd_is_popped = function: 0x120e79b0
float_wnd_is_vr = function: 0x120e7b08
float_wnd_load_image = function: 0x120e77f0
float_wnd_set_geometry = function: 0x120e7cd0
float_wnd_set_gravity = function: 0x120e7c60
float_wnd_set_imgui_builder = function: 0x120e80d0
float_wnd_set_onclick = function: 0x120e8268
float_wnd_set_onclose = function: 0x120e8330
float_wnd_set_ondraw = function: 0x120e81a0
float_wnd_set_position = function: 0x120e04a8
float_wnd_set_positioning_mode = function: 0x120e7be8
float_wnd_set_resizing_limits = function: 0x120e7b70
float_wnd_set_title = function: 0x120d5330
float_wnd_set_visible = function: 0x120e7940
gcinfo = function: builtin#26
get = function: 0x120cc0a0
getDatad = function: 0x12162cd8
getDataf = function: 0x12162c68
getDatai = function: 0x12162bf8
get_DataRef_binding = function: 0x120c2650
get_airport_intell_Core = function: 0x1214d288
get_dataref_binding = function: 0x120c25e0
get_pilots_head = function: 0x120cbe98
get_targetVis = function: 0x121280d8
getfenv = function: builtin#10
getmetatable = function: builtin#8
glBegin_LINES = function: 0x120cc768
glBegin_LINE_LOOP = function: 0x120cc840
glBegin_LINE_STRIP = function: 0x120cc7d0
glBegin_POINTS = function: 0x120cc700
glBegin_POLYGON = function: 0x120cc8b0
glBegin_QUADS = function: 0x120cca68
glBegin_QUAD_STRIP = function: 0x120ccad0
glBegin_TRIANGLES = function: 0x120cc918
glBegin_TRIANGLE_FAN = function: 0x120cc9f8
glBegin_TRIANGLE_STRIP = function: 0x120cc988
glColor3f = function: 0x120cccd8
glColor4f = function: 0x120ccd40
glEnd = function: 0x120ccb40
glLineWidth = function: 0x120ccc70
glRectf = function: 0x120ccda8
glVertex2f = function: 0x120ccba0
glVertex3f = function: 0x120ccc08
hid_close = function: 0x120cef80
hid_get_feature_report = function: 0x120cf280
hid_open = function: 0x120ceeb0
hid_open_path = function: 0x120cef18
hid_read = function: 0x120cf0c0
hid_read_timeout = function: 0x120cf050
hid_send_feature_report = function: 0x120cf198
hid_send_filled_feature_report = function: 0x120cf208
hid_set_nonblocking = function: 0x120cf128
hid_write = function: 0x120cefe8
hide_floatting_windoz = function: 0x1214ce30
hide_windoz = function: 0x1214cdf8
huge_bubble = function: 0x12158008
init_lrl_agl = function: 0x1215b168
init_lrl_landingG = function: 0x121029b0
ipairs = function: builtin#7
keystroke_sniffer_event_handler = function: 0x1215e5b0
last_button = function: 0x120cc038
latlon_to_local = function: 0x12121d78
let_sound_loop = function: 0x120cf4f8
load = function: builtin#23
load_ASU_ACU = function: 0x1216dae0
load_ArrestorSystem = function: 0x12170538
load_BeltLoader = function: 0x1211af48
load_Bus = function: 0x12119848
load_Cart = function: 0x12119750
load_Catering = function: 0x12128998
load_Chocks = function: 0x1211c4b8
load_Cleaning = function: 0x1211aef8
load_Cones = function: 0x1211ad90
load_Deice = function: 0x1211c518
load_FM = function: 0x121288c0
load_FUEL = function: 0x1211ae28
load_FireSmoke = function: 0x12170580
load_FireVehicle = function: 0x12170460
load_GPU = function: 0x1211b988
load_Light = function: 0x1216d890
load_PB = function: 0x1216da58
load_PRM = function: 0x12128a48
load_Passengers = function: 0x1211c3d0
load_People1 = function: 0x12170620
load_People2 = function: 0x1211c2d8
load_People3 = function: 0x1211c328
load_People4 = function: 0x1211c380
load_RearBeltLoader = function: 0x121196e8
load_Ship1 = function: 0x1211c428
load_Ship2 = function: 0x1211c470
load_Stairs = function: 0x121197f8
load_StairsXPJ = function: 0x1216d918
load_StairsXPJ2 = function: 0x1216d970
load_StopSign = function: 0x1216da08
load_TargetMarker = function: 0x1216d9b8
load_ULDLoader = function: 0x121705d0
load_WAV_file = function: 0x120cf2f0
load_aircraft = function: 0x120ceb20
load_probe = function: 0x121216d0
load_situation = function: 0x120cea50
loadfile = function: builtin#22
loadstring = function: builtin#24
local_to_latlon = function: 0x12121c80
lodfix = function: 0x12155478
logMsg = function: 0x120ca298
lrl_evalRating = function: 0x1215af58
lrl_loopCallback = function: 0x1215af88
lrl_populatePopupStats = function: 0x1215f000
lrl_populatePopupStats2 = function: 0x1215df70
lrl_postLandingRate = function: 0x1215c360
lrl_updateLandingResult = function: 0x120ed148
md5 = function: 0x120cd3e8
measure_string = function: 0x120cc628
memchr = function: 0x120face0
memcmp = function: 0x120faca8
memcpy = function: 0x120fbbb8
memmove = function: 0x120f96b0
memset = function: 0x120fbb80
module = function: 0x120c4e38
new_table = function: 0x121596f0
newproxy = function: builtin#28
next = function: builtin#4
pairs = function: builtin#5
passenger_search_of_stairs = function: 0x12113ca0
pause_sound = function: 0x120cf490
pcall = function: builtin#20
peek = function: 0x120cbd70
place_aircraft_at = function: 0x120cbf00
place_aircraft_at_location = function: 0x120ce9d8
play_sound = function: 0x120cf358
poke = function: 0x120cbdd0
print = function: 0x120cd420
print_button_sniffer_result = function: 0x1215d4b8
print_keystroke_sniffer_result = function: 0x1215e790
printmd5ctx = function: 0x120cd288
probe_door = function: 0x12120728
probe_y = function: 0x12121dc8
pushValue_lrl_agl = function: 0x12102940
pushValue_lrl_landingG = function: 0x120f1c40
rawequal = function: builtin#14
rawget = function: builtin#12
rawset = function: builtin#13
react_to_door_dataref = function: 0x12113b90
reload_scenery = function: 0x120ceb88
replace_WAV_file = function: 0x120cf6a0
require = function: 0x120c4e98
rewind_sound = function: 0x120cf428
save_default_settings = function: 0x12161fa8
save_initial_assignments = function: 0x1210a598
save_situation = function: 0x120ceab8
select = function: builtin#16
service_object_physics0 = function: 0x12125b78
service_object_physics1 = function: 0x12120630
service_object_physics100 = function: 0x1211f868
service_object_physics200 = function: 0x1211f8e8
service_object_physics300 = function: 0x1211f998
service_object_physics302 = function: 0x1211e648
service_object_physics5 = function: 0x1211f0d0
service_object_physics53 = function: 0x12119ab8
service_object_physics71 = function: 0x12124c18
service_object_physics73 = function: 0x120f5140
service_object_physics74 = function: 0x12120890
service_object_physics75 = function: 0x12120910
service_object_physics76 = function: 0x121209c8
service_object_physics81 = function: 0x1211b4b8
service_object_physics82 = function: 0x1211b528
service_object_physics91 = function: 0x1211ffd8
service_object_physicsAS = function: 0x12124cc8
service_object_physicsASU_ACU = function: 0x1211b8d8
service_object_physicsPB = function: 0x1211b868
service_object_physicsPax = function: 0x1211b348
service_object_physicsStopSign = function: 0x1211b828
service_object_physicsTargetMarker = function: 0x1211e6d0
service_object_physicsWF = function: 0x12124d38
service_object_physics_Beltloader = function: 0x1211fcf0
service_object_physics_Bus = function: 0x1211ccf0
service_object_physics_Cart = function: 0x12120108
service_object_physics_Catering = function: 0x1211cda0
service_object_physics_Cleaning = function: 0x1211fbf8
service_object_physics_Fuel = function: 0x121206e8
service_object_physics_PRM = function: 0x12119a08
service_object_physics_RearBeltloader = function: 0x1211f048
service_object_physics_ULDloader = function: 0x120f5088
set = function: 0x120cc100
setData = function: 0x12162bc0
setDatad = function: 0x12162ca0
setDataf = function: 0x12162c30
set_array = function: 0x120cc160
set_axis_assignment = function: 0x120c22d8
set_button_assignment = function: 0x120c2268
set_pilots_head = function: 0x120cbe30
set_sound_gain = function: 0x120cf5c8
set_sound_pitch = function: 0x120cf560
setfenv = function: builtin#11
setmetatable = function: builtin#9
shadow_fix = function: 0x1213c1e8
show_fixed_windoz = function: 0x1214d530
show_memory_usage = function: 0x120c3770
show_pilots_head_parameters = function: 0x12158e60
show_windoz = function: 0x1214d500
sim = function: 0x1216ef40
sol.🔩 = function: 0x120c33b0
step_cycleVIS = function: 0x12154f88
stop_sound = function: 0x120cf3c0
strcasecmp = function: 0x121023b8
strchr = function: 0x121003b8
strcmp = function: 0x12102110
strcpy = function: 0x12100310
strdup = function: 0x12102460
string_same = function: 0x12100460
strlcat = function: 0x12100380
strlcpy = function: 0x12100348
strlen = function: 0x121023f0
strncasecmp = function: 0x12102380
strncmp = function: 0x120ffb10
strndup = function: 0x12102428
strrchr = function: 0x121003f0
strstr = function: 0x12100428
tonumber = function: builtin#17
tostring = function: builtin#18
type = function: builtin#3
unload_Passengers = function: 0x1214ed68
unload_all_sounds = function: 0x120cf630
unload_probe = function: 0x1214ecc0
unpack = function: builtin#15
verify_visbility = function: 0x121189a8
windoz_toggle = function: 0x12160330
xpcall = function: builtin#21

*** We found 16 HID devices ***

ALL_HID_DEVICES[1].vendor_id = 1103 (0x44f)


ALL_HID_DEVICES[1].product_id = 46733 (0xb68d)
ALL_HID_DEVICES[1].release_number = 256 (0x100)
ALL_HID_DEVICES[1].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[1].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[1].usage = 4 (0x4) Joystick
ALL_HID_DEVICES[1].path = \\?\
hid#vid_044f&pid_b68d#7&2c9be585&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[1].serial_number =
ALL_HID_DEVICES[1].manufacturer_string = Thrustmaster
ALL_HID_DEVICES[1].product_string = T.Flight Hotas One
ALL_HID_DEVICES[1] can be opened by FlyWithLua.

ALL_HID_DEVICES[2].vendor_id = 1133 (0x46d)


ALL_HID_DEVICES[2].product_id = 49298 (0xc092)
ALL_HID_DEVICES[2].release_number = 20992 (0x5200)
ALL_HID_DEVICES[2].interface_number = 1 (0x1)
ALL_HID_DEVICES[2].usage_page = 65280 (0xff00) Vendor-defined
ALL_HID_DEVICES[2].usage = 2 (0x2)
ALL_HID_DEVICES[2].path = \\?\
hid#vid_046d&pid_c092&mi_01&col05#8&4fe96fb&0&0004#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[2].serial_number = 2072357E4231
ALL_HID_DEVICES[2].manufacturer_string = Logitech
ALL_HID_DEVICES[2].product_string = G203 LIGHTSYNC Gaming Mouse
ALL_HID_DEVICES[2] can be opened by FlyWithLua.

ALL_HID_DEVICES[3].vendor_id = 6940 (0x1b1c)


ALL_HID_DEVICES[3].product_id = 2645 (0xa55)
ALL_HID_DEVICES[3].release_number = 0 (0)
ALL_HID_DEVICES[3].interface_number = 3 (0x3)
ALL_HID_DEVICES[3].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[3].usage = 1 (0x1)
ALL_HID_DEVICES[3].path = \\?\
hid#vid_1b1c&pid_0a55&mi_03&col01#8&2d4efea8&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[3].serial_number =
ALL_HID_DEVICES[3].manufacturer_string = Corsair
ALL_HID_DEVICES[3].product_string = Hid Interface
ALL_HID_DEVICES[3] can be opened by FlyWithLua.

ALL_HID_DEVICES[4].vendor_id = 6940 (0x1b1c)


ALL_HID_DEVICES[4].product_id = 2645 (0xa55)
ALL_HID_DEVICES[4].release_number = 0 (0)
ALL_HID_DEVICES[4].interface_number = 3 (0x3)
ALL_HID_DEVICES[4].usage_page = 65477 (0xffc5) Vendor-defined
ALL_HID_DEVICES[4].usage = 1 (0x1)
ALL_HID_DEVICES[4].path = \\?\
hid#vid_1b1c&pid_0a55&mi_03&col02#8&2d4efea8&0&0001#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[4].serial_number =
ALL_HID_DEVICES[4].manufacturer_string = Corsair
ALL_HID_DEVICES[4].product_string = Hid Interface
ALL_HID_DEVICES[4] can be opened by FlyWithLua.

ALL_HID_DEVICES[5].vendor_id = 6940 (0x1b1c)


ALL_HID_DEVICES[5].product_id = 2645 (0xa55)
ALL_HID_DEVICES[5].release_number = 0 (0)
ALL_HID_DEVICES[5].interface_number = 3 (0x3)
ALL_HID_DEVICES[5].usage_page = 65280 (0xff00) Vendor-defined
ALL_HID_DEVICES[5].usage = 1 (0x1)
ALL_HID_DEVICES[5].path = \\?\
hid#vid_1b1c&pid_0a55&mi_03&col03#8&2d4efea8&0&0002#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[5].serial_number =
ALL_HID_DEVICES[5].manufacturer_string = Corsair
ALL_HID_DEVICES[5].product_string = Hid Interface
ALL_HID_DEVICES[5] can be opened by FlyWithLua.

ALL_HID_DEVICES[6].vendor_id = 1133 (0x46d)


ALL_HID_DEVICES[6].product_id = 49298 (0xc092)
ALL_HID_DEVICES[6].release_number = 20992 (0x5200)
ALL_HID_DEVICES[6].interface_number = 0 (0)
ALL_HID_DEVICES[6].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[6].usage = 2 (0x2) Mouse
ALL_HID_DEVICES[6].path = \\?\
hid#vid_046d&pid_c092&mi_00#8&3500eeb2&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[6].serial_number = 2072357E4231
ALL_HID_DEVICES[6].manufacturer_string = Logitech
ALL_HID_DEVICES[6].product_string = G203 LIGHTSYNC Gaming Mouse
ALL_HID_DEVICES[6] can be opened by FlyWithLua.

ALL_HID_DEVICES[7].vendor_id = 1133 (0x46d)


ALL_HID_DEVICES[7].product_id = 49298 (0xc092)
ALL_HID_DEVICES[7].release_number = 20992 (0x5200)
ALL_HID_DEVICES[7].interface_number = 1 (0x1)
ALL_HID_DEVICES[7].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[7].usage = 1 (0x1)
ALL_HID_DEVICES[7].path = \\?\
hid#vid_046d&pid_c092&mi_01&col02#8&4fe96fb&0&0001#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[7].serial_number = 2072357E4231
ALL_HID_DEVICES[7].manufacturer_string = Logitech
ALL_HID_DEVICES[7].product_string = G203 LIGHTSYNC Gaming Mouse
ALL_HID_DEVICES[7] can be opened by FlyWithLua.

ALL_HID_DEVICES[8].vendor_id = 1133 (0x46d)


ALL_HID_DEVICES[8].product_id = 49978 (0xc33a)
ALL_HID_DEVICES[8].release_number = 5120 (0x1400)
ALL_HID_DEVICES[8].interface_number = 1 (0x1)
ALL_HID_DEVICES[8].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[8].usage = 1 (0x1)
ALL_HID_DEVICES[8].path = \\?\
hid#vid_046d&pid_c33a&mi_01&col02#8&3c927b9&0&0001#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[8].serial_number = 026E304B3833
ALL_HID_DEVICES[8].manufacturer_string = Logitech
ALL_HID_DEVICES[8].product_string = G413 Carbon Mechanical Gaming Keyboard
ALL_HID_DEVICES[8] can be opened by FlyWithLua.

ALL_HID_DEVICES[9].vendor_id = 1133 (0x46d)


ALL_HID_DEVICES[9].product_id = 49298 (0xc092)
ALL_HID_DEVICES[9].release_number = 20992 (0x5200)
ALL_HID_DEVICES[9].interface_number = 1 (0x1)
ALL_HID_DEVICES[9].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[9].usage = 128 (0x80) System Control
ALL_HID_DEVICES[9].path = \\?\
hid#vid_046d&pid_c092&mi_01&col03#8&4fe96fb&0&0002#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[9].serial_number = 2072357E4231
ALL_HID_DEVICES[9].manufacturer_string = Logitech
ALL_HID_DEVICES[9].product_string = G203 LIGHTSYNC Gaming Mouse
ALL_HID_DEVICES[9] can be opened by FlyWithLua.

ALL_HID_DEVICES[10].vendor_id = 1133 (0x46d)


ALL_HID_DEVICES[10].product_id = 49978 (0xc33a)
ALL_HID_DEVICES[10].release_number = 5120 (0x1400)
ALL_HID_DEVICES[10].interface_number = 1 (0x1)
ALL_HID_DEVICES[10].usage_page = 65347 (0xff43) Vendor-defined
ALL_HID_DEVICES[10].usage = 1538 (0x602)
ALL_HID_DEVICES[10].path = \\?\
hid#vid_046d&pid_c33a&mi_01&col03#8&3c927b9&0&0002#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[10].serial_number = 026E304B3833
ALL_HID_DEVICES[10].manufacturer_string = Logitech
ALL_HID_DEVICES[10].product_string = G413 Carbon Mechanical Gaming Keyboard
ALL_HID_DEVICES[10] can be opened by FlyWithLua.

ALL_HID_DEVICES[11].vendor_id = 1133 (0x46d)


ALL_HID_DEVICES[11].product_id = 49978 (0xc33a)
ALL_HID_DEVICES[11].release_number = 5120 (0x1400)
ALL_HID_DEVICES[11].interface_number = 1 (0x1)
ALL_HID_DEVICES[11].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[11].usage = 6 (0x6) Keyboard
ALL_HID_DEVICES[11].path = \\?\
hid#vid_046d&pid_c33a&mi_01&col01#8&3c927b9&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}\kbd
ALL_HID_DEVICES[11].serial_number = 026E304B3833
ALL_HID_DEVICES[11].manufacturer_string = Logitech
ALL_HID_DEVICES[11].product_string = G413 Carbon Mechanical Gaming Keyboard
ALL_HID_DEVICES[11] can be opened by FlyWithLua.

ALL_HID_DEVICES[12].vendor_id = 1133 (0x46d)


ALL_HID_DEVICES[12].product_id = 49978 (0xc33a)
ALL_HID_DEVICES[12].release_number = 5120 (0x1400)
ALL_HID_DEVICES[12].interface_number = 0 (0)
ALL_HID_DEVICES[12].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[12].usage = 6 (0x6) Keyboard
ALL_HID_DEVICES[12].path = \\?\
hid#vid_046d&pid_c33a&mi_00#8&1b8cb3fe&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}\kbd
ALL_HID_DEVICES[12].serial_number = 026E304B3833
ALL_HID_DEVICES[12].manufacturer_string = Logitech
ALL_HID_DEVICES[12].product_string = G413 Carbon Mechanical Gaming Keyboard
ALL_HID_DEVICES[12] can be opened by FlyWithLua.

ALL_HID_DEVICES[13].vendor_id = 1133 (0x46d)


ALL_HID_DEVICES[13].product_id = 49298 (0xc092)
ALL_HID_DEVICES[13].release_number = 20992 (0x5200)
ALL_HID_DEVICES[13].interface_number = 1 (0x1)
ALL_HID_DEVICES[13].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[13].usage = 6 (0x6) Keyboard
ALL_HID_DEVICES[13].path = \\?\
hid#vid_046d&pid_c092&mi_01&col01#8&4fe96fb&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}\kbd
ALL_HID_DEVICES[13].serial_number = 2072357E4231
ALL_HID_DEVICES[13].manufacturer_string = Logitech
ALL_HID_DEVICES[13].product_string = G203 LIGHTSYNC Gaming Mouse
ALL_HID_DEVICES[13] can be opened by FlyWithLua.

ALL_HID_DEVICES[14].vendor_id = 1133 (0x46d)


ALL_HID_DEVICES[14].product_id = 49298 (0xc092)
ALL_HID_DEVICES[14].release_number = 20992 (0x5200)
ALL_HID_DEVICES[14].interface_number = 1 (0x1)
ALL_HID_DEVICES[14].usage_page = 65280 (0xff00) Vendor-defined
ALL_HID_DEVICES[14].usage = 1 (0x1)
ALL_HID_DEVICES[14].path = \\?\
hid#vid_046d&pid_c092&mi_01&col04#8&4fe96fb&0&0003#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[14].serial_number = 2072357E4231
ALL_HID_DEVICES[14].manufacturer_string = Logitech
ALL_HID_DEVICES[14].product_string = G203 LIGHTSYNC Gaming Mouse
ALL_HID_DEVICES[14] can be opened by FlyWithLua.

ALL_HID_DEVICES[15].vendor_id = 1133 (0x46d)


ALL_HID_DEVICES[15].product_id = 49978 (0xc33a)
ALL_HID_DEVICES[15].release_number = 5120 (0x1400)
ALL_HID_DEVICES[15].interface_number = 1 (0x1)
ALL_HID_DEVICES[15].usage_page = 65347 (0xff43) Vendor-defined
ALL_HID_DEVICES[15].usage = 1540 (0x604)
ALL_HID_DEVICES[15].path = \\?\
hid#vid_046d&pid_c33a&mi_01&col04#8&3c927b9&0&0003#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[15].serial_number = 026E304B3833
ALL_HID_DEVICES[15].manufacturer_string = Logitech
ALL_HID_DEVICES[15].product_string = G413 Carbon Mechanical Gaming Keyboard
ALL_HID_DEVICES[15] can be opened by FlyWithLua.

ALL_HID_DEVICES[16].vendor_id = 5215 (0x145f)


ALL_HID_DEVICES[16].product_id = 692 (0x2b4)
ALL_HID_DEVICES[16].release_number = 256 (0x100)
ALL_HID_DEVICES[16].interface_number = 2 (0x2)
ALL_HID_DEVICES[16].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[16].usage = 1 (0x1)
ALL_HID_DEVICES[16].path = \\?\
hid#vid_145f&pid_02b4&mi_02#8&14c977de&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[16].serial_number = 20191101
ALL_HID_DEVICES[16].manufacturer_string = Trust USB microphone
ALL_HID_DEVICES[16].product_string = Trust USB microphone
ALL_HID_DEVICES[16] can be opened by FlyWithLua.

*** Checksum of all Lua files in Scripts directory ***


Better Nights.lua = 69abbd3c819ea36bd5b1c4cc7fa5ecfb (9 lines)
FTU_Launcher_Settings.lua = a61fefc52b30e580bee523de998d23a8 (27 lines)
Fps boost + auto LOD with shadows v2.lua = 9852729511cf3b4dd6f6ac3f8f718c91 (53
lines)
LandingRate.lua = 6c3ca0b5fc6e7e0866a282c004dd4764 (356 lines)
Settings.lua = 813ed9ec26b5eef9a8956b8e8f8bda7b (268 lines)
Simple_Ground_Equipment_and_Services.lua = 8fad6959d2f1a22f9459ab50a4e276bd (6871
lines)
Simple_Ground_Equipment_and_Services_CONFIG_aircraft.lua =
1caa552d392cc918a09415230edd3321 (261 lines)
Simple_Ground_Equipment_and_Services_CONFIG_vehicles.lua =
d6271effd0b3648a792411359c9feaa8 (122 lines)
TrueHaze.lua = 86075c56e9473a336fde69700cb6a5bd (288 lines)
Water preset by Allan RIVIERE version 1.3.lua = af801c12fe2c30e8930adce418ac7693
(35 lines)
Y_Clouds_4.lua = 7535bdb02e9678f46a5fba1a40cf98b9 (39 lines)
fpsboost.lua = 29b8897a35fe58fd3052c5dafe565aaf (72 lines)
fpsboost_high_graphics.lua = 02103a9821fc745a02e7d0cd6255ee8f (65 lines)
make_nights_great_again.lua = 7589dc018bffa6140f369cee8149c977 (9 lines)
shadows_fix.lua = da49fb19d165464fabb099bdacc93108 (9 lines)

*** All lines containing FlyWithLua and some other information from X-Plane's
Log.txt ***
[000001] log.txt for X-Plane 11.55r2 (build 115501 64-bit
c22f0eb21d049f66fcba233c37e65c845605fc40)
[000002] compiled on Jun 22 2021 17:23:07
[000003] X-Plane started on Mon Jul 25 09:01:54 2022
[000004]
[000005] This log file is generated automatically by Laminar Research applications
and contains diagnostics about your graphics hardware, installation, and any error
conditions.
[000006] If you need to contact tech support or file a bug, please send us this
file. NOTE: this file is rewritten every time you start ANY of your X-System
applications.
[000007]
[000008] Windows 10.0 (build 19044/2)
[000009] This is a 64-bit version of Windows.
[000010] CPU type: 8664
[000011] Physical Memory (total for computer): 8536510464
[000012] Maximum Virtual Memory (for X-Plane only): 140737488224256
[000013] CPU 0: AMD Ryzen 5 3600 6-Core Processor Speed (mhz): 3600
[000014] CPU 0: AMD Ryzen 5 3600 6-Core Processor Speed (mhz): 3600
[000015] CPU 0: AMD Ryzen 5 3600 6-Core Processor Speed (mhz): 3600
[000016] CPU 0: AMD Ryzen 5 3600 6-Core Processor Speed (mhz): 3600
[000017] CPU 0: AMD Ryzen 5 3600 6-Core Processor Speed (mhz): 3600
[000018] CPU 0: AMD Ryzen 5 3600 6-Core Processor Speed (mhz): 3600
[000019] CPU 0: AMD Ryzen 5 3600 6-Core Processor Speed (mhz): 3600
[000020] CPU 0: AMD Ryzen 5 3600 6-Core Processor Speed (mhz): 3600
[000021] CPU 0: AMD Ryzen 5 3600 6-Core Processor Speed (mhz): 3600
[000022] CPU 0: AMD Ryzen 5 3600 6-Core Processor Speed (mhz): 3600
[000023] CPU 0: AMD Ryzen 5 3600 6-Core Processor Speed (mhz): 3600
[000024] CPU 0: AMD Ryzen 5 3600 6-Core Processor Speed (mhz): 3600
[000025]
[000026] X-System folder:'C:\X-Plane 11/', case sensitive=0
[000027]
[000028] WGL_ARB_buffer_region WGL_ARB_create_context
WGL_ARB_create_context_no_error WGL_ARB_create_context_profile
WGL_ARB_create_context_robustness WGL_ARB_context_flush_control
WGL_ARB_extensions_string WGL_ARB_make_current_read WGL_ARB_multisample
WGL_ARB_pbuffer WGL_ARB_pixel_format WGL_ARB_pixel_format_float
WGL_ARB_render_texture WGL_ATI_pixel_format_float WGL_EXT_colorspace
WGL_EXT_create_context_es_profile WGL_EXT_create_context_es2_profile
WGL_EXT_extensions_string WGL_EXT_framebuffer_sRGB
WGL_EXT_pixel_format_packed_float WGL_EXT_swap_control WGL_EXT_swap_control_tear
WGL_NVX_DX_interop WGL_NV_DX_interop WGL_NV_DX_interop2 WGL_NV_copy_image
WGL_NV_delay_before_swap WGL_NV_float_buffer WGL_NV_multisample_coverage
WGL_NV_multigpu_context WGL_NV_render_depth_texture WGL_NV_render_texture_rectangle

[000029] OpenGL Vendor : NVIDIA Corporation


[000030] OpenGL Render : NVIDIA GeForce RTX 2060/PCIe/SSE2
[000031] OpenGL Version : 4.6.0 NVIDIA 512.77 (460/0)
[000032] OpenGL Extensions : GL_AMD_multi_draw_indirect
GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index
GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance
GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage
GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control
GL_ARB_color_buffer_float GL_ARB_compatibility
GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth
GL_ARB_compute_shader GL_ARB_compute_variable_group_size
GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image
GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float
GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control
GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend
GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced
GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility
GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility
GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location
GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport
GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader
GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments
GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4
GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv
GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64
GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging
GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query
GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment
GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect
GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query
GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile
GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters
GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage
GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object
GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations
GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map
GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects
GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot
GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters
GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size
GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object
GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples
GL_ARB_shader_texture_lod GL_ARB_shading_language_100
GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack
GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow
GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2
GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing
GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier
GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object
GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range
GL_ARB_texture_compression GL_ARB_texture_compression_bptc
GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map
GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine
GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3
GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float
GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge
GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample
GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels
GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg
GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage
GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view
GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3
GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query
GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra
GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding
GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader
GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev
GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float
GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr
GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color
GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax
GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader
GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2
GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord
GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample
GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled
GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4
GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays
GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query
GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels
GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp
GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample
GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects
GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted
GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs
GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D
GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1
GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc
GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp
GL_EXT_texture_env_combine GL_EXT_texture_env_dot3
GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax
GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias
GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod
GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8
GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle
GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array
GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles
GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat
GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object
GL_EXT_memory_object_win32 GL_NV_memory_object_sparse GL_EXT_win32_keyed_mutex
GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior
GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_win32 GL_NV_timeline_semaphore
GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control
GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count
GL_NV_bindless_texture GL_NV_blend_equation_advanced
GL_NV_blend_equation_advanced_coherent
GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor
GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list
GL_NV_compute_program5 GL_NV_compute_shader_derivatives GL_NV_conditional_render
GL_NV_conservative_raster GL_NV_conservative_raster_dilate
GL_NV_conservative_raster_pre_snap GL_NV_conservative_raster_pre_snap_triangles
GL_NV_conservative_raster_underestimation GL_NV_copy_depth_to_color
GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture
GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility
GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle
GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color
GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2
GL_NV_fragment_shader_barycentric GL_NV_fragment_shader_interlock
GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage
GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4
GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5
GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5
GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment GL_NV_mesh_shader
GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query
GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object
GL_NV_parameter_buffer_object2 GL_NV_path_rendering
GL_NV_path_rendering_shared_edge GL_NV_pixel_data_range GL_NV_point_sprite
GL_NV_primitive_restart GL_NV_query_resource GL_NV_query_resource_tag
GL_NV_register_combiners GL_NV_register_combiners2
GL_NV_representative_fragment_test GL_NV_sample_locations
GL_NV_sample_mask_override_coverage GL_NV_scissor_exclusive
GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64
GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load
GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned
GL_NV_shader_texture_footprint GL_NV_shading_rate_image GL_NV_stereo_view_rendering
GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc
GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle
GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2
GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2
GL_NV_uniform_buffer_unified_memory GL_NV_vertex_array_range
GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit
GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1
GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3
GL_NV_viewport_array2 GL_NV_viewport_swizzle
GL_NVX_conditional_render GL_NVX_linked_gpu_multicast GL_NV_gpu_multicast
GL_NVX_gpu_multicast2 GL_NVX_progress_fence GL_NVX_gpu_memory_info
GL_NVX_multigpu_info GL_NVX_nvenc_interop GL_NV_shader_thread_group
GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced
GL_KHR_blend_equation_advanced_coherent GL_OVR_multiview GL_OVR_multiview2
GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow
GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control
[000033]
[000034] sync/fence : 1
[000035] pbo_avail : 1 frameblit_avail : 1 framebuffer_msaa : 1
[000036] gpu_shad4_avail : 1 shad_lod_avail : 1 array_tex_avail : 1
texture_rg : 1
[000037] tex_float_avail : 1 seamless_avail : 1 drawbuf2_avail : 1
packed_stencil : 1
[000038] framebuffer_srgb : 1 copy_buf_avail : 1 ubo_avail : 1
gshader_avail : 1
[000039] base_vert_avail : 1 tex_multi_avail : 1 depth_float_avail : 1
[000040] instance_avail : 1 tess_avail : 1 viewport_arr : 1
tex_storage : 1
[000041] buf_storage : 1 multi_bind : 1 clip_control : 1
program_binary : 1
[000042] idx in vram : 1
[000043] GLSL version : 4.60 NVIDIA/460
[000044] (16/4096/124/192/32/4096/4096/65536)
[000045]
[000046] anisotropic_avail : 1 timer_avail : 1 tess_avail : 1
geom_avail : 1
[000047] viewport_arr : 1 layer_arr : 1 native_reverse_z : 0
has_reverse_z : 1
[000048] max iso filtering : 16
[000049] max samples : 5
[000050] max texture size : 32768 (hardware limit)
[000051] max tex units : 32
[000052]
[000053] This video card is: DX11+ VR Ready
[000054] Diagnostics : none
[000055]
[000056] CPU count : 12
[000057] 0:00:00.000 I/wmgr: Monitor 0: { 0, 0, 1920, 1080 }
[000058] 0:00:00.000 I/wmgr: Monitor 1: { -1920, 0, 1920, 1080 }
[000059] 0:00:00.000 I/wmgr: Re-building fbos for window 0000024411D2EE30
[000060] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/legacy_flat_mapping.xsv with hash:
f66a30a2d61b481172cc9df214b4135
[000061] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/glsl150/legacy_flat.xsa with hash:
bb8b34dfdccc7abd652f838c37cfa7b
[000062] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/legacy_depth_mapping.xsv with hash:
44a33f1dcbf5f8d640112a20f696f5aa
[000063] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/glsl150/legacy_depth.xsa with hash:
dd246e217be8a194c9bd5cdfddfe6fa
[000064] 0:00:00.000 I/GFX: Loaded mapping Resources/shaders/bin/blit_mapping.xsv
with hash: 6de0044b74657692166a316fdaaf721
[000065] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/glsl150/blit.xsa
with hash: 351f47255d30f4df276478e51d901213
[000066] 0:00:00.000 I/GFX: Loaded mapping Resources/shaders/bin/font_mapping.xsv
with hash: eb35e8f4bd6f87f1d98c64b8714aee2
[000067] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/glsl150/font.xsa
with hash: d1671b36c2e5aacf7d13d9939c4265
[000068] 0:00:00.000 I/GFX: Loaded mapping Resources/shaders/bin/line3d_mapping.xsv
with hash: 957265e534485ae3e5acef3ca12c48dd
[000069] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/glsl150/line3d.xsa
with hash: 642430e7c7b9dc33e3cdf87595e07bf9
[000070] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/terrain_mapping.xsv with hash: ab61276aa4bfad3c02343ea5e539d
[000071] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/glsl150/terrain.xsa with hash: 7516feb562a9e25a84c38d5768815
[000072] OpenAL loaded: Resources/dlls/64/openal32.dll
[000073] OpenAL devices: OpenAL Soft
[000074] Open AL default device:OpenAL Soft
[000075] OpenAL vendor : OpenAL Community
[000076] OpenAL renderer : OpenAL Soft
[000077] OpenAL version : 1.1
[000078] OpenAL hardware : OpenAL Soft
[000079] OpenAL extensions: ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT
ALC_EXT_CAPTURE ALC_EXT_DEDICATED ALC_EXT_disconnect ALC_EXT_EFX
ALC_EXT_thread_local_context ALC_SOFTX_device_clock ALC_SOFTX_HRTF
ALC_SOFT_loopback ALC_SOFTX_midi_interface ALC_SOFT_pause_device AL_EXT_ALAW
AL_EXT_DOUBLE AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 AL_EXT_IMA4
AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_MULAW AL_EXT_MULAW_MCFORMATS
AL_EXT_OFFSET AL_EXT_source_distance_model AL_LOKI_quadriphonic
AL_SOFT_block_alignment AL_SOFT_buffer_samples AL_SOFT_buffer_sub_data
AL_SOFT_deferred_updates AL_SOFT_direct_channels AL_SOFT_loop_points
AL_SOFT_MSADPCM AL_SOFT_source_latency AL_SOFT_source_length
[000080]
[000081] ==== CHANGING LANGUAGE TO: Deutsch. ====
[000082] Fetching plugins for C:\X-Plane 11/Resources/plugins
[000083]
[000084] Loaded: C:\X-Plane 11/Resources/plugins/PluginAdmin/64/win.xpl
(xpsdk.examples.pluginadmin).
[000085]
[000086] Resources/plugins/Doc8643.txt returned valid fp
[000087]
Aircraft//CSLS/BB_AirbusAircraft//CSLS/BB_BoeingAircraft//CSLS/BB_GAAircraft//
CSLS/BB_JetsAircraft//CSLS/BB_MilAircraft//CSLS/BB_PropsAircraft//CSLS/
BB_RepaintsAircraft//CSLS/BB_VirtualAircraft//CSLS/Doc8643.txtAircraft//CSLS/
related.txtXSB: Loading package: Aircraft//CSLS/BB_Airbus/xsb_aircraft.txt
[000088] XSB: Loading package: Aircraft//CSLS/BB_Boeing/xsb_aircraft.txt
[000089] XSB: Loading package: Aircraft//CSLS/BB_GA/xsb_aircraft.txt
[000090] XSB: Loading package: Aircraft//CSLS/BB_Jets/xsb_aircraft.txt
[000091] XSB: Loading package: Aircraft//CSLS/BB_Mil/xsb_aircraft.txt
[000092] XSB: Loading package: Aircraft//CSLS/BB_Props/xsb_aircraft.txt
[000093] XSB: Loading package: Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt
[000094] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 5.
[000095] VERT_OFFSET 3.5.
[000096] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 10.
[000097] VERT_OFFSET 3.5.
[000098] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 15.
[000099] VERT_OFFSET 3.5.
[000100] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 20.
[000101] VERT_OFFSET 3.5.
[000102] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 25.
[000103] VERT_OFFSET 3.5.
[000104] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 30.
[000105] VERT_OFFSET 3.5.
[000106] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 35.
[000107] VERT_OFFSET 3.5.
[000108] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 40.
[000109] VERT_OFFSET 3.5.
[000110] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 45.
[000111] VERT_OFFSET 3.5.
[000112] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 50.
[000113] VERT_OFFSET 3.5.
[000114] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 55.
[000115] VERT_OFFSET 3.5.
[000116] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 60.
[000117] VERT_OFFSET 3.5.
[000118] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 65.
[000119] VERT_OFFSET 3.5.
[000120] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 70.
[000121] VERT_OFFSET 3.5.
[000122] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 75.
[000123] VERT_OFFSET 3.5.
[000124] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 80.
[000125] VERT_OFFSET 3.5.
[000126] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 85.
[000127] VERT_OFFSET 3.5.
[000128] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 90.
[000129] VERT_OFFSET 3.5.
[000130] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 95.
[000131] VERT_OFFSET 2.71.
[000132] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 100.
[000133] VERT_OFFSET 2.71.
[000134] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 105.
[000135] VERT_OFFSET 2.71.
[000136] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 110.
[000137] VERT_OFFSET 3.1.
[000138] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 115.
[000139] VERT_OFFSET 3.1.
[000140] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 120.
[000141] VERT_OFFSET 3.
[000142] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 125.
[000143] VERT_OFFSET 3.31.
[000144] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 130.
[000145] VERT_OFFSET 3.31.
[000146] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 135.
[000147] VERT_OFFSET 3.31.
[000148] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 140.
[000149] VERT_OFFSET 3.31.
[000150] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 145.
[000151] VERT_OFFSET 3.31.
[000152] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 150.
[000153] VERT_OFFSET 3.31.
[000154] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 155.
[000155] VERT_OFFSET 3.31.
[000156] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 160.
[000157] VERT_OFFSET 3.31.
[000158] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 165.
[000159] VERT_OFFSET 5.57.
[000160] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 170.
[000161] VERT_OFFSET 5.57.
[000162] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 175.
[000163] VERT_OFFSET 1.86.
[000164] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 180.
[000165] VERT_OFFSET 1.88.
[000166] XSB WARNING: Parse Error in file
Aircraft//CSLS/BB_Repaints/xsb_aircraft.txt line 185.
[000167] VERT_OFFSET 1.89.
[000168] Loaded: C:\X-Plane 11/Resources/plugins/fscloudplugin2_64.xpl
(FSCloudplugin).
[000169]
[000170] Loaded: C:\X-Plane 11/Resources/plugins/AutoGate/64/win.xpl
(Marginal.AutoGate).
[000171]
[000172] AviTab version 0.4.8
[000173] Loaded: C:\X-Plane 11/Resources/plugins/AviTab/win_x64/AviTab.xpl
(org.solhost.folko.avitab).
[000174]
[000175] 2022-07-25 09:01:55 BetterPushback[xplane.c:539]: This is BetterPushback-
v0.48 libacfutils-0e818a4
[000176] Loaded: C:\X-Plane 11/Resources/plugins/BetterPushback/64/win.xpl
(skiselkov.BetterPushback).
[000177]
[000178] [CABIN MANAGER INFO]: Starting X-Plane SASL plugin v3.13.1+c1f025b
[000179] [CABIN MANAGER INFO]: Cabin Manager | Global | Start Full
[000180] [CABIN MANAGER INFO]: Loading cursors...
[000181] Loaded: C:\X-Plane 11/Resources/plugins/Cabin Manager/64/win.xpl (1-sim
Cabin Manager).
[000182]
[000183] FlyWithLua: Your system path is C:\X-Plane 11/
[000184] FlyWithLua: System Dir: C:\X-Plane 11/
[000185] FlyWithLua: Plugin Dir: C:\X-Plane 11/Resources/plugins/FlyWithLua
[000186] FlyWithLua: Plugin Scripts Dir: C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts
[000187] FlyWithLua: Plugin Internals Dir: C:\X-Plane
11/Resources/plugins/FlyWithLua/Internals/
[000188] FlyWithLua: Plugin Modules Dir: C:\X-Plane
11/Resources/plugins/FlyWithLua/Modules/
[000189] FlyWithLua: Plugin Scripts Quarantine Dir: C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts (Quarantine)/
[000190] FlyWithLua: Plugin Version: 2.7.34 build Apr 3 2022 15:24:58
[000191] Loaded: C:\X-Plane 11/Resources/plugins/FlyWithLua/64/win.xpl
(CarstenLynker.FlyWithLua.NG).
[000192]
[000193] Loaded: C:\X-Plane 11/Resources/plugins/HeadShake/64/win.xpl
(com.simcoders.headshake).
[000194]
[000195] 0:00:00.000 LiveTraffic: LiveTraffic 3.0.0 (08-Jul-2022) starting up...
[000196] 0:00:00.000 LT/XPMP2 INFO
XPMPMultiplayer.cpp:505/XPMPSetDefaultPlaneICAO: Default ICAO aircraft type now is
A320
[000197] 0:00:00.000 LT/XPMP2 INFO
XPMPMultiplayer.cpp:511/XPMPSetDefaultPlaneICAO: Ground vehicle ICAO type now is
ZZZC
[000198] 0:00:00.000 LT/XPMP2 INFO XPMPMultiplayer.cpp:154/XPMPMultiplayerInit:
XPMP2 2.40 initializing under X-Plane version 11550/OpenGL and XPLM version 303
[000199] 0:00:00.000 LT/XPMP2 ERROR CSLModels.cpp:601/CSLModelsConvPackagePath:
Line 421: The file '__Bluebell_Jets/E145/E145_BMI_G-RJXI.obj' could not be found at
Resources/plugins/LiveTraffic/Resources/CSL/BB_Jets/E145/E145_BMI_G-RJXI.obj
[000200] 0:00:00.000 LT/XPMP2 WARN CSLModels.cpp:619/CSLModelsAdd: Duplicate
model 'BB_Jets E170_DAL', additional definitions ignored, originally defined in
line 469 of Resources/plugins/LiveTraffic/Resources/CSL/BB_Jets
[000201] 0:00:00.000 LT/XPMP2 WARN CSLModels.cpp:619/CSLModelsAdd: Duplicate
model 'BB_Jets E170_LOT', additional definitions ignored, originally defined in
line 489 of Resources/plugins/LiveTraffic/Resources/CSL/BB_Jets
[000202] 0:00:00.000 LT/XPMP2 WARN CSLModels.cpp:619/CSLModelsAdd: Duplicate
model 'BB_Jets E170_USA', additional definitions ignored, originally defined in
line 521 of Resources/plugins/LiveTraffic/Resources/CSL/BB_Jets
[000211] Loaded: C:\X-Plane
11/Resources/plugins/LiveTraffic/win_x64/LiveTraffic.xpl
(TwinFan.plugin.LiveTraffic).
[000212]
[000213] [SKUNKCRAFTS UPDATER INFO]: Starting X-Plane SASL plugin v3.11.0+77d2ef9
[Commercial Edition]
[000214] [SKUNKCRAFTS UPDATER INFO]: SkunkCrafts Updater | Global | Start Full
[000215] [SKUNKCRAFTS UPDATER INFO]: Loading cursors...
[000216] Loaded: C:\X-Plane 11/Resources/plugins/SkunkCraftsUpdater/64/win.xpl (1-
sim SkunkCrafts Updater).
[000217]
[000218] [0.0000] Terrain radar plugin: version 1.27.0.61cb9ab1.xplm301
[000219] [0.0000] Terrain radar plugin: int ver 102700
[000220] [0.0000] Terrain radar plugin: plugin directiory is, C:\X-Plane 11\
Resources\plugins\TerrainRadar\
[000221] Loaded: C:\X-Plane 11/Resources/plugins/TerrainRadar/64/win.xpl
(drgluck.plugins.terrain_radar).
[000222]
[000223] Loaded: C:\X-Plane
11/Resources/plugins/VolantaPlugin/win_x64/VolantaPlugin.xpl (volanta.plugin).
[000224]
[000225] X-ATC-Chatter: Refreshing Facility Cache File: C:\X-Plane 11\Resources\
plugins\X-ATC-Chatter\833-FacilityCache.csv
[000226] X-ATC-Chatter: Processing: C:\X-Plane 11\Custom Scenery\KLAX - Los Angeles
International HD\Earth nav data\apt.dat
[000227] X-ATC-Chatter: Processing: C:\X-Plane 11\Custom Scenery\KMCO Orlando Intl
by Nimbus Simulation Studios v1.0\Earth nav data\apt.dat
[000228] X-ATC-Chatter: Processing: C:\X-Plane 11\Custom Scenery\OMDB - Dubai by
FeelThere v1.0.0\Earth nav data\apt.dat
[000229] X-ATC-Chatter: Processing: C:\X-Plane 11\Custom Scenery\Aerosoft - EBBR
Brussels\Earth nav data\apt.dat
[000230] X-ATC-Chatter: Processing: C:\X-Plane 11\Custom Scenery\Aerosoft - EDDF
Frankfurt\Earth nav data\apt.dat
[000231] X-ATC-Chatter: Processing: C:\X-Plane 11\Custom Scenery\Aerosoft - EDLP
Paderborn-Lippstadt\Earth nav data\apt.dat
[000232] X-ATC-Chatter: Processing: C:\X-Plane 11\Custom Scenery\Aerosoft - EGLL
Heathrow\Earth nav data\apt.dat
[000254] Loaded: C:\X-Plane 11/Resources/plugins/X-ATC-Chatter/win_x64/X-ATC-
Chatter.xpl (SRS.X-ATC-Chatter).
[000255]
[000256]
[000257] XPR 09:02:04 plugin start 2.1.3Loaded: C:\X-Plane
11/Resources/plugins/XPRealistic/64/win.xpl (com.rkApps.xprealistic).
[000258]
[000259] C:\X-Plane 11/Resources/plugins/ivao_pilot/64/win.xpl : Error Code = 126 :
Das angegebene Modul wurde nicht gefunden.
[000260] 2022-07-25 09:02:05 librain[plugin.c:590]: This is librain (v0.10)
libacfutils-3babedf
[000261] Loaded: C:\X-Plane
11/Resources/plugins/librain.plugin/win_x64/librain.plugin.xpl (skiselkov.librain).
[000262]
[000263] Loaded: C:\X-Plane 11/Resources/plugins/shadeX/win_x64/shadeX.xpl
(stairportsceneries.plugin.shadex).
[000264]
[000265] Loaded: C:\X-Plane 11/Resources/plugins/smartcopilot/64/win.xpl
(rhard.smartcopilot.plugin).
[000266]
[000267] 2022-07-25 09:02:05 BetterPushback[xplane.c:185]: Failed to hide default
X-Plane 11 tug: backup tug file already exists.
[000268] [CABIN MANAGER INFO]: Enabling...
[000269] [CABIN MANAGER INFO]: Sound output device: OpenAL Soft
[000270] [CABIN MANAGER INFO]: Sound input device: OpenAL Soft on Mikrofon (Trust
USB microphone )
[000271] [CABIN MANAGER INFO]: Initializing...
[000272] [CABIN MANAGER INFO]: Path to module: C:\X-Plane
11/Resources/plugins/Cabin Manager/data/modules/main.lua
[000273] [CABIN MANAGER INFO]: Loading module...
[000274] [CABIN MANAGER INFO]: [LUA]: loading module
[000418] 0:00:00.000 D/HID: HID Bridge Running
[000419] 0:00:12.109 I/NAVT: Airspaces are done loading async...
[000420] Fetching plugins for Custom Scenery/KLAX - Los Angeles International
HD/plugins
[000421]
[000422] Loaded: Custom Scenery/KLAX - Los Angeles International
HD/plugins/GroundTraffic/win_x64/GroundTraffic.xpl (Marginal.GroundTraffic.KLAX -
Los Angeles International HD).
[000423]
[000424] Fetching plugins for Custom Scenery/KMCO Orlando Intl by Nimbus Simulation
Studios v1.0/plugins
[000425]
[000426] Loaded: Custom Scenery/KMCO Orlando Intl by Nimbus Simulation Studios
v1.0/plugins/GroundTraffic/64/win.xpl (Marginal.GroundTraffic.KMCO Orlando Intl by
Nimbus Simulation Studios v1.0).
[000427]
[000428] Fetching plugins for Custom Scenery/Aerosoft - ENBR Bergen -
Airport/plugins
[000429]
[000430] Loaded: Custom Scenery/Aerosoft - ENBR Bergen -
Airport/plugins/GroundTraffic/64/win.xpl (Marginal.GroundTraffic.Aerosoft - ENBR
Bergen - Airport).
[000431]
[000432] Fetching plugins for Custom Scenery/Gaya_Sim_LOWW_Wien_Airport/plugins
[000433]
[000434] Loaded: Custom
Scenery/Gaya_Sim_LOWW_Wien_Airport/plugins/GroundTraffic/win_x64/GroundTraffic.xpl
(Marginal.GroundTraffic.Gaya_Sim_LOWW_Wien_Airport).
[000435]
[000436] Fetching plugins for Custom Scenery/KSFO - San Francisco Cable
Cars/plugins
[000437]
[000438] Loaded: Custom Scenery/KSFO - San Francisco Cable
Cars/plugins/GroundTraffic/64/win.xpl (Marginal.GroundTraffic.KSFO - San Francisco
Cable Cars).
[000439]
[000440] Fetching plugins for Custom Scenery/KSFO - San Francisco V2/plugins
[000441]
[000442] Loaded: Custom Scenery/KSFO - San Francisco
V2/plugins/GroundTraffic/64/win.xpl (Marginal.GroundTraffic.KSFO - San Francisco
V2).
[000443]
[000444] Fetching plugins for Custom Scenery/KSFO - Traffic Golden Gate
Bridge/plugins
[000445]
[000446] Loaded: Custom Scenery/KSFO - Traffic Golden Gate
Bridge/plugins/GroundTraffic/64/win.xpl (Marginal.GroundTraffic.KSFO - Traffic
Golden Gate Bridge).
[000447]
[000448] Fetching plugins for Custom Scenery/KSFO - Traffic Oakland Bay
Bridge/plugins
[000449]
[000450] Loaded: Custom Scenery/KSFO - Traffic Oakland Bay
Bridge/plugins/GroundTraffic/64/win.xpl (Marginal.GroundTraffic.KSFO - Traffic
Oakland Bay Bridge).
[000451]
[000452] Fetching plugins for Custom Scenery/LXGB-ALES/plugins
[000453]
[000454] Loaded: Custom Scenery/LXGB-ALES/plugins/GroundTraffic/64/win.xpl
(Marginal.GroundTraffic.LXGB-ALES).
[000455]
[000456] 0:00:12.469 I/GFX: Loaded mapping
Resources/shaders/bin/cube_filter_mapping.xsv with hash:
33a101719a461739a854b3b91e2e8fb
[000457] 0:00:12.469 I/GFX: Loaded archive
Resources/shaders/bin/glsl150/cube_filter.xsa with hash:
b020b0f81a6746f035cc93140d6c5bf
[000458] 0:00:12.469 I/GFX: Loaded mapping
Resources/shaders/bin/ground_lights_mapping.xsv with hash:
efcb9dd432f7b8f41e1e501691f38a6
[000459] 0:00:12.469 I/GFX: Loaded archive
Resources/shaders/bin/glsl150/ground_lights.xsa with hash:
3b175ead61ba2249f09ee56e514731
[000460] 0:00:12.469 I/GFX: Loaded mapping Resources/shaders/bin/light_mapping.xsv
with hash: a33261499add38908e4edee55486b85
[000461] 0:00:12.469 I/GFX: Loaded archive Resources/shaders/bin/glsl150/light.xsa
with hash: d9faeea343fc8e3bb135fd136c3f8b0
[000462] 0:00:12.469 I/REN: Setting texture resolution read from prefs as 3
[000463] 0:00:12.469 I/NAVT: NavData is done loading async...
[000487] 0:00:18.083 D/HID: Hardware ADDED(044f, b68d) - T.Flight Hotas One at path
\\?\hid#vid_044f&pid_b68d#7&2c9be585&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
[000488] 0:00:18.083 I/JOY: REGISTER Joystick device: T.Flight Hotas One -
VID:1103PID:46733, this is a familiar device.
[000489] 0:00:18.083 D/HID: BUTTON Added Index: 0 (HID_Page_Button/01) for
handle: 000002446E5E30C0
[000490] 0:00:18.083 D/HID: BUTTON Added Index: 1 (HID_Page_Button/02) for
handle: 000002446E5E30C0
[000491] 0:00:18.083 D/HID: BUTTON Added Index: 2 (HID_Page_Button/03) for
handle: 000002446E5E30C0
[000492] 0:00:18.083 D/HID: BUTTON Added Index: 3 (HID_Page_Button/04) for
handle: 000002446E5E30C0
[000493] 0:00:18.083 D/HID: BUTTON Added Index: 4 (HID_Page_Button/05) for
handle: 000002446E5E30C0
[000494] 0:00:18.083 D/HID: BUTTON Added Index: 5 (HID_Page_Button/06) for
handle: 000002446E5E30C0
[000495] 0:00:18.083 D/HID: BUTTON Added Index: 6 (HID_Page_Button/07) for
handle: 000002446E5E30C0
[000496] 0:00:18.083 D/HID: BUTTON Added Index: 7 (HID_Page_Button/08) for
handle: 000002446E5E30C0
[000497] 0:00:18.083 D/HID: BUTTON Added Index: 8 (HID_Page_Button/09) for
handle: 000002446E5E30C0
[000498] 0:00:18.083 D/HID: BUTTON Added Index: 9 (HID_Page_Button/0a) for
handle: 000002446E5E30C0
[000499] 0:00:18.083 D/HID: BUTTON Added Index: 10 (HID_Page_Button/0b) for
handle: 000002446E5E30C0
[000500] 0:00:18.083 D/HID: BUTTON Added Index: 11 (HID_Page_Button/0c) for
handle: 000002446E5E30C0
[000501] 0:00:18.083 D/HID: BUTTON Added Index: 12 (HID_Page_Button/0d) for
handle: 000002446E5E30C0
[000502] 0:00:18.083 D/HID: BUTTON Added Index: 13 (HID_Page_Button/0e) for
handle: 000002446E5E30C0
[000503] 0:00:18.083 D/HID: BUTTON Added Index: 14 (HID_Page_Button/0f) for
handle: 000002446E5E30C0
[000504] 0:00:18.083 D/HID: AXIS Added Index: 0
(HID_Page_GenericDesktop/HID_Usage_GD_Y) for handle: 000002446E5E30C0. Min/Max 0 -
1023
[000505] 0:00:18.083 D/HID: AXIS Added Index: 1
(HID_Page_GenericDesktop/HID_Usage_GD_X) for handle: 000002446E5E30C0. Min/Max 0 -
1023
[000506] 0:00:18.083 D/HID: AXIS Added Index: 2
(HID_Page_GenericDesktop/HID_Usage_GD_Dial) for handle: 000002446E5E30C0. Min/Max 0
- 255
[000507] 0:00:18.083 D/HID: AXIS Added Index: 3
(HID_Page_GenericDesktop/HID_Usage_GD_Slider) for handle: 000002446E5E30C0. Min/Max
0 - 255
[000508] 0:00:18.083 D/HID: AXIS Added Index: 4
(HID_Page_GenericDesktop/HID_Usage_GD_Ry) for handle: 000002446E5E30C0. Min/Max 0 -
255
[000509] 0:00:18.083 D/HID: AXIS Added Index: 5
(HID_Page_GenericDesktop/HID_Usage_GD_Rx) for handle: 000002446E5E30C0. Min/Max 0 -
255
[000510] 0:00:18.083 D/HID: AXIS Added Index: 6
(HID_Page_GenericDesktop/HID_Usage_GD_Rz) for handle: 000002446E5E30C0. Min/Max 0 -
255
[000511] 0:00:18.083 D/HID: AXIS Added Index: 7
(HID_Page_GenericDesktop/HID_Usage_GD_Z) for handle: 000002446E5E30C0. Min/Max 0 -
255
[000512] 0:00:18.083 D/HID: HATSWITCH Added Index: 0
(HID_Page_GenericDesktop/HID_Usage_GD_Hatswitch) for handle: 000002446E5E30C0. It
has 8 positions.
[000513] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000514] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000515] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000516] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000517] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000518] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000519] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000520] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000521] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000522] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000523] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000524] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000525] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000526] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000527] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000528] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000529] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000530] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000531] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000532] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000533] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000534] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000535] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000536] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000537] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000538] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000539] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000540] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000541] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000542] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000543] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000544] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000545] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000546] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000547] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000548] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000549] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000550] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000551] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000552] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000553] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000554] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000555] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000556] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000557] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000558] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000559] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000560] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000561] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000562] 0:00:18.083 D/HID: SKIPPED (ff00/21) for handle: 000002446E5E30C0
because of usage page.
[000563] 0:00:18.083 D/HID: END HARDWARE
[000564] 0:00:18.083 E/JOY: UNCALIBRATED AXIS DETECTED: T.Flight Hotas One
(VID:1103PID:46733) Axis #2, assigned to joy_use_none, has an expected min/max
range of [0.000000, 255.000000], but is calibrated for [0.501961, 0.501961]. You
should recalibrate the device in the Settings menu.
[000565] 0:00:18.083 E/JOY: CALIBRATION OVERRIDE: T.Flight Hotas One
(VID:1103PID:46733) Axis #2 forced to be treated as calibrated due to a user pref.
[000566] 0:00:18.083 E/JOY: UNCALIBRATED AXIS DETECTED: T.Flight Hotas One
(VID:1103PID:46733) Axis #3, assigned to joy_use_none, has an expected min/max
range of [0.000000, 255.000000], but is calibrated for [0.501961, 0.501961]. You
should recalibrate the device in the Settings menu.
[000567] 0:00:18.083 E/JOY: CALIBRATION OVERRIDE: T.Flight Hotas One
(VID:1103PID:46733) Axis #3 forced to be treated as calibrated due to a user pref.
[000568] 0:00:18.083 E/JOY: UNCALIBRATED AXIS DETECTED: T.Flight Hotas One
(VID:1103PID:46733) Axis #4, assigned to joy_use_none, has an expected min/max
range of [0.000000, 255.000000], but is calibrated for [1.000000, 1.000000]. You
should recalibrate the device in the Settings menu.
[000569] 0:00:18.083 E/JOY: CALIBRATION OVERRIDE: T.Flight Hotas One
(VID:1103PID:46733) Axis #4 forced to be treated as calibrated due to a user pref.
[000570] 0:00:18.083 E/JOY: UNCALIBRATED AXIS DETECTED: T.Flight Hotas One
(VID:1103PID:46733) Axis #5, assigned to joy_use_none, has an expected min/max
range of [0.000000, 255.000000], but is calibrated for [1.000000, 1.000000]. You
should recalibrate the device in the Settings menu.
[000571] 0:00:18.083 E/JOY: CALIBRATION OVERRIDE: T.Flight Hotas One
(VID:1103PID:46733) Axis #5 forced to be treated as calibrated due to a user pref.
[000572] 0:00:18.083 D/STM: Transitioning from state state_InitialLoading to
state_QuickFlightWizard
[000636] 0:00:22.061 I/ACF: Loading airplane number 0 with Aircraft/Laminar
Research/Cessna 172SP/Cessna_172SP.acf
[000637] [Cabin Manager]: Settings for 'default' loaded.
[000638] [23.5865] Terrain radar plugin: read settings
[000639] [23.5865] Terrain radar plugin: aircraft description is "Cessna 172 SP
Skyhawk - 180HP"
[000640] [23.5865] Terrain radar plugin: found unsupported aircraft "Cessna 172 SP
Skyhawk - 180HP", switched to window mode
[000641] [23.5865] Terrain radar plugin: aircraft engines type is turboprop
[000642] [23.5865] Terrain radar plugin: terrain collision predicion function
disabled because aircraft empty weight is 780.632690
[000643] [23.5865] Terrain radar plugin: minimum aircraft empty weight is
1800.000000
[000644] Fetching plugins for C:\X-Plane 11/Aircraft/Laminar Research/Cessna
172SP/plugins
[000645]
[000646] Loaded: C:\X-Plane 11/Aircraft/Laminar Research/Cessna
172SP/plugins/xlua/64/win.xpl (com.x-plane.xlua.1.0.0r1).
[000647]
[000648] Unknown fill layer 3
[000649] Unknown fill layer 3
[000650] ERROR: the autogen file Resources/default scenery/1000
autogen/global_objects/objects/fenceHedge01.fac uses facades that don't all share
one texture. You must use only one texture for all facades in this autogen file.
[000651] ERROR: the autogen file Resources/default scenery/1000
autogen/global_objects/objects/fenceHedge03.fac uses facades that don't all share
one texture. You must use only one texture for all facades in this autogen file.
[000652] ERROR: the autogen file Resources/default scenery/1000
autogen/global_objects/objects/fenceHedSm02.fac uses facades that don't all share
one texture. You must use only one texture for all facades in this autogen file.
[000653] ERROR: the autogen file Resources/default scenery/1000
autogen/global_objects/objects/fenceHedSm01.fac uses facades that don't all share
one texture. You must use only one texture for all facades in this autogen file.
[000654] ERROR: the autogen file Resources/default scenery/1000
autogen/global_objects/objects/fenceHedge02.fac uses facades that don't all share
one texture. You must use only one texture for all facades in this autogen file.
[000655] ERROR: the autogen file Resources/default scenery/1000
autogen/global_objects/objects/fenceHedge04.fac uses facades that don't all share
one texture. You must use only one texture for all facades in this autogen file.
[000720] FlyWithLua: User switched to a new airport (or changed the plane). Script
files have to be reloaded.
[000721] FlyWithLua: Found fwl_prefs.ini in the FlyWithLua plugin path and it is
[000722] ./Resources/plugins/FlyWithLua/fwl_prefs.ini
[000723] FlyWithLua Info: Lua engine (re)started. LUA_RUN =1, SDK_VERSION = 303,
XPLANE_VERSION = 11550, XPLANE_LANGUAGE = German and XPLANE_HOSTID = 1
[000724] FlyWithLua Info: HID access initialized.
[000725] FlyWithLua Info: FlyWithLua.ini full path
[000726] C:\X-Plane 11/Resources/plugins/FlyWithLua/Internals/FlyWithLua.ini
[000727] FlyWithLua Info: Discovered 16 HID devices.
[000728] FlyWithLua Info: Initial assignments successfully saved.
[000729] FlyWithLua Info: Load ini file.
[000730] FlyWithLua Info: Searching for Lua script files
[000731] FlyWithLua Info: Sorting Lua script files
[000732] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Better Nights.lua
[000733] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Better Nights.lua
[000734] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/FTU_Launcher_Settings.lua
[000735] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/FTU_Launcher_Settings.lua
[000736] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Fps boost + auto LOD with shadows v2.lua
[000737] 0:00:57.640 W/REN: FlyWithLua NG 2.7.34 build Apr 3 2022 15:24:58 tried
to write sim/private/controls/ssao/enable, which is not supported. The dataref was
not modified!
[000738] 0:00:57.640 W/REN: FlyWithLua NG 2.7.34 build Apr 3 2022 15:24:58 tried
to write sim/private/controls/clouds/shadow_size, which is not supported. The
dataref was not modified!
[000739] 0:00:57.640 W/REN: FlyWithLua NG 2.7.34 build Apr 3 2022 15:24:58 tried
to write sim/private/controls/shadow/scenery_shadows, which is not supported. The
dataref was not modified!
[000740] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Fps boost + auto LOD with shadows v2.lua
[000741] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/LandingRate.lua
[000742] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/LandingRate.lua
[000743] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Settings.lua
[000744] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Settings.lua
[000745] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services.lua
[000746] [Ground Equipment] Will read user configuration from
Simple_Ground_Equipment_and_Services_CONFIG_aircraft
[000747] [Ground Equipment] Will read user configuration from
Simple_Ground_Equipment_and_Services_CONFIG_vehicles
[000748] FlyWithLua Warning: The DataRef "sim/aircraft/view/acf_author" should have
an index. I set it to 0.
[000749] C172
[000750] [Ground Equipment] BeltLoaderFwdPosition -4
[000751] [Ground Equipment] C172
[000752] FlyWithLua Info: The DataRef "sim/flightmodel/position/y_agl" is already
handled in variable "lrl_agl", you want to use it with "gs_plane_y_agl".
[000753] FlyWithLua Info: As long as only one variable wants writable access to the
DataRef, it is okay (but you loose performance).
[000754] FlyWithLua Info: The DataRef "sim/time/paused" is already handled in
variable "lrl_boolSimPaused", you want to use it with "SGES_XPlaneIsPaused".
[000755] FlyWithLua Info: As long as only one variable wants writable access to the
DataRef, it is okay (but you loose performance).
[000756] [Ground Equipment] Preparing GROUNDSERVICE
[000757] [Ground Equipment] Settle Chocks position...
[000758] FlyWithLua Error: WAVE file load failed - could not open.
[000759] FlyWithLua Error: WAVE file load failed - could not open.
[000760] FlyWithLua Error: WAVE file load failed - could not open.
[000761] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services.lua
[000762] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services_CONFIG
_aircraft.lua
[000763] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services_CONFIG
_aircraft.lua
[000764] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services_CONFIG
_vehicles.lua
[000765] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple_Ground_Equipment_and_Services_CONFIG
_vehicles.lua
[000766] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/TrueHaze.lua
[000767] 0:00:57.640 W/REN: FlyWithLua NG 2.7.34 build Apr 3 2022 15:24:58 tried
to write sim/private/controls/cloud/offscreen_res_tight, which is not supported.
The dataref was not modified!
[000768] 0:00:57.640 W/REN: FlyWithLua NG 2.7.34 build Apr 3 2022 15:24:58 tried
to write sim/private/controls/cloud/offscreen_scale, which is not supported. The
dataref was not modified!
[000769] 0:00:57.640 W/REN: FlyWithLua NG 2.7.34 build Apr 3 2022 15:24:58 tried
to write sim/private/controls/cloud/offscreen_tight, which is not supported. The
dataref was not modified!
[000770] 0:00:57.640 W/REN: FlyWithLua NG 2.7.34 build Apr 3 2022 15:24:58 tried
to write sim/private/controls/cloud/offscreen_tweak, which is not supported. The
dataref was not modified!
[000771] FlyWithLua Info: The DataRef "sim/flightmodel/position/y_agl" is already
handled in variable "lrl_agl", you want to use it with "pilot_alt_agl".
[000772] FlyWithLua Info: As long as only one variable wants writable access to the
DataRef, it is okay (but you loose performance).
[000773] FlyWithLua Info: The DataRef "sim/flightmodel/position/y_agl" is already
handled in variable "gs_plane_y_agl", you want to use it with "pilot_alt_agl".
[000774] FlyWithLua Info: As long as only one variable wants writable access to the
DataRef, it is okay (but you loose performance).
[000775] FlyWithLua Info: The DataRef "sim/flightmodel/position/elevation" is
already handled in variable "ELEVATION", you want to use it with "elevation".
[000776] FlyWithLua Info: As long as only one variable wants writable access to the
DataRef, it is okay (but you loose performance).
[000777] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/TrueHaze.lua
[000778] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Water preset by Allan RIVIERE version
1.3.lua
[000779] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Water preset by Allan RIVIERE version
1.3.lua
[000780] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Y_Clouds_4.lua
[000781] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Y_Clouds_4.lua
[000782] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/fpsboost.lua
[000783] 0:00:57.640 W/REN: FlyWithLua NG 2.7.34 build Apr 3 2022 15:24:58 tried
to write sim/private/controls/caps/use_csm, which is not supported. The dataref was
not modified!
[000784] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/fpsboost.lua
[000785] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/fpsboost_high_graphics.lua
[000786] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/fpsboost_high_graphics.lua
[000787] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/make_nights_great_again.lua
[000788] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/make_nights_great_again.lua
[000789] FlyWithLua Info: Start loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/shadows_fix.lua
[000790] FlyWithLua Info: Finished loading script file C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/shadows_fix.lua
[000791] FlyWithLua Info: All script files loaded successfully.
[000792] FlyWithLua Info: Loading time for all scripts is 0.307 sec.
[000793]
[000794] XPR 09:02:53 airport loaded0:00:57.640 I/OVR: Reading VR conf file:
Aircraft/Laminar Research/Cessna 172SP/Cessna_172SP_vrconfig.txt
[000795] 0:00:57.640 D/STM: Transitioning from state state_NormalLoading to
state_Normal
[000796] 0:00:58.106 W/REN: Setting reno/use_bump_maps from FlyWithLua NG 2.7.34
build Apr 3 2022 15:24:58 - This is slow and might not be supported in the future!
[000797] 0:00:58.106 W/REN: Setting reno/use_detail_textures from FlyWithLua NG
2.7.34 build Apr 3 2022 15:24:58 - This is slow and might not be supported in the
future!
[000798] 0:00:58.106 W/REN: FlyWithLua NG 2.7.34 build Apr 3 2022 15:24:58 tried
to write sim/private/controls/shadow/csm_split_exterior, which is not supported.
The dataref was not modified!
[000799] 0:00:58.106 W/REN: FlyWithLua NG 2.7.34 build Apr 3 2022 15:24:58 tried
to write sim/private/controls/fbo/shadow_cam_size, which is not supported. The
dataref was not modified!
[000800] 0:00:58.106 W/REN: FlyWithLua NG 2.7.34 build Apr 3 2022 15:24:58 tried
to write sim/private/controls/reno/draw_HDR, which is not supported. The dataref
was not modified!
[000801] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_amp1" does
not exist.
[000802] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_amp2" does
not exist.
[000803] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_amp3" does
not exist.
[000804] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_amp4" does
not exist.
[000805] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_scale1" does
not exist.
[000806] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_scale2" does
not exist.
[000807] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_scale3" does
not exist.
[000808] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_scale4" does
not exist.
[000809] FlyWithLua Debug Info: Sorry, no debug Info on stack.
[000810] FlyWithLua Debug Info From Plugin: SystemPath "C:\X-Plane 11/"
[000811] FlyWithLua Debug Info: Debug file written to "C:\X-Plane
11/FlyWithLua_Debug.txt"
[000812] FlyWithLua Debug Info: Plugin Main directory = C:\X-Plane
11/Resources/plugins/FlyWithLua
[000813] FlyWithLua Debug Info: Script directory = C:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/
[000814] FlyWithLua Debug Info: Internals directory = C:\X-Plane
11/Resources/plugins/FlyWithLua/Internals/
[000815] FlyWithLua Debug Info: Modules directory = C:\X-Plane
11/Resources/plugins/FlyWithLua/Modules/
[000816] FlyWithLua Debug Info: Debug file written to "<<x-plane
dir>>/FlyWithLua_Debug.txt".

*** History of code you entered directly into FlyWithLua ***


-- Welcome to FlyWithLua running Lua 5.1 (for more info see SYSTEM,
SYSTEM_ARCHITECTURE, XPLANE_VERSION and XPLANE_LANGUAGE).
-- Get mouse, keyboard and screen info from MOUSE_X, MOUSE_Y, SCREEN_WIDTH,
SCREEN_HIGHT, VKEY and CKEY.

You might also like