This mod is a C# Library of Methods and Classes that enable you to implement various functionality in a simpler way then without it (see Features). A mod for modders! By Battery :)
Mod Notes by Battery:Ā
Warning !
This mod does not contain new gameplay or new Gameplay objects. In fact he mod does nothing but sitting in memory waiting to be utilized by other mods. So unless another modder pointed you in this direction or you are a modder yourself, you can probably stop reading here.
What is this mod ?
This mod is a C# Library of Methods and Classes that enable you to implement varios functionality in a simpler way then without it (see Features)
Why this mod ?
The mods i have created so far all share some similar functionallity that was only achievable through heavy modification of the original methods and classes. So my idea was instead of every mod reinventing all the changes and packaging their own version of the changes, i could just create a common library that my mods would use. After migrating the functionality to the new library i made changes to the methods and classes so that they became more flexible. This new flexibility gave me the idea to open up the mod for everyone who was interested in using similar functionality in their mod(s).
Challenges:
Be aware that updated versions might require you to change your code slightly, i will however not remove functionality of the mod in updates if not absolutly necessary. I will do my best to keep Compatibility from this version upwards.
Features
Slider Make changes a Sims appearance in game by changing the Size of the eyes, ears and other Sliders. (This mod does not contain custom Sliders but it should be able to set the value of them)
Menus Make a Nraas Like Menu to control your Settings and let the player customize them in game.
Export/Import At one point you might wnat to give the player the option to store their cusomized settings of your mod more permanently and further give them the option to import those to other saves. The export and import capabilities of this mod could be worth a look then.
Tasks Got a Method that is heavy on Compute time and you dont want it to freeze your game for a short moment with the included Threading functionality of the library its even more simple to run scripts on the simulator.
And more like Remoting and predifined generic delegates
DownloadĀ C#Script Utility here









