Making mod collections and Custom world templates - THDigi/SE-ModScript-Examples GitHub Wiki


Moved to SE Wiki

Mod Collection

Custom World Templates


Making a mod collection

A mod collection that you can actually add to worlds involves making an empty mod then using the workshop's "Required items" (dependencies) feature to make it pull in any mods you wish.
This works fine with mods that themselves have dependencies too.

  1. Go in %appdata%/SpaceEngineers/Mods/ (valid path that you can paste to folder address bar and press enter. don't search!)
  2. Create a folder that will be your mod's name
  3. Inside that mod folder create a folder called Data, this is required for the game to not crash when loading this empty mod.
  4. Now inside the game at the mods window (any world -> options -> mods) you can select your local mod on the left and click Publish.
  5. On the workshop page on the right you have Add/remove required items, click that to add dependencies.

And you're done, you can add this published "mod" to any world and it will bring all dependencies with it automatically.

Making custom world templates

If you want to go a step further, you can add things in the Custom Worlds section of the New World menu.

  1. Go to SE's install folder (in steam you can rightclick -> properties, installed files tab and Browse button to open the folder)
  2. Then go into Content and CustomWorlds
  3. You can simply copy an existing world right here, or you can copy-paste one of the existing ones.

The existing ones have a .scf file that can be drag&dropped into a text editor to edit (.scf is assigned by windows for something else). This file is also not required so you're free to just delete it for your own clone.

Steam updates and validations of the game will not delete things so your worlds should be safe from that at least, but of course back up anything you don't want to lose from the plethora of ways one can lose files.