-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e435abb
commit 4d3618c
Showing
1 changed file
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
## SporeModLoader | ||
|
||
This is a very simple modloader for Spore, | ||
it only supports loading dll mods and injects | ||
them when the game boots, it has no GUI. | ||
This is a simple mod loader for Spore, | ||
it injects DLLs at runtime before executing | ||
the entry point of the Spore executable | ||
|
||
## Installation | ||
## SporeModManager | ||
|
||
Downloads the latest release and extract the | ||
archive into the game directory. | ||
This is a simple commandline mod manager for Spore, | ||
it allows you to install, update and remove mods | ||
easily using the commandline | ||
|
||
It's inside the `SporeModLoader/SporeModManager` | ||
directory, with both a windows and linux executable | ||
|
||
## Installation of mods | ||
Example usage can be found when running the executable | ||
with the `help` parameter | ||
|
||
See the commandline utility `SporeModLoader/SporeModManager/SporeModManager.exe` | ||
## Installation | ||
|
||
Downloads the latest release and extract the | ||
archive into the game directory. |