Jump to content

How can I tag parts to go in Tech Tree Nodes?


Recommended Posts

hi!

currently working on a little add-on that includes a custom tech-tree i made myself and want to know how to get it to be compatible with some mods. i've managed to figure out a good deal of modding stuff by looking at the code for other add-ons and experimenting around, and when i tried to look at the files for add-ons like Community Tech Tree, they only have files that dictate what nodes go where but nothing about where compatible parts should actually be placed. how can i make my tech tree compatible with other part mods?

Link to comment
Share on other sites

16 hours ago, CarelessDoughnut said:

@PART[anotherModsPart1,antherModsPart2]:AFTER[partsMod]
{
    %TechRequired = yourCustomNode
}

this looks exactly like what i'm looking for! but where do i place this/in what kind of file do i put it in? i tried just putting it in a .cfg file next to my actual tech tree itself and the test parts i put in didn't show up.

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