This Spore mod allows users to unlock creature parts from custom categories in creature stage, and provides a framework for modders to enable this in their own mods.
NOTE: This mod is primarily an API mod used as a dependency for other mods, but contains additional components to modify its behavior.
To make your own parts category unlockable in creature stage, simply have this mod installed and take the following steps:
- Make sure you have this mod installed, and included in your mod's release page as a requirement or recommendation.
- Include the property
bool paletteCategoryUnlockable truein your custom category definition (Usually increature_editor_palette_categories~) - Create a collections entry for your palette page in
AssetBrowserCRGCollectionsandAssetBrowserFeedItems. Examples of these files can be found in /SMFX Projects/ExampleProject/ - Make sure that your collections entry in
AssetBrowserFeedItemsreferences the file increature_editor_palette_categories~as itsfeedListItemUniqueID.
You should now be able to see your custom parts unlocking ingame!
