diff --git a/README.md b/README.md index 8bde909..ad7b6c3 100644 --- a/README.md +++ b/README.md @@ -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.