Rust Helicopter trajectory

Discussion in 'Plugin Requests' started by HISHNIK__, Nov 24, 2016.

  1. how to change the trajectory of the helicopter flight and crash
     
  2. Unless you want to fly the Patrol Helicopter, there is no public plugin currently.
     
  3. I do not need plug-in, and the team that coordinate the movement of the object
    [DOUBLEPOST=1480025845][/DOUBLEPOST]say how to do, so that the plane disappeared after airdrop.


    or how to set the route helicopter
    [DOUBLEPOST=1480025947][/DOUBLEPOST]well, or in extreme cases, how to find the parameters of objects and their actions
     
  4. Code:
    public void SetTargetDestination(Vector3 targetDest, float minDist = 5f, float minDistForFacingRotation = 30f)public void State_Strafe_Enter(Vector3 strafePos, bool shouldUseNapalm = false)
    
    All what you need is in PatrolHelicopterAI class
     
  5. and where to find this information (PatrolHelicopterAI)

    I will be grateful for the direction
     
  6. use telerik justdecompile and drop assembly-csharp.dll into it, next search for PatrolHelicopterAI and done
     
  7. Thanks
     
  8. How to make that plane disappeared immediately after the drop down?
     
  9. How to make that object appeared instantly at a certain point, such as a helicopter or airplane
     
  10. you could log the planes ID on its spawn, then when an airdrop is created you could check positions of all active plane IDs and see what one is closest, then delete that plane ID.
    Its rough, its probably in effective, but would probably be the fastest to create in terms of mod time.
     
  11. If you mean, that you want to kill the plane once it dropped the crate, you could check with a custom class and soem reflection this plane field:
    Code:
    // CargoPlane
    private bool dropped;
    
    This will be set to true when the crate was dropped.
     
  12. What plugin allows you to fly the heli? :eek:
     
  13. How about to use search? :)
     
  14. I did, didn't find it :/
     
  15. Let me show you how internet and searching internet works :p
    LMGTFY