Releases: ThuverX/MySimsModLoader
Experimental-0.0.2 pre-release (HOTFIX)
This branch contains ongoing work and major internal changes. None of the new features are finished yet, and breaking changes are expected. The purpose of this branch is to freely experiment, refactor, and iterate without worrying about stability or compatibility.
Installation is the same as always, just make sure you download the zip for the right game.
Full Changelog: experimental-0.0.1...experimental-0.0.2
Experimental-0.0.1 pre-release
This branch contains ongoing work and major internal changes. None of the new features are finished yet, and breaking changes are expected. The purpose of this branch is to freely experiment, refactor, and iterate without worrying about stability or compatibility.
Installation is the same as always, just make sure you download the zip for the right game.
What's Changed
- Signature loading is now done through Streams by @ThuverX in #12
- Fix hashes.bin filestream error on Linux by @j4ceee in #13
- Fix tidy by @ThuverX in #14
- Fix compilation issues with spdlog and ImGui docking branch by @bottledlactose in #15
New Contributors
- @j4ceee made their first contribution in #13
- @bottledlactose made their first contribution in #15
Full Changelog: v0.2.1-alpha-1...experimental-0.0.1
v0.2.1-alpha
MSML is now on Cozy Bundle! It took some work (We rewrote everything) but it's here. Modding should now work more how you expected it to. But if it still doesn't, please make a Issue here on Github. There's also a new clothing system allowing you to easily make and share new clothing for your Sims. Care has been taken to make sure your game doesn't crash when you uninstall clothing too. If it does, please report it and make an Issue.
Now that the mod loader supports two versions, be sure to download the right one for your game!
- For Cozy Bundle download
mysims-cozybundle-windows-x64 - For Taco Bell download
mysims-windows-x86
I hope this better introduces the strengths of using a mod loader compared to replacing game files.
Happy modding!
What's Changed
- Game now outputs and actual useful crash log, share it with your issues!
- A bunch of fixes to how files are loaded
- Files are now loaded as expected, the same way the game expects and understands.
- New tweaker system
- A tweaker is a system that can modify and add files dynamically, so you have to do less work!
- Current tweakers are: Material tweakers (.material.xml), Swarm tweakers (.swm), Clothing tweakers (.outfit.xml).
- There's now testing to check if the files we are generating are correct (/tests).
- Add new clothing to the game! (Cozy bundle exclusive, Taco Bell still needs work) (How-to coming on the wiki)
Full Changelog: v0.1.0-alpha-1...v0.2.1-alpha
v0.1.0-alpha-1
Alpha Release
After a few months of work we are finally ready to release MSML, a mod loader for MySims PC!
This is an alpha version and things will break. And most of all it is not feature complete.
Please report any issues you find on Github. And Pull Requests are welcome!
What's Changed
- CMake build process improvements by @bottledlactose in #1
- Fix .gitmodules references by @bottledlactose in #2
- Use absolute path for mods path by @bottledlactose in #3
New Contributors
- @bottledlactose made their first contribution in #1
Full Changelog: https://github.com/ThuverX/MySimsModLoader/commits/v0.1.0-alpha-1