Skip to content

VanillaCold/Spore-CustomAssetTypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spore - Create-a-Type

This is a mod for Spore that aims to add an easy interface for creating new asset types, without needing other mod developers to add any custom code of their own.
Currently, the mod is not feature-complete; there are some new features I plan to add in the future, though the basic functionality is present.

Documentation

The mod's source code comes with an example project for use in Sporemodder FX here.
In future, when the mod's functionality is complete, I will add a Wiki to this repository for the sake of documetation

Credits

emd4600 - Creating the Spore ModAPI Development Kit and Spore SDK-to-Ghidra addon.
Rosalie241 - Finding function addresses for Disk Spore
Zarklord - Helping me to figure out how to properly append values to an array in one of Spore's property files through code.