View Single Post
  #179  
Old 01-17-2012, 08:33 PM
Tolwyn Tolwyn is offline
Approved Member
 
Join Date: Apr 2010
Posts: 250
Default CantZ506B AI Plane Behavior

The new CantZ506B AI plane ignore static spawn assignment, and also doesn't seem to want to follow waypoints.

Using Takeoff options:

Normal or
Pair or
Line

And trying with static spawn assignment. You'll need to use external views to watch, but here's a test mission:

Code:
[MAIN]
  MAP NetIslands/load.ini
  TIME 12.0
  CloudType 0
  CloudHeight 1000.0
  army 1
  playerNum 0
[SEASON]
  Year 1940
  Month 6
  Day 15
[WEATHER]
  WindDirection 0.0
  WindSpeed 0.0
  Gust 0
  Turbulence 0
[MDS]
  MDS_Radar_SetRadarToAdvanceMode 0
  MDS_Radar_RefreshInterval 0
  MDS_Radar_DisableVectoring 0
  MDS_Radar_EnableTowerCommunications 1
  MDS_Radar_ShipsAsRadar 0
  MDS_Radar_ShipRadar_MaxRange 100
  MDS_Radar_ShipRadar_MinHeight 100
  MDS_Radar_ShipRadar_MaxHeight 5000
  MDS_Radar_ShipSmallRadar_MaxRange 25
  MDS_Radar_ShipSmallRadar_MinHeight 0
  MDS_Radar_ShipSmallRadar_MaxHeight 2000
  MDS_Radar_ScoutsAsRadar 0
  MDS_Radar_ScoutRadar_MaxRange 2
  MDS_Radar_ScoutRadar_DeltaHeight 1500
  MDS_Radar_HideUnpopulatedAirstripsFromMinimap 0
  MDS_Radar_ScoutGroundObjects_Alpha 5
  MDS_Radar_ScoutCompleteRecon 0
  MDS_Misc_DisableAIRadioChatter 0
  MDS_Misc_DespawnAIPlanesAfterLanding 1
  MDS_Misc_HidePlayersCountOnHomeBase 0
  MDS_Misc_BombsCat1_CratersVisibilityMultiplier 1.0
  MDS_Misc_BombsCat2_CratersVisibilityMultiplier 1.0
  MDS_Misc_BombsCat3_CratersVisibilityMultiplier 1.0
[RespawnTime]
  Bigship 1800
  Ship 1800
  Aeroanchored 1800
  Artillery 1800
  Searchlight 1800
[Wing]
  g0100
  g0101
[g0100]
  Planes 1
  Skill 1
  Class air.CantZ506B
  Fuel 100
  weapons default
[g0100_Way]
  TAKEOFF 1994.08 49802.89 0 0 &0
  NORMFLY 1972.39 45570.47 500.00 280.00 &0
  NORMFLY 1931.30 38872.55 800.00 290.00 &0
  NORMFLY 13765.65 29503.69 900.00 300.00 &0
[g0101]
  Planes 1
  Skill 1
  Class air.CantZ506B
  Fuel 100
  weapons default
  spawn0 0_Static
[g0101_Way]
  TAKEOFF 2531.74 49813.24 0 0 &0
  NORMFLY 2793.77 45424.11 300.00 250.00 &0
  NORMFLY 2856.55 39020.41 400.00 290.00 &0
  NORMFLY 14157.21 30074.06 900.00 290.00 &0
[NStationary]
  0_Static vehicles.planes.Plane$CantZ506B 2 2276.93 49867.23 449.10 0.0 null 1
[Buildings]
[Bridge]
[House]
Reply With Quote