Loads mods placed in a certain folder within the StarMade folder.
It is very plain and doesn't do much, since the modding API is going to be a part of StarMade itself.
How to install:
Mods are to be placed in the SMMods folder in the StarMade folder. If the folder does not exist, make it.
It is very plain and doesn't do much, since the modding API is going to be a part of StarMade itself.
How to install:
- Download the jar
- Run the jar and follow the given instructions
Similar to a normal Java program. All this modloader does is call the main(String[]) method of the main class specified in the mod's jar's manifest. The mod will have to register itself at
Code:
org.schema.game.common.Starter.modManager
Mods are to be placed in the SMMods folder in the StarMade folder. If the folder does not exist, make it.