Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.26 KB

File metadata and controls

23 lines (21 loc) · 1.26 KB
title For Mod Developers
description Learn about making Spore mods using the Spore ModAPI SDK and SporeModder FX.

Learn about making mods

  • [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)

Useful links

  • [Spore Modding Community Discord]({{ page.smc_discord_url }})

SporeModder FX (data modding)

  • [Download]({{ page.smfx_url }})
  • [Documentation]({{ page.smfx_github_url }}/wiki)
  • [Source code]({{ page.smfx_github_url }})

ModAPI (code modding)

  • [Documentation]({{ page.modapi_url }})
  • [Source code]({{ page.modapi_github_url }})

Publishing mods

Launcher Kit

[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.