PartOrganizer CKAN

Create custom part categories in the editor

License: Unlicense

Game Version: 1.2.1

Downloads: 5,105

Author: ShotgunNinja

Mod Website: Forum Thread

Followers: 45

Outdated Mod

This mod is not known to work with the latest version of Kerbal Space Program. Proceed with caution.

PartOrganizer

This simple mod allow the creation of custom part categories in the editor.

EditorCategory

The mod parse all EditorCategory entries it can find inside the .cfg files in GameData, and use that information to create custom categories.

| PROPERTY      | DESCRIPTION                                                | EXAMPLE
| ------------- |------------------------------------------------------------|---
| name          | Unique name for the category                               | Electrical
| tag           | Tag used to identify parts that belongs to this category   | _electrical
| icon          | Url to the icon                                            | MyMod/icons/my_icon
| tooltip       | Optional tooltip shown when hovering the icon              | Electrical

`

Icons

An icon is required, and it need to be 32x32 pixels in size. The url to the icon is the path inside GameData, without file extension. If another image is present with the same url but ending with _selected, that image will be used when the category is selected.

Tag

The tag system is exploited to identify parts that belong to a category. In the example above, any parts that contain the string _electrical in its tags field will be included in the Electrical category.

Issues

To avoid showing a part in a custom category and in the stock category at the same time, the part category field can be set to none. This reduce the clutter, but has the drawback that the part can't be filtered by tag anymore in the stock search system.

Included categories

Only a category is provided, as an example: Electrical. It include solar panels, batteries, lights, rtg and fuel cells.

Adding a category

// define the category
EditorCategory
{
  name = ExplosiveDevices
  tag = _explosive
  icon = MyMod/icons/tnt
  tooltip = Explosive devices
}

// add parts to that category
@PART[Bomb01,NuclearDevice]
{
  @tags ^= :$: _explosive:    // add tag to the part
  @category = none            // optionally, hide the part from stock category  
}
Loading changelog...

Stats for PartOrganizer

Downloads over time

Downloads per version

New followers per day

Top Referrers

  1. spacedock.info
  2. www.google.com
  3. www.spacedock.info
  4. www.google.co.uk
  5. kerbalspaceprogram.eu
  6. yandex.ru
  7. sd-prod-live.52k.de
  8. duckduckgo.com
  9. www.bing.com
  10. www.google.de

Export Raw Stats

Export Downloads

Export Followers

Export Referrals

Raw stats are from the beginning of time until now. Each follower and download entry represents one hour of data. Uneventful hours are omitted.