Jump to content

Evelons in "sleep mode"


Recommended Posts

Yes. The easiest way to do this is to load up the part in game, then configure it the way you'd like it to behave by default (in your case, disabling all the controls for pitch, yaw, roll), then save the .craft file.

Then go into the .craft file, and you'll find some entries like "enablePitch = false" in the section of the part. Can't remember the exact parameter wording from the top of my head. 

Anyway, copy all these parameters into the elevon  module in your part.cfg and your elevon will be disabled by default.

Link to comment
Share on other sites

19 hours ago, JadeOfMaar said:

@Alcentar Hi How are you? :)


@PART:HAS[@MODULE[ModuleControlSurface]]
{
	@MODULE[ModuleControlSurface]
	{
		%ignorePitch = True
		%ignoreYaw = True
		%ignoreRoll = True
	}
}

 

See above.

Hi, everything is fine, trying to teach it to fly. :D

6007e3bbb8ac14a18e9d640694ca304b.png


Thanks, it really worked!!!

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...