Tutorials Home Page (to be deleted): Difference between revisions

From KSP 2 Modding Wiki
(Added category)
m (Polo moved page Tutorials Home Page to Tutorials Home Page (to be deleted): Page no longer useful)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:


# Getting started
# Getting started
## [[Setting up Unity]]
## [[Setting up a Development Environment]]
## [[Setting up a Development Environment]]
## Initializing your project (TODO)
## Initializing your project (TODO)
# Modeling and texturing a new part (TODO)
# Modeling and texturing a new part (TODO)
# Configuring the part in Unity (TODO)
# [[Configuring the part in Unity]]
## [[Configuring the mesh]]
# Adding a part icon (TODO)
# Adding a part icon (TODO)
# Building and deploying the mode (TODO)
# Building and deploying the mode (TODO)
Line 14: Line 16:
== How to read KSP2 source code? ==
== How to read KSP2 source code? ==
How to read KSP2 source code? (TODO)
How to read KSP2 source code? (TODO)
 
[[Category:Tutorials]]
<nowiki>[[Category:Tutorials]]</nowiki>

Latest revision as of 11:11, 30 October 2023

Welcome to the KSP2 mod tutorials home page. Follow the instructions to create your first mod!

How to make a KSP2 mod?

  1. Getting started
    1. Setting up Unity
    2. Setting up a Development Environment
    3. Initializing your project (TODO)
  2. Modeling and texturing a new part (TODO)
  3. Configuring the part in Unity
    1. Configuring the mesh
  4. Adding a part icon (TODO)
  5. Building and deploying the mode (TODO)
  6. Debugging the mod in KSP2 (TODO)

How to read KSP2 source code?

How to read KSP2 source code? (TODO)