Important
This software is in a pre-release state. Your game will crash, and it will not tell you why. Back-up your saves!
The MySims modloader is a new way to install and distribute mods. Instead of modifying game files, or even worse sharing installers. You can now simply download a mod and put it in your mods folder.
For any questions, visit the MySims Clubhouse modding Discord channel.
Version | Supported |
---|---|
MySims EA App / Steam | ✔️ |
MySims Taco Bell Edition | ✔️ |
MySims Release / Origin (EA App) | ❌️ |
MySims Kingdom EA App / Steam | ❌️ |
- Go to the latest Release
- Download the file
mysims-cozybundle-windows-x64
- Unzip it into your game folder, next to
MySims.exe
- In the end you should have
mods
,WSOCK32.dll
andMySims.exe
in the same folder.
- In the end you should have
- Done! Launch the game like normal.
- Go to the latest Release
- Download the file
mysims-windows-x86
- Unzip it into your game folder, next to
MySims.exe
(MySims/bin
)- In the end you should have
mods
,dsound.dll
andMySims.exe
in the same folder.
- In the end you should have
- Done! Launch the game like normal.
- Remove
dsound.dll
orWSOCK32.dll
- Optionally remove the
mods
folder
- Once you have found a mod that you like, unzip its folder into the
mods
folder.- If it looks like
mods/MOD NAME/mod.xml
you've done it correctly!.
- If it looks like
To uninstall simply remove that folder from the mods
.
-
Clone the repository:
git clone --recurse-submodules https://github.com/ThuverX/MySimsModLoader.git cd MySimsModLoader
-
Generate the build files using CMake:
cmake -B build -G "Visual Studio 17 2022" -A Win32 # For TacoBell ⚠️ Make sure to specify `-A Win32` to build in x86 mode!
cmake -B build -G "Visual Studio 17 2022" # For Cozy Bundle
-
Build the project:
cmake --build build --config Release
- This project could never have been done without the awesome work done for the Spore ModAPI.
- Not only are a lot of formats very similar.
- This project also includes EASTL taken from the Spore ModAPI repository.
- Honorary mention to MorcuTool for getting me interested in making this modloader.
This project was made possible by: