Jump to content

Osi

Members
  • Posts

    12
  • Joined

  • Last visited

About Osi

  • Birthday 07/22/1873

Personal Information

  • Flight Simulators
    DCS, IL2, LHX, Chuck Yeager's Air Combat ;)
  • Location
    France
  • Interests
    Sim

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Osi

    rat.groupsize ?

    it works local rr=RAT:New("RAT SU34") rr:InitGrouping(3) rr:Spawn(1) this script will spawn a su24's group of 3 planes.
  2. Osi

    rat.groupsize ?

    yes in ME it work, but i would like use this command in my script : #number RAT.groupsize Number of aircraft in group. I read doc. but i do not understand...
  3. Hello, I use this lines : local su24=RAT:New("RAT SU24") su24:Spawn(1) I would like increase planes in group, i don't know use "rat.groupsize" how to do ? i'm starting to learn LUA... Take care.
  4. You are right , 8. Where will the Squadrons be located? On Airbases? On Carrier Ships? On Farps? Squadrons are placed as the "home base" on an airfield, carrier or farp. Carefully plan where each Squadron will be located as part of the defense system. I will use AI_CAP option , thank you.
  5. Hello, Currently i using this script to create an CAP: A2ADispatcher:SetSquadron( "Anapa", AIRBASE.Caucasus.Anapa_Vityazevo, { "CAP MIG21", "CAP MIG23", "CAP MIG29", "CAP SU27",}, 20 ) A2ADispatcher:SetSquadronTakeoffInAir( "Anapa" ) A2ADispatcher:SetSquadronTakeoffInAirAltitude( "Anapa", 8000 ) CAPZone = ZONE_POLYGON:New( "CAP Zone", GROUP:FindByName( "CAP Zone" ) ) A2ADispatcher:SetSquadronCap( "Anapa", CAPZone, 4000, 10000, 600, 800, 800, 1200, "BARO" ) A2ADispatcher:SetSquadronCapInterval( "Anapa", 1, 10, 30, 1 ) A2ADispatcher:SetSquadronGrouping( "Anapa", math.random( 1, 4 ) ) A2ADispatcher:SetSquadronFuelThreshold( "Anapa", 0.20 ) it works very well ! i would like to improve it but i can't find the solution. Currently the CAP spawn in air on Anapa airbase, how to make the planes spawn randomly in an ploygon zone ? Best regards, take care. michel.
  6. Thank you very much man!!! it works perfectly :thumbup: :thumbup: :thumbup:
  7. Moose ! ok i will see that thank you :smilewink:
  8. Hello everybody, With MIST i create Unity (ground, air, naval) perfectly. But i cant make this with Structure like FARP tent, building... i have an error. coalition.addGroup(country.id["RUSSIA"], Group.Category.STRUCTURE, This code dont work :cry: Can you help me ? what command do i use ? Object.Category = { ? I dont understand. Thank you & fly carefully :)
×
×
  • Create New...