Jump to content

How to implement “Ship Take Off Position” function?


Recommended Posts

2 things I know of. In your aircraft Lua (look at su33s for example) there a few lines you new to add ones like rw something you can't miss it. It states whether it is launched from a catapult or ramp, and further down I think you have to add an attribute to the aircraft.

 

If you want the the key u to snap your aircraft to launch position just copy the line in the input file an paste it into your aircrafts default keys pm me if you need more help I'm at work hence the vague answer

[sIGPIC][/sIGPIC]

 

Rig: :joystick: :pilotfly:

AMD FX8350 8 core @ Stock Clock

G. Skill X Series 32GB (4x 8GB) @ 2200Mhz OC

GTX 1070 8GB

Corsair H110 Liquid Cooler

 

Link to comment
Share on other sites

  • 3 years later...

	LandRWCategories = 
	{[1] = {Name = "AircraftCarrier",},},
	TakeOffRWCategories = 
	{[1] = {Name = "AircraftCarrier With Catapult",},},

 

or

 

	LandRWCategories = 
	{[1] = {Name = "AircraftCarrier",},},
	TakeOffRWCategories = 
	{[1] = {Name = "AircraftCarrier With Ramp",},},

Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2),

ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9)

3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs

Link to comment
Share on other sites

  • Recently Browsing   0 members

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