All Projects → emd4600 → Spore-ModAPI

emd4600 / Spore-ModAPI

Licence: other
A C++ library that allows you to create advanced mods for Spore (user interface, shaders,...)

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Spore-ModAPI

Stellaris mod
Paradox Interactive game Stellaris mod co-work
Stars: ✭ 37 (+19.35%)
Mutual labels:  mod
ToggleTrafficLights
Mod for Cities:Skylines. Tool to remove or add traffic lights at intersections.
Stars: ✭ 33 (+6.45%)
Mutual labels:  mod
carpet-discarpet
Fabric carpet extension that adds discord functionality to scarpet
Stars: ✭ 26 (-16.13%)
Mutual labels:  mod
Avali
Avali mod with community additions. See Trello for an easier way to see what we're working on:
Stars: ✭ 53 (+70.97%)
Mutual labels:  mod
tts
Table Top Simulator Mod for Star Wars: Legion
Stars: ✭ 32 (+3.23%)
Mutual labels:  mod
old-animations
Client-side modification for Fabric that allows users to restore animations from older versions.
Stars: ✭ 19 (-38.71%)
Mutual labels:  mod
HBWHelper
Hypixel Bed Wars Helper Minecraft Forge mod
Stars: ✭ 15 (-51.61%)
Mutual labels:  mod
Regeneration
Minecraft Mod that adds the concept of Regeneration from the show Doctor who
Stars: ✭ 22 (-29.03%)
Mutual labels:  mod
3d-Skin-Layers
Renders the player skin layer in 3d
Stars: ✭ 63 (+103.23%)
Mutual labels:  mod
EMF
Extended Mechanics & Flavor
Stars: ✭ 33 (+6.45%)
Mutual labels:  mod
fabric-example-mod
An elegant Minecraft mod template for the Fabric mod loader
Stars: ✭ 25 (-19.35%)
Mutual labels:  mod
AmongUsTryhard
Among us mod that fixes some game breaking bugs when tryharding among us. As well as some useful settings
Stars: ✭ 18 (-41.94%)
Mutual labels:  mod
NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (+35.48%)
Mutual labels:  mod
prog-mats-js
Adds a bunch of scripted stuff. The name definitely isn't synonyms of Advance Content.
Stars: ✭ 35 (+12.9%)
Mutual labels:  mod
Randomly-Adding-Anything
No description or website provided.
Stars: ✭ 42 (+35.48%)
Mutual labels:  mod
DS3ConnectionInfo
Simple C# application showing active P2P connection information for Dark Souls III. Also implements a basic ping filter.
Stars: ✭ 31 (+0%)
Mutual labels:  mod
ElDewrito-Menu
Possible replacement for Halo Online's UI heavily based on Halo: Reach
Stars: ✭ 22 (-29.03%)
Mutual labels:  mod
KK Plugins
Various plugins for various Illusion games
Stars: ✭ 241 (+677.42%)
Mutual labels:  mod
pocketmod
Small ANSI C library for turning ProTracker MOD files into playable PCM audio.
Stars: ✭ 54 (+74.19%)
Mutual labels:  mod
Windows-DLL-Injector
Some DLL Injection techniques in C++ implemented for both x86 and x64 windows OS processes
Stars: ✭ 174 (+461.29%)
Mutual labels:  dll-injection

This GitHub page hosts the Spore ModAPI development kit, used to create Spore mods with C++. To use those mods, you need the ModAPI Launcher and Installers.

The Spore ModAPI SDK allows you to create C++ mods for Spore. These mods are compiled into .dll files, that can then be used by the ModAPI Launcher Kit to inject them into Spore.

The documentation of the SDK is available here: https://emd4600.github.io/Spore-ModAPI/

Instructions about download, installation and updating can be found in this tutorial.

The source code can be found in this GitHub repository. It also includes the source code of 3 real mods made with the ModAPI SDK:

To compile the core DLLs (unless you want to develop the SDK itself, you don't need to do this):

  1. Open the Visual Studio Command Prompt
  2. Navigate to the SDK root directory.
  3. Execute msbuild "Spore ModAPI" -t:BuildDlls -p:BuildVer=177 -p:Config=Release (changing the version and config accordingly)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].