Skip to content

Commit

Permalink
README: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Nov 7, 2023
1 parent e435abb commit 4d3618c
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
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.

0 comments on commit 4d3618c

Please sign in to comment.