Jump to content

Category help


Johnny005611

Recommended Posts

Hello everyone.

I'm making my owm mods called Modern Naval Weapon System, in due to too many parts it contains, I would like to give it a Category for itself when people go into the VAB/SHP.

How can I know where to start?

Or where can I find some references?

THX

Link to comment
Share on other sites

To create your own category button you will need a 32x32 PNG image in black [normal] and in white [selected]. Then create the config with just this:

MODCAT
{
    folderName = path1;path2;path3;
    normalPath = pathtoblackicon
    selectedPath = pathtowhiteicon
    title = mod name
}

Each path leads to any folder where you keep your parts. No spaces, never include "GameData" when you write a path.

The title can contain spaces and is the mouseover text for the category button.

This is pure stock.

If at any point you want to use a shared category (like life support or things that work wit Extraplanetary Launchpads) then you'll need to get familiar with Community Category Kit which is very similar and has documentation.

Link to comment
Share on other sites

On 2018/3/28 at 3:37 AM, JadeOfMaar said:

To create your own category button you will need a 32x32 PNG image in black [normal] and in white [selected]. Then create the config with just this:


MODCAT
{
    folderName = path1;path2;path3;
    normalPath = pathtoblackicon
    selectedPath = pathtowhiteicon
    title = mod name
}

Each path leads to any folder where you keep your parts. No spaces, never include "GameData" when you write a path.

The title can contain spaces and is the mouseover text for the category button.

This is pure stock.

If at any point you want to use a shared category (like life support or things that work wit Extraplanetary Launchpads) then you'll need to get familiar with Community Category Kit which is very similar and has documentation.

Thanks a lot!

It is just what I need!

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