Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Part Modding: Difference between revisions

From Kerbal Space Program 2 Modding Wiki
Setting up a part for KSP2: added some other pages related to part modding, but not directly useful for creating a part
Line 23: Line 23:
* [[Family|Setting up a custom Part Family]]
* [[Family|Setting up a custom Part Family]]
* [[Configuring the reentry effects]]
* [[Configuring the reentry effects]]
* [[Creating custom engine plumes]]
* [[Sounds for parts with Wwise and Unity]]
* [[Sounds for parts with Wwise and Unity]]
* [[Creating a part icon]]
* [[Creating a part icon]]

Revision as of 17:02, 14 January 2025

So, you want to make a custom part for KSP2. Great! But where do you start? What tools do you need?

The pages below contain all the information you need to create your very own parts mod. The first step to any modded part is modelling it; most modders use Blender for this. KSP2 uses some standard part sizes you will need to keep in mind while making your model. Next, you will learn how to properly texture your model, including how to make it repaintable in the VAB, using a program like Adobe Substance Painter or similar. Finally, you will set up your part pack mod in Unity, and you will at last have your very own custom part in KSP2. Go wild!

Modelling

Texturing

Setting up a part for KSP2

See Also