falcon4:campaign:files
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| falcon4:campaign:files [2007/07/08 12:19] – created files initial page snakeman | falcon4:campaign:files [2024/07/31 07:14] (current) – links added. snakeman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Campaign Files ====== | + | ======  | 
| - | Their descriptions and functions.  | + | [[https:// | 
| + | |||
| + | **Falcon 4 Campaign Files**  | ||
| The following list is taken from [[falcon4: | The following list is taken from [[falcon4: | ||
| + | |||
| ====== Files ====== | ====== Files ====== | ||
| Line 14: | Line 17: | ||
| **attrit.pri** | **attrit.pri** | ||
| + | |||
| + | not used AFAIK | ||
| + | |||
| + | AFAIK it " | ||
| ===== Auto Save.cam ===== | ===== Auto Save.cam ===== | ||
| Line 24: | Line 31: | ||
| **cas.pri**  | **cas.pri**  | ||
| + | not used AFAIK | ||
| + | |||
| + | AFAIK it " | ||
| ===== DEFAULT.idx ===== | ===== DEFAULT.idx ===== | ||
| Line 36: | Line 46: | ||
| **Defense.pri**  | **Defense.pri**  | ||
| + | |||
| + | not used AFAIK | ||
| + | |||
| + | AFAIK it " | ||
| ===== doctrine0.txt doctrine0 through 7 ===== | ===== doctrine0.txt doctrine0 through 7 ===== | ||
| Line 70: | Line 84: | ||
| < | < | ||
| - | MaxFlymissionNoThreat | + | LongrangePlanMinTime – If the mission is longer than or equal to and the Time on Target is less than this value, | 
| - | </code> | + | the mission will be cancelled. | 
| + | LongrangePlanMaxTime – Not Used | ||
| + | AircraftAssignmentRatio – Not Used | ||
| + | MaxFlymissionThreat – This is used when the mission is not flagged in the Mission.dat as either High Threat or No Threat missions. | ||
| + | MaxFlymissionHighThreat - This is used when the mission is flagged as a high threat mission in the mission.dat file | ||
| + | MaxFlymissionNoThreat  | ||
| + |        | ||
| + | MinSeadescortThreat – When the target area’s threat value is worked out to be higher than this | ||
| + |   | ||
| + | MinAvoidThreat – When Falcon makes a mission, it checks the threat at the ingress and egress waypoints – | ||
| + |   if the threat is higher than this value, then the mission planner tries to create a waypoint around the threat  | ||
| + | (within the AirPathMax value). | ||
| + | If it can not find a way around the mission is cancelled. | ||
| + | MinAssemblyPtDist – The minimum distance from mission start that the Assembly point can be (In Km) | ||
| + | BreakpointDist – The distance that the breakpoint should be from home plate. (In Km) | ||
| + | TargetClearRadius  | ||
| + | LoiterTurnDistance – The length of the loiter area for CAPS and other Patrol flights (In Km) | ||
| + | SweepRadius – The distance that a sweep will take in. (In Km) | ||
| + | MinimumBDAPriority – The minimum priority of target that a BDA flight will get assigned for | ||
| + | MinimumAWACSDistance – The closest an AWACS will get to the FLOT (In Km) | ||
| + | MaximumAWACSDistance – The furthest an AWACS will get from the FLOT (In Km) | ||
| + | MinimumJSTARDistance – The closest a JSTARS a/c will get to the FLOT (In Km) | ||
| + | MaximumJSTARDistance – The furthest a JSTARS a/c will get from the FLOT (In Km) | ||
| + | MinimumTankerDistance – The closet a Tanker will get to the FLOT (In Km) | ||
| + | MaximumTankerDistance – The furthest a Tanker will get from the FLOT (In Km) | ||
| + | MinimumECMDistance – The closet an ECM flight will get to the FLOT (in Km) | ||
| + | MaximumECMDistance  | ||
| + | FirstColonel – Sets the start of names for Colonels | ||
| + | FirstCommander – sets the start of names for Commanders | ||
| + | FirstWingman – sets the start of names for Wingman | ||
| + | LastWingman – Sets the end of names for wingman | ||
| + | MaxEscortAAStrength – Not Used | ||
| + | BARCAPRequestInterval – The time between BARCAP Planning Requests | ||
| + | OnCallFlightsPerRequest – The amount of On Call Flights per FAC mission | ||
| + | AirTaskTime – Not Used | ||
| + | AirPlanTime  | ||
| + | VictoryConditionTime – How often the victory conditions are checked in TE | ||
| + | FlightMoveCheckInterval – How often the campaign checks the movement of flights. (in seconds) | ||
| + | FlightCombatCheckInterval – How often the campaign checks combat between flights (in seconds) | ||
| + | AirUpdateCheckInterval – How often the campaign checks the movement of squadrons/ | ||
| + | PackageCyclesToWait –sets how many cycles a mission will wait for Tankers and other support aircraft. | ||
| + | AirPathMax - Max search range when trying to find a safe path between two waypoints. Limits the searching to this value | ||
| + | MinimumIgnoreRange – The closest range where an aircraft is ignored. (in Km) | ||
| + | MaxSARDistance – The furthest behind the FLOT that SAR can be undertaken. | ||
| + | MaxBAIDistance  | ||
| + | PilotAssignTime – The amount of time before T/O time that the pilot gets assigned to the mission. | ||
| + | AircraftTurnaroundMinutes – How long after an aircraft has completed a mission before it is ready for use again. | ||
| + | |||
| + | // NTM Inputs | ||
| - | Increasing this to 100 boosts up mission tasking. | + | short MIN_TASK_NAVAL; | 
| + | short MIN_PLAN_NAVAL; | ||
| + | short NAVAL_MOVE_CHECK_INTERVAL; | ||
| + | short NAVAL_COMBAT_CHECK_INTERVAL; | ||
| + | short NAVAL_COMBAT_RATE; | ||
| + | |||
| + | // Other variables | ||
| + | |||
| + | short LOW_ALTITUDE_CUTOFF; | ||
| + | short MAX_GROUND_SEARCH; | ||
| + | short MAX_AIR_SEARCH; | ||
| + | short NEW_CLOUD_CHANCE; | ||
| + | short DEL_CLOUD_CHANCE; | ||
| + | short PLAYER_BUBBLE_MOVERS; | ||
| + | short FALCON_PLAYER_TEAM; | ||
| + | short CAMP_RESYNC_TIME; | ||
| + | unsigned short BUBBLE_REBUILD_TIME; | ||
| + | short STANDARD_EVENT_LENGTH; | ||
| + | short PRIORITY_EVENT_LENGTH; | ||
| + | short MIN_RECALCULATE_STATISTICS; | ||
| + | float LOWAIR_RANGE_MODIFIER; | ||
| + | short MINIMUM_STRENGTH; | ||
| + | short MAX_DAMAGE_TRIES; | ||
| + | float REAGREGATION_RATIO; | ||
| + | short MIN_REINFORCE_TIME; | ||
| + | float SIM_BUBBLE_SIZE; | ||
| + | short INITIATIVE_LEAK_PER_HOUR; | ||
| + | |||
| + | int StartOffBonusRepl; | ||
| + | int StartOffBonusSup; | ||
| + | int StartOffBonusFuel; | ||
| + | int ActionRate; | ||
| + | int ActionTimeOut; | ||
| + | float DataRateModRepl; | ||
| + | float DataRateModSup; | ||
| + | float RelSquadBonus; | ||
| + | </ | ||
| ===== FALCON4.RT ===== | ===== FALCON4.RT ===== | ||
| Line 132: | Line 230: | ||
| **Intdict.pri**  | **Intdict.pri**  | ||
| + | |||
| + | This is the primary file of the three that only works (intdict , defense, atrit , cas. pri | ||
| + | |||
| + | AFAIK it " | ||
| ===== kneemap.gif ===== | ===== kneemap.gif ===== | ||
| Line 137: | Line 239: | ||
| **kneemap.gif** | **kneemap.gif** | ||
| - | Kneemap  | + | 1024x1024  | 
| ===== < | ===== < | ||
| Line 206: | Line 308: | ||
| **OFFENSE.PRI**  | **OFFENSE.PRI**  | ||
| + | |||
| + | not used AFAIK | ||
| + | |||
| + | AFAIK it " | ||
| ===== PackHead.b ===== | ===== PackHead.b ===== | ||
| Line 371: | Line 477: | ||
| Dogfight files? | Dogfight files? | ||
| + | |||
falcon4/campaign/files.1183897141.txt.gz · Last modified: 2007/07/10 09:52 (external edit)
                
                