Modding:Getting Started

From Starmancer Wiki
Jump to: navigation, search
Modding
Getting Started
Agent
Component Overview
Editing
existing files
Adding
new assets
Writing
new code

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.