Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!

Matroska Mod Compiler v0.3.0

SCREENSHOTS
458 Downloads 33 Thanks  Thanks 9 Favourited 7,042 Views
Uploaded: 1st Dec 2021 at 4:39 PM
Updated: 13th Dec 2021 at 3:46 PM
MMC is a little utility I created to make my life a little easier when it comes to putting together ts4script files.

It auto-compiles all the python files in your mod, decides which are important to keep, and which aren't, then it patches some python modules (if necessary) to make them more compatible with the Sims 4.

After the patches and the compiling, packages your ts4script file, deletes the compiled files to clean up your workspace and rolls back the patches, then copies your ts4script file to your Sims 4 directory.

It makes use of virtualenv to manage python modules for each mod (so you don't have to!)

Also, when you create a new mod with it, it adds a nice hello_world.py file for the sims cheat console, in case you're new to ts4script-ing.

If you want to run it from the source code, instead of the binary, you can check out the guide I posted on my github.
(I know files compiled with pyinstaller can be iffy with antiviruses sometimes)