Mitch Posted February 20, 2003 Posted February 20, 2003 Hello I have make a Mission, but i have problems with thisone. I need Start on the Airbase fly my Mission and land on this Airbase. Why dosen't work it? And the Enemys don't shoot me? (.......) [AircraftMission001] AircraftType=A-4E Name=SHOWTIME FormationType=USFighter Size=2 RandomChance=100 -------------------(What's That?) MissionType=SEAD ObjectiveID=2 -------------------(What's That?) RatingForSuccess=90 StartOnGround=TRUE Heading=180.0 Speed=180.0 Alignment=FRIENDLY Waypoint[01].Position=447230.0,478947.0,2500.0 Waypoint[01].Size=500 Waypoint[01].Command=WAYPOINT Waypoint[02].Position=560483.0,389111.0,2500.0 Waypoint[02].Size=500 Waypoint[02].Command=ATTACK_POSITION Waypoint[03].Position=538610.0,440669.0,2500.0 Waypoint[03].Size=500 Waypoint[03].Command=WAYPOINT Waypoint[04].Position=490176.0,478557.0,2500.0 Waypoint[04].Size=500 Waypoint[04].Command=WAYPOINT Waypoint[05].Position=446840.0,479729.0,2500.0 Waypoint[05].Size=500 Waypoint[05].Command=WAYPOINT (.......) [GroundMission002] GroundObjectType=SA-2L Name=AD Btn FormationType=SovietAD Size=4 RandomChance=100 ObjectiveID=01 RatingForSuccess=50 Alignment=ENEMY Heading=250 Speed=0 Position=559702.000,268046.000,0.0 Waypoint[01].Command=DEFEND_POSITION Thank you Mitch Quote
Guest capun Posted February 21, 2003 Posted February 21, 2003 Mitch The RandomChance switch is used mostly for other Aircraft and/or Ground Missions. For AircraftMission001 (yours) I set it to 100. I don't know what happens if you set it lower. Let's say you have other enemy airplanes in AircraftMission002, you can set their chance lower so in some cases they will not show up. As for the ObjectiveID, that matches to the target you are after. In your example, your primary target is GroundMission002. I believe that the Aircraft and Ground Missions have to be sequential, if you skip a number the INI parser may stop, like it happens loading different skins. For example you have to have AircraftMission001, 002, 003, etc. You cannot have 001, 003... What other problems you have? You need to set the waypoints to get you from and to the airfield. Also to have things to shoot at you you need to set their waypoint command. See the following example [GroundMission003] GroundObjectType=ZSU-23 Name=AD Btn FormationType=SovietAD Size=4 RandomChance=100 Position=564000.000,386500.000,0.0 Heading=315.0 Speed=15.0 Alignment=ENEMY Waypoint[01].Position=561000.000,389000.000,0.0 Waypoint[01].Size=500.0 Waypoint[01].Command=DEFEND_POSITION So far the only thing I cannot get to shoot at me is SAM's. SAM's work in campaign and Single mission mode (Recon, anti-ship) but on my won created missions they do not. Hope it helps Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.