Difference between revisions of "Modding:Getting Started"

From Starmancer Wiki
Jump to: navigation, search
(Created page with "Getting Started So you want to be a modder? Modding in Starmancer has 3 routes: * Editing existing files (maybe you want a colonist to get hungry fas...")
 
Line 16: Line 16:
  
 
<hr>
 
<hr>
You should start with the agent-component [[overview]].
+
You should start with the agent-component [[Modding:Agent Component Overview|overview]].

Revision as of 17:21, 3 August 2021

Getting Started So you want to be a modder?

Modding in Starmancer has 3 routes:

  • Editing existing files (maybe you want a colonist to get hungry faster)
  • Adding brand new assets (sprites, models, animations, sounds, etc)
  • Writing new code


Every mod has to be placed into the data/Mods folder. You can group your mods in any way that you want, as long as they're all under data/Mods


The modding docs are a work in progress. If you have a specific question, let us know, and we'll try to incorporate it into the docs.


You should start with the agent-component overview.