Add flight log for fsx running on linux

This commit is contained in:
daleclack 2024-05-29 13:01:36 +08:00
parent 0a442ebc98
commit 3eb58c98c1
5 changed files with 45 additions and 1 deletions

View File

@ -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
1 Airport Landings Take Off
2 KCGX 3 6
3 KFFA 1 1
4 KFHR 1 1
5 KORD 1 1
6 VHHH 0 1
7 VHHX 1 1

View File

@ -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,
1 Date Time Plane Imm From To Total Day Night IFR Multi Aircraft Landings Count Comment
2 28/05/2024 20:23 Ultralight trike -NO- 0.01 0.01 0.00 0.00 Plane 0
3 28/05/2024 22:46 CESSNA C182R N379DL KCGX KCGX 0.07 0.00 0.07 0.00 Plane KCGX/1 1
4 28/05/2024 23:38 North American F86 12793 KCGX KCGX 0.01 0.01 0.00 0.00 Plane KCGX/1 1
5 28/05/2024 23:02 North American F86 12793 KCGX KCGX 0.02 0.00 0.02 0.00 Plane KCGX/1 1
6 28/05/2024 12:30 North American F86 12793 KCGX KORD 0.13 0.13 0.00 0.00 Plane KORD/1 1
7 29/05/2024 13:17 CESSNA C182R N379DL VHHH VHHX 0.20 0.20 0.00 0.00 Plane VHHX/1 1
8 29/05/2024 11:00 CESSNA C182R N379DL KFFA 0.04 0.04 0.00 0.00 Plane 0
9 29/05/2024 11:51 CESSNA C182R N379DL KCGX 0.02 0.02 0.00 0.00 Plane 0
10 29/05/2024 11:51 CESSNA C182R N379DL KCGX 0.10 0.10 0.00 0.00 Plane 0
11 29/05/2024 10:20 CESSNA C182R N379DL 0.01 0.01 0.00 0.00 Plane 0
12 29/05/2024 11:05 Ultralight trike -NO- KFHR KFHR 0.09 0.09 0.00 0.00 Plane KFHR/1 1
13 29/05/2024 12:43 Robinson R22 N8092U KFFA 0.11 0.11 0.00 0.00 Helicopter KFFA/1 1

View File

@ -0,0 +1,5 @@
Plane,Hours
CESSNA C182R,0.4
North American F86,0.2
Robinson R22,0.1
Ultralight trike,0.1
1 Plane Hours
2 CESSNA C182R 0.4
3 North American F86 0.2
4 Robinson R22 0.1
5 Ultralight trike 0.1

View File

@ -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)
1 Statistics
2 Flights 12
3 Planes used 4
4 Airports used 6
5 Take Off 9
6 Landing 7
7 Hours 0.8
8 Night 0.1
9 IFR 0.0
10 Multi 0.0
11 Avg Flight Time 0.07 hours (4 min)

View File

@ -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 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] [Main]
Maximized=2 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.