Back to zip content
Extras to add to the MiG-21 MFN aircraft.cfg file can be best done with the standard 
Notepad windows application.

To have kneeboard Checklists and Reference in your sim by pressing Shift = F10 add 
this to each livery section ([fltsim.XX]  in the aircraft.cfg file:

kb_checklists=Mig21_check
kb_reference=Mig21_ref

I modified Dutch Owens FDE in the [autopilot] section by adding an entry:
max_bank=28.000000 in order to get more stable behaviour of the aircraft.

To have VC cameras in your sim add this to aircraft.cfg file (I did it at the bottom of 
the file, although to my experience it doesn't matter where you place the camera sections....)


;//----------------------------------------- Cameras VC -------------------------------------------------
[CameraDefinition.000]
Title = "Instruments"
Guid = {18EF1F08-7138-4530-948C-07698E51940D}
Origin = Virtual Cockpit
MomentumEffect = No
SnapPbhAdjust = Swivel
SnapPbhReturn = False
PanPbhAdjust = Swivel
PanPbhReturn = False
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.452
SmoothZoomTime = 2.0
ZoomPanScalar = 1.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=FALSE
Category = Cockpit
PitchPanRate=20
HeadingPanRate=60
InitialXyz=0.0, -0.12, 0.0
InitialPbh=19.0, 0, 0

[CameraDefinition.001]
Title = "Left Console"
Guid = {3326878f-a32c-4cfb-9cfe-c6a2f0536136}
Origin = Virtual Cockpit
MomentumEffect = No
SnapPbhAdjust = Swivel
SnapPbhReturn = False
PanPbhAdjust = Swivel
PanPbhReturn = False
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.454
SmoothZoomTime = 2.0
ZoomPanScalar = 1.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=FALSE
Category = Cockpit
PitchPanRate=20
HeadingPanRate=60
InitialXyz=0.0, 0.0, 0.0
InitialPbh=45, 0.0, -50.0

[CameraDefinition.002]
Title = "Right Console"
Guid = {bd41efc3-43c5-4766-acb1-5201b0a92b7a}
Origin = Virtual Cockpit
MomentumEffect = No
SnapPbhAdjust = Swivel
SnapPbhReturn = False
PanPbhAdjust = Swivel
PanPbhReturn = False
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.454
SmoothZoomTime = 2.0
ZoomPanScalar = 1.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=FALSE
Category = Cockpit
PitchPanRate=20
HeadingPanRate=60
InitialXyz=0.0, 0.0, 0.0
InitialPbh=45, 0.0, 50.0
;//------------------------------------------------------------------------------------------------