Skip to content

Releases: ThuverX/MySimsModLoader

Experimental-0.0.2 pre-release (HOTFIX)

05 Jan 13:10

Choose a tag to compare

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.

Full Changelog: experimental-0.0.1...experimental-0.0.2

Experimental-0.0.1 pre-release

03 Jan 12:55

Choose a tag to compare

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

New Contributors

Full Changelog: v0.2.1-alpha-1...experimental-0.0.1

v0.2.1-alpha

06 Jun 15:20

Choose a tag to compare

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

04 Mar 18:12

Choose a tag to compare

v0.1.0-alpha-1 Pre-release
Pre-release

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

New Contributors

Full Changelog: https://github.com/ThuverX/MySimsModLoader/commits/v0.1.0-alpha-1