Jump to content

MK2 Cockpit - Allow change of control orientation


Recommended Posts

Hello

Can you please allow for a change of control orientation in the mk2 cockpit? I made something cool that uses this as a top piece and it would be nice to not have to clip in a probe core to get the proper control point.

Thanks!

Link to comment
Share on other sites

  • 2 weeks later...
On 3/10/2020 at 6:50 PM, schwank said:

Hello

Can you please allow for a change of control orientation in the mk2 cockpit? I made something cool that uses this as a top piece and it would be nice to not have to clip in a probe core to get the proper control point.

Thanks!

I agree more parts could do with a switchable control orientation out of the box.

 

That said, Squad/Parts/Command/probeRoverBody_v2/probeRoverBody_v2.cfg for example has this:

	MODULE
	{
		name = ModuleCommand

        [...snip...]

        CONTROLPOINT
		{
			name = up
			displayName = #autoLOC_6011000 //#autoLOC_6011000 = Up
			orientation = -90,0,0
		}
		CONTROLPOINT
		{
			name = reverse
			displayName = #autoLOC_6011004 //#autoLOC_6011004 = Reversed
			orientation = 0,0,180
		}
	}

Might serve as inspiration for someone writing ModuleManager patches.

hth

 

Edited by Corax
sorry for the messed up indentation, that's the brilliant Invision WYSIWYdontG forum software for you
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...