Jump to content

Recommended Posts

Posted

I want to place 4 client aircrafts on the RWY start, diamond formation, facing the RWY heading, HOT.

 

how do I do that ?

 

when I choose "take of from rwy", I can't control the exact position.

 

when I try to place them freely, I can't set 0 altitude and 0 speed.

Posted (edited)

I copyed my text from another forumpost.

You can edit it yourself or try the JSGME/OvGME ready mod found here:

https://forums.eagle.ru/showpost.php?p=3603621&postcount=20

 

 

"This is how you spawn client planes on the ground where you place your plane in the editor:

Go to your main game directory\MissionEditor\modules\me_route.lua.

Edit the me_route.lua by adding this

actions.takeoffGround,

actions.takeoffGroundHot,

to plane_one_point and the plane_first_point sections.

It should look like this:

 

plane_one_point = {

actions.turningPoint,

actions.flyOverPoint,

actions.takeoffRunway,

actions.takeoffParking,

actions.takeoffParkingHot,

actions.landing,

actions.takeoffGround,

actions.takeoffGroundHot,

},

plane_first_point = {

actions.turningPoint,

actions.flyOverPoint,

actions.takeoffRunway,

actions.takeoffParking,

actions.takeoffParkingHot,

actions.takeoffGround,

actions.takeoffGroundHot,

 

I believe it is only the mission creator that need this edit.

In the mission editor you will now have the option to select takeoff from ground and takeoff from ground hot in the waypoint type list."

Edited by Agent_wolf

[sIGPIC][/sIGPIC]

ANON6-1 | Wolfie

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...