diff --git a/flight_logs/fsx_linux_log/airports.csv b/flight_logs/fsx_linux_log/airports.csv new file mode 100644 index 0000000..affbe9f --- /dev/null +++ b/flight_logs/fsx_linux_log/airports.csv @@ -0,0 +1,7 @@ +Airport,Landings,Take Off +KCGX,3,6 +KFFA,1,1 +KFHR,1,1 +KORD,1,1 +VHHH,0,1 +VHHX,1,1 diff --git a/flight_logs/fsx_linux_log/logbook.csv b/flight_logs/fsx_linux_log/logbook.csv new file mode 100644 index 0000000..237f688 --- /dev/null +++ b/flight_logs/fsx_linux_log/logbook.csv @@ -0,0 +1,13 @@ +Date,Time,Plane,Imm,From,To,Total,Day,Night,IFR,Multi,Aircraft,Landings,Count,Comment +28/05/2024,20:23,Ultralight trike,-NO-,,,0.01,0.01,0.00,0.00,,Plane,,0, +28/05/2024,22:46,CESSNA C182R,N379DL,KCGX,KCGX,0.07,0.00,0.07,0.00,,Plane,KCGX/1,1, +28/05/2024,23:38,North American F86,12793,KCGX,KCGX,0.01,0.01,0.00,0.00,,Plane,KCGX/1,1, +28/05/2024,23:02,North American F86,12793,KCGX,KCGX,0.02,0.00,0.02,0.00,,Plane,KCGX/1,1, +28/05/2024,12:30,North American F86,12793,KCGX,KORD,0.13,0.13,0.00,0.00,,Plane,KORD/1,1, +29/05/2024,13:17,CESSNA C182R,N379DL,VHHH,VHHX,0.20,0.20,0.00,0.00,,Plane,VHHX/1,1, +29/05/2024,11:00,CESSNA C182R,N379DL,KFFA,,0.04,0.04,0.00,0.00,,Plane,,0, +29/05/2024,11:51,CESSNA C182R,N379DL,KCGX,,0.02,0.02,0.00,0.00,,Plane,,0, +29/05/2024,11:51,CESSNA C182R,N379DL,KCGX,,0.10,0.10,0.00,0.00,,Plane,,0, +29/05/2024,10:20,CESSNA C182R,N379DL,,,0.01,0.01,0.00,0.00,,Plane,,0, +29/05/2024,11:05,Ultralight trike,-NO-,KFHR,KFHR,0.09,0.09,0.00,0.00,,Plane,KFHR/1,1, +29/05/2024,12:43,Robinson R22,N8092U,,KFFA,0.11,0.11,0.00,0.00,,Helicopter,KFFA/1,1, diff --git a/flight_logs/fsx_linux_log/planes.csv b/flight_logs/fsx_linux_log/planes.csv new file mode 100644 index 0000000..8a5b7fb --- /dev/null +++ b/flight_logs/fsx_linux_log/planes.csv @@ -0,0 +1,5 @@ +Plane,Hours +CESSNA C182R,0.4 +North American F86,0.2 +Robinson R22,0.1 +Ultralight trike,0.1 diff --git a/flight_logs/fsx_linux_log/stats.csv b/flight_logs/fsx_linux_log/stats.csv new file mode 100644 index 0000000..7646cc3 --- /dev/null +++ b/flight_logs/fsx_linux_log/stats.csv @@ -0,0 +1,11 @@ +Statistics, +Flights,12 +Planes used,4 +Airports used,6 +Take Off,9 +Landing,7 +Hours,0.8 +Night,0.1 +IFR,0.0 +Multi,0.0 +Avg Flight Time,0.07 hours (4 min) diff --git a/fsx_config/README_config.md b/fsx_config/README_config.md index 31659cb..b38bdc2 100644 --- a/fsx_config/README_config.md +++ b/fsx_config/README_config.md @@ -1,4 +1,4 @@ -### FSX Config example +### FSX Config example and tips This is a example of fsx.cfg file, which is the configuration file for Microsoft Flight Simulator X: Steam Edition @@ -27,3 +27,11 @@ This is a example for window mode. [Main] Maximized=2 ``` + +### Tips: + +#### Make Microsoft Flight Simulator X run with wine/proton + +After isntall the fsx itself, install these packages: dxvk, corefonts with winetricks/protontricks to make fsx run. + +More information: As the protondb, the fsx works with proton 5.13 and proton 6.3, but there is some bug with proton 6.3.