-
Notifications
You must be signed in to change notification settings - Fork 14
GitHub Integration & Automatic Mod Publishing
Eric Mor edited this page Oct 6, 2024
·
5 revisions
SporeModder FX now comes with GitHub integration. GitHub is a platform for hosting open-source software. It is based on the version control software git; it allows you to keep track of all the changes and versions you do to your files.
The recommended and default way of making mods with SporeModder FX has changed. Now, it is recommended you install git and create a GitHub account; SporeModder FX will integrate with it to let you use it easily. Hosting your mods on GitHub has several advantages:
- It lets you publish the mod with a single button. This will package all your projects, compile all your DLLs, and bundle it into a
.sporemodfile. - It will make your mod automatically available in the Spore Mod Browser
- It helps the Spore modding community grow! We all can learn from what other mods do by looking at their source files and code.