Jump to content

RAF_Raven

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by RAF_Raven

  1. Skies of Normandy AI - Missions - TeamBalancer - MapMarker Radar Powered by MOOSE Teamspeak & SimpleRadio Discord https://discord.gg/gS22EsX Server Owner: RAF_DaddyO / Admins: RAF_Raven Location: East Coast, USA Visit us at http://www.RAF662.org
  2. Hello, give this a try P51group = GROUP:FindByName("P51D") P51spawn = SPAWN:New( "P51D" ):Spawn() FWspawn = SPAWN:New( "FW190" ) :OnSpawnGroup( function (SpawnGroup) Task = SpawnGroup:TaskAttackGroup( P51group ) SpawnGroup:PushTask(Task, 5) end ) :Spawn()
  3. 1.5 C:\Users\Your Name\Saved Games\DCS\Tracks 2.0 C:\Users\Your Name\Saved Games\DCS.openalpha\Tracks
  4. It would be nice to have the option to disable track recording, for performance, and so I don't have to delete 1GB+ of tracks each week.
  5. They show if I start the mission from the mission editor, or load in singleplayer, but if the same mission is hosted on a server they are invisible.
  6. I have a similar problem...trains show in singleplayer but not in multiplayer.
  7. Quote: Originally Posted by RAF_Raven Hey FlightControl, first I want to thank you for all the hard work you have done on MOOSE! I have a quick question. Is it possible to SpawnScheduled or ReSpawn patrol groups using AI_PATROLZONE? _____________ Thanks for the help FlightControl! Templates_RED = { "Template1", "Template2", "Template3", "Template4" } PatZone = ZONE:New( "Patrol" ) Spawn_RED = SPAWN:New('RED') :InitLimit( 4, 0 ) :InitCleanUp( 120 ) :InitRandomizeTemplate( Templates_RED ) :OnSpawnGroup( function (SpawnGroup) SpawnGroup.PatrolZone = AI_PATROLZONE:New( PatZone, 1000, 3000, 220, 300 ) SpawnGroup.PatrolZone:SetControllable( SpawnGroup ) SpawnGroup.PatrolZone:__Start( 5 ) end ) :SpawnScheduled( 60, 0.1 )
×
×
  • Create New...