Jump to content
  • Topics

  • Posts

    • Hi, I cannot find what command to use to make an attack heli to face certain position while flying with "SAD" waypoint. I spawn it and add waypoints with this   /* _mrk is the flag marker, string _heli is the attack helicopter className, string _arrival is the time from zone activation to spawning the attack heli, integer _force is how many attack helicopter will come one after another, integer */ params ["_mrk", "_heli","_arrival","_force"]; for "_i" from 0 to _force do { sleep _arrival; deleteVehicle attackHeli; {deleteVehicle _x} forEach units attackHeliGRP; _atkHeliPos = [[[(getMarkerPos _mrk),4000]], [[(getMarkerPos _mrk),3000]]] call BIS_fnc_randomPos; _attackPosA = [[[(getMarkerPos _mrk),400]], []] call BIS_fnc_randomPos; _attackPosA set [2, 200]; _attackPosB = [[[(getMarkerPos _mrk),400]], []] call BIS_fnc_randomPos; _attackPosB set [2, 200]; _attackPosC = [[[(getMarkerPos _mrk),400]], []] call BIS_fnc_randomPos; _attackPosC set [2, 200]; private _delPos = [[[(getMarkerPos _mrk),4000]], [[(getMarkerPos _mrk),3000]]] call BIS_fnc_randomPos; _delPos set [2, 200]; attackHeliGRP = createGroup [west, true]; attackHeli = createVehicle [_heli, _atkHeliPos, [], 0, "FLY"]; attackHeliGRP createVehicleCrew attackHeli; attackHeliGRP setBehaviourStrong "COMBAT"; attackHeli flyInHeight 200; attackHeli limitSpeed 100; private _wp1 = attackHeliGRP addWaypoint [_attackPosA, 0]; _wp1 setWaypointType "SAD"; _wp1 setWaypointTimeout [60, 120, 60]; private _wp2 = attackHeliGRP addWaypoint [_attackPosB, 0]; _wp2 setWaypointType "SAD"; _wp2 setWaypointTimeout [60, 120, 60]; private _wp3 = attackHeliGRP addWaypoint [_attackPosC, 0]; _wp3 setWaypointType "SAD"; _wp3 setWaypointTimeout [60, 120, 60]; private _wp3 = attackHeliGRP addWaypoint [_delPos, 0]; _wp3 setWaypointType "MOVE"; _wp3 setWaypointStatements ["true", "deleteVehicleCrew attackHeli; deleteVehicle attackHeli; deleteGroup attackHeliGRP;"]; sleep _arrival; }; All I want is when the AH64 wait for the next waypoint to face the position it has to defend so the gunner can search for infantry targets, etc.     
    • Artificial intelligence is revolutionizing industries across the globe, and India is at the forefront of this transformation. If you're seeking innovative AI solutions for your business, look no further than Markytics, a leading artificial intelligence company based in Pune and Mumbai. With over 15 years of experience, Markytics has established itself as a pioneer in the field of AI, providing cutting-edge services such as AI consulting, chatbot development, and calling bot development. Their expertise has been trusted by numerous top Indian banks, including IDBI Bank, Kotak Mahindra Bank, Kamal Fincap Pvt. Ltd, Kissht, and Sonata Finance, as well as renowned global brands like Bacardi, Deloitte, EY, UPL, and Ipack. In this forum discussion, we invite you to explore Markytics' journey as a leading artificial intelligence company in India and learn about their innovative solutions that are driving business transformation. Whether you're based in Mumbai, seeking AI consulting in Mumbai, or looking for top AI consulting services in Dubai, Markytics' expertise can help you unlock the transformative potential of artificial intelligence. Share your experiences, ask questions, and engage with Markytics' AI experts to gain valuable insights into their cutting-edge AI technologies, chatbot development processes, and successful case studies. Discover how Markytics is shaping the future of artificial intelligence consulting in India and making a global impact through their AI solutions. Join this discussion to explore the world of artificial intelligence companies in India and learn from one of the industry leaders, Markytics. Let's dive into the exciting realm of AI and uncover how it can revolutionize your business operations, enhance customer experiences, and drive innovation across industries.
    • you will add even the camofaces? (the cherry on top would be a night tiger pattern)
    • To troubleshoot, ensure file paths are correct, sound files are in the correct format, and sound settings are properly configured within the game engine.
×