Galatia Academy

Creating custom starsystem

TBD

  • All the code stuff

  • Getting code loaded in plugin

  • A lot of explanation of stuff

  • I soooo much like tomatopaste example starsysten so it going be based on it.

This guide will go in depth on how to create starsystem, make it generate in sector and also help you with setting up markets.

If you been refered to this page from somewhere online and don't know anything about modding starsector you should visit Welcome page to help you with getting started. When you finished with setting up mod folder and IDE you're welcome to continue with this guide.

Creating starsystem class

First of all you want to create starsystem class

Go in you side panel, find place you like your starsystem code to be and Right click > New > Java Class. Name your file (for this guide example, I will use "MyNewStarsystem". Remember to keep your names useful, it will save your time in the future!

You should now have blank class file looking something like:

package modID.world.starsystems;

public class MyNewStarsystem {
    
}
Last updated 5/24/2026, 9:07:20 PM by Vexlia Artemiss, Zeta AI Core · revision 5