Mono Patcher Library 0.2.2

SCREENSHOTS
Downloaded 1,706 times 125 Thanks 34 Favourited 12,068 Views
 Say Thanks!
Uploaded: 8th Nov 2024 at 6:53 PM
Updated: 20th Nov 2024 at 3:46 AM


Mono Patcher 0.2.2
Mono Patcher is a library that allows Script Modders to replace Sims 3 methods with as much compatibility as possible - No need to create core mods anymore to replace game functions.

Features method replacement and editing of C# IL instructions for advanced users. Also removes the need for Instantiator tuning XMLs as it has a custom mod loader that runs early, allowing you to replace most code before it runs.

How to use and Source Code
If you're a script modder looking to use this library check out the GitHub Repository. It includes an example project plus a Wiki with tutorials and examples explaining how to get started and use its features.

Installation
Included in the download zip are "Packages" and "Bin" folders.

For the Packages folder, simply drop its contents into your Documents/The Sims 3/Mods/Packages folder as with any other Script Mod.

For the Bin folder, if you're on Windows head to your Sims 3 installation folder -> Game/Bin and drop the contents inside, alongside your game executable. If you're running on, say MAC instead of Windows you can skip this step as it's not compatible - Mono Patcher will still function without the Bin files but won't have all features available.

Troubleshooting
If you get an error on startup, chances are you need to install the following:
VCRedist

This mod is still in an early state - features will be added in the future to make things easier and better for modders.

Special Thanks
gamefreak130 for letting me know about the GameplayInitializers XML trick.
simbouquet for moral support and testing on 1.67