Data Edits

-------------------------------

Remove friendly and enemy aircraft icons from the in-game map.

Make the following changes to your missioncontrol.ini file:

[Map]
MapIconSize=32
FriendlyIcon=
EnemyIcon=

WaypointIconSize=16
WaypointIcon=MapWaypointIcon.tga
WaypointLineColor=0.914,0.777,0.230

-----------------------------------------------------------------

Depress gunsite 50 mils when selecting A/G mode.

Make the following changes to the xxx_cockpit.ini files:

[GunsightFront]
HasGunsight=TRUE
GunsightMilSize=50
GunsightName=F-100d_sight.tga
LeadComputing=TRUE
MinLeadRange=300
MaxLeadRange=1300
DefaultLeadRange=500
MaxDepression=250
DefaultDepression=50

 

-----------------------------------------------------------------

Change the default cockpit field of view from 60 deg. to 90 deg.

Make the following change to your VIEWLIST.ini file:

[ViewClass002]
ViewClassName=CockpitViewClass
ViewType=FIXED_VIEW
ViewGroupID=1
DefaultView=CockpitFront
AllowFromDiffGroup=TRUE
SnapView=FALSE
InsideView=TRUE
FocusObjectOnly=TRUE
FOV=90.0

------------------------------------------------------------------------

Get rid of the "Mission Accomplished / Mission Failed" messages from Red Crown.

Make the following change to your SPEECHSYSTEM.ini file:

[Concept008]
//MSN_SPC_TACC_MISSION_ACCOMPLISHED,
Priority=TRUE
TargetFragmentID=
CallerFragmentID=
BodyFragment001=


[Concept009]
//MSN_SPC_TACC_MISSION_FAILED,
Priority=TRUE
TargetFragmentID=
CallerFragmentID=
BodyFragment001=

-------------------------------------------------------------------------------------------