Jump to content

organisation of parts


tillyd

Recommended Posts

ok running with lots of mods as led to 1000+ parts

i know there are lots of mods that organise parts but frankly i just dont feel like using those

what im after is knowledge on how to create a new catagory .... i know this is possible as magic smoke industries infernal robotics mod as its own parts catagory

Link to comment
Share on other sites

You either need:

A) To write your own plugin

B) Use the plugin from Filter Extensions and write your own configuration files for it (Feel free to ask questions in the mod thread ;))

If you want to go the plugin route, just find a mod that adds a category to use as a template (probably best not to look at FE for this). eg, the IR category uses the presence of an IR module to indicate parts that should be included in the category. The FE equivalent config would be (using Module Manager to add in the call from Filter by Function to make the IR Category. This assumes it is already defined fully somewhere else):

SUBCATEGORY
{
name = IR Category
icon = icon_filter_off // FE makes icons out of pairs of textures, one as listed and the other ending in _selected (eg. icon and icon_selected). IR doesn't follow this premise so a second state will be procedurally generated
FILTER
{
CHECK
{
type = moduleName
value = MuMechToggle
}
}
}

@CATEGORY[Filter?by?Function]
{
@SUBCATEGORIES
{
list = IR Category
}
}

Edited by Crzyrndm
Link to comment
Share on other sites

i belive that if u go into advanced mode in the editor you can add new ones. *pssst*ganeplay questions*

advanced mode adds new tabs only in advanced mode im wanting to circumvent using the advanced tab

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