Jump to content

Help, Don't know how to change Small Inline Reaction wheel position in the tech tree


Recommended Posts

5 hours ago, FabioofSpace said:

@PART[ModuleReactionWheel]

This would match a part with the name "ModuleReactionWheel". Did you mean @PART[sasModule]?

5 hours ago, FabioofSpace said:

:HAS[~TechRequired[]]

This would additionally require that the part does not have an existing but empty "TechRequired" field. The small inline reaction wheel already has "TechRequired = flightControl", so that would match.

5 hours ago, FabioofSpace said:

TechRequired = stability

This would add a duplicate "TechRequired" key to the part.

 

I haven't tested this patch but I think it should work:

@PART[sasModule]:FINAL
{
    %TechRequired = stability
}

 

Link to comment
Share on other sites

1 hour ago, HansAcker said:

This would match a part with the name "ModuleReactionWheel". Did you mean @PART[sasModule]?

This would additionally require that the part does not have an existing but empty "TechRequired" field. The small inline reaction wheel already has "TechRequired = flightControl", so that would match.

This would add a duplicate "TechRequired" key to the part.

 

I haven't tested this patch but I think it should work:


@PART[sasModule]:FINAL
{
    %TechRequired = stability
}

 

Your patch actually worked! Thank you so much!

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...