Spore-ModAPI
Spore-ModAPI copied to clipboard
A C++ library that allows you to create advanced mods for Spore (user interface, shaders,...)
* Added 7 new and known functions from Ghidra to ``cScenarioPlayMode``: ```c++ /// Sets the active state of the adventure. void SetState(ScenarioPlayModeState state); /// Updates the current, active goals of...
Apparently, When I open Spore at all via the ModAPI Launcher and then close it, it always says this, even after time has passed and Spore has fully closed: ...
adds a missing function definition and an enum to CommonIDs
I appeal to you as a competent person who is well versed with the mods and the technical part of the Spore game, could you make it so that the...
This patch makes the ImportSporeSDK.java script work with Ghidra 10.3. It seems that since Ghidra 10.3 `getGenericCallingConvention` was removed causing an error when trying to run it: ```java ImportSporeSDK.java:577: error:...
Hi im using a legal copy con Spore and Spore GA. When i start both spore without SporeModApi launcher i can use the console cheat normally. But when i start...
Decompiled with Ghidra version 10.2.3 [FUN_005fbb90.txt](https://github.com/emd4600/Spore-ModAPI/files/11435041/FUN_005fbb90.txt) [FUN_005fc3c0.txt](https://github.com/emd4600/Spore-ModAPI/files/11435042/FUN_005fc3c0.txt) [FUN_0057c590.txt](https://github.com/emd4600/Spore-ModAPI/files/11435043/FUN_0057c590.txt) [FUN_0057ea30.txt](https://github.com/emd4600/Spore-ModAPI/files/11435044/FUN_0057ea30.txt) [FUN_005634b0.txt](https://github.com/emd4600/Spore-ModAPI/files/11435045/FUN_005634b0.txt) [FUN_005802F0.txt](https://github.com/emd4600/Spore-ModAPI/files/11435046/FUN_005802F0.txt) [FUN_006160c0.txt](https://github.com/emd4600/Spore-ModAPI/files/11435047/FUN_006160c0.txt) [FUN_006161e0.txt](https://github.com/emd4600/Spore-ModAPI/files/11435048/FUN_006161e0.txt) [FUN_005f8b60.txt](https://github.com/emd4600/Spore-ModAPI/files/11435049/FUN_005f8b60.txt) [FUN_005f99b0.txt](https://github.com/emd4600/Spore-ModAPI/files/11435050/FUN_005f99b0.txt) [FUN_005fa320.txt](https://github.com/emd4600/Spore-ModAPI/files/11435051/FUN_005fa320.txt) Addresses are from the March 2017 version of Spore.
 And I've found the line of code causing this: https://github.com/emd4600/Spore-ModAPI/blob/703a5cbce0d8cd010f5a36d08869f1ff80106fd8/Projects/Example%20Projects/ModCreatorKit/PackageCheat.cpp#L18 Perhaps adding the missing % would fix this?
Originally asked by user *cce*, who wants custom star types to count for the sightseer badge. For that, we need: - [ ] More support for the `cBadgeManager` - [x]...
I'd like to request the ability to be able to create and write to a .package file using the Spore-ModAPI