![]() |
#1
|
|||
|
|||
![]()
Sample .mis file shows how Radio Beacons must be set up to blindly land He-111 and Br-20 which were historically equipped with necessary instruments.
In brief: add an AI-antiair object with PowerON script in properties, set radius to include both power generator and radio beacon / antenna, set the above AI object as a target for generator in generator properties. Thus the AI object will get power from the generator and transfer it to radio beacon and other equipment if any. LBA antenna, radio beacons and inner and outer markers are in the list of working equipment (see mission text). More info in Russian http://www.sukhoi.ru/forum/showthrea...=1#post1768810 Pay attention to how equipment is placed in the mission. On a round island radio beacons are set with navigational frequencies of 301-303 and 310. They can be used by Br-20 (set keyboard commands for nav. frequency change in game settings). Blind landing system is set on an airfield which can be used by He-111. Change Br-20 to He-111 in the mission to test it. .mis file Code:
[PARTS] core.100 bob.100 [MAIN] MAP Land$Online_Cross_v_Roundel BattleArea 0 0 32768 32768 10000 TIME 10 WeatherIndex 0 CloudsHeight 1000 BreezeActivity 10 ThermalActivity 10 player BoB_LW_LG2_I.000 [GlobalWind_0] Power 3.000 0.000 0.000 BottomBound 0.00 TopBound 1500.00 GustPower 5 GustAngle 45 [splines] [AirGroups] BoB_LW_LG2_I.01 [BoB_LW_LG2_I.01] Flight0 1 Class Aircraft.BR-20M Formation FINGERFOUR CallSign 26 Fuel 100 Weapons 1 Skill 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 [BoB_LW_LG2_I.01_Way] NORMFLY 16049.12 14650.34 3500.00 300.00 NORMFLY 12316.71 17632.80 500.00 300.00 [CustomChiefs] [Stationary] Static9 Stationary.Airfield.OuterMarker nn 12833.81 17204.95 0.00 /radioFreq 380 Static19 Stationary.Airfield.Radio_NDB_Beacon nn 12145.44 17336.83 0.00 /radioFreq 303 Static3 Stationary.Environment.JP3_Generator_15_KW_UK1 gb 12562.19 17467.56 0.00 /target AIChief_0 Static10 Stationary.Airfield.InnerMarker nn 12228.69 17516.94 0.00 /radioFreq 380 Static7 Stationary.RadioBeacon.GenericLongRangeMast gb 12291.04 17659.86 0.00 /radioFreq 302 Static5 Stationary.Airfield.SBA_hat_antena nn 12347.77 17608.13 -45.00 /radioFreq 300 Static18 Stationary.Airfield.InnerMarker nn 12442.97 17859.78 0.00 /radioFreq 380 Static21 Stationary.Environment.JP3_Generator_15_KW_UK1 gb 15168.32 21703.62 0.00 /target AIChief_2 Static20 Stationary.RadioBeacon.GenericLongRangeMast gb 15199.37 21724.73 0.00 /radioFreq 310 Static4 Stationary.RadioBeacon.GenericLongRangeMast gb 10573.69 23114.16 0.00 /radioFreq 301 Static6 Stationary.Environment.JP3_Generator_15_KW_UK1 gb 10691.42 23142.45 0.00 /target AIChief_1 Static8 Stationary.Environment.JP3_Generator_15_KW_UK1 gb 10624.26 23280.12 0.00 /target AIChief_1 [Buildings] [BuildingsLinks] [AIChiefs] AIChief_0 0 12556 17437/script powerOn.cpp/r 500 AIChief_1 0 10707 23212/script powerOn.cpp/r 500 AIChief_2 0 15152 21731/script powerOn.cpp/r 200 Last edited by Ataros; 01-13-2012 at 02:43 PM. |
|
|