0 of 0

File information

Last updated

Original upload

Created by

Battery

Uploaded by

Battery86

Virus scan

Safe to use

Tags for this mod

About this mod

This mod is a C# library of methods and classes that enable script modders to implement varios functionality in a simpler way then without it and needing to reimplement methods over and over again

Requirements
Permissions and credits
Changelogs
The C# Script Utility is a Library of Methods and Classes, which can be referenced and used in
Script mods to implement somewhat complex features in a simpler way.
This has the benefit that you dont have to create everything yourself
and you can reference this utility instead of re implementing these
features in every new mod.


Tutorials/Resources for Script modders:
https://modthesims.info/showthread.php?t=661343
PuddingFace Video1: https://www.youtube.com/watch?v=xW3TIb4YJVU
PuddingFace Video2: https://www.youtube.com/watch?v=VKLVA9BHNCI

Usage / Installation:
Players:
Just drop the Package file into your Mods/packages folder or subfolder

Script modder:
Extract the dll from the package file and reference it in your assembly. Your
Project should now have access to all Utility Functionality.
You of course need to put the used package file into your mods/packages folder aswell if you want to use it in game.