| title | For Mod Developers |
|---|---|
| description | Learn about making Spore mods using the Spore ModAPI SDK and SporeModder FX. |
- [Introduction to Spore modding (read this first)]({{ page.smfx_github_url }}/wiki/Introduction-to-Spore-modding)
- [Creating your first mod]({{ page.smfx_github_url }}/wiki/Tutorial:-Creating-your-first-mod)
- [ModAPI tutorials]({{ page.modapi_url }}/Spore-ModAPI/pages.html)
- [Spore Modding Community Discord]({{ page.smc_discord_url }})
- [Download]({{ page.smfx_url }})
- [Documentation]({{ page.smfx_github_url }}/wiki)
- [Source code]({{ page.smfx_github_url }})
- [Documentation]({{ page.modapi_url }})
- [Source code]({{ page.modapi_github_url }})
[The Launcher Kit itself is open source on GitHub]({{ site.github.repository_url }}) and licensed under the [{{ page.license_name }}]({{ page.license_url }}). It is built using .NET/C# and contributions are welcome! Instructions for building and contributing can be found in the [README]({{ site.github.repository_url }}) file.