midnitetech_modlibrary.ts4script
What This Means for You ✅ Only ONE script file needed—If you use multiple mods by me, you no longer need separate .ts4script files for each one.
What This Means for You ✅ Only ONE script file needed—If you use multiple mods by me, you no longer need separate .ts4script files for each one.
Core Library includes standard code used across all of my mods to stay optimized, and help reduce conflicts with other creators' mods as the Lot 51 collection grows.
This is more of an API than the mod itself. It doesn't do anything by itself and is intended as a framework for other Sims 4 developers to use in their own codebases. Install the library only if you have installed a mod that requires it!
A requirement for various other mods of mine. It is a script where I put various things some of my mods need. This way, only 1 script file is used across various mods.
This is not a standalone mod. It's a powerful script library used by several of my mods. You only need to install it if other mods specifically require it. Using it alone serves no purpose.
The Spellbook Injector is a utility mod that loads custom spells into the game. These spells won't override any EAxian tuning, which ensures that creations from different modders will be compatible!
Added duplicates checking when injecting to picker_dialog categories, to account for some strange edge cases where adding to one category adds to another (ex: adding to gifts categories for computer adds to gifts categories for phone).
This API is used to make creating/writing Adult mods using Python much easier and more accessible. On its own it does only a few debug commands/interactions.
This is a Script mod intended to be used and referenced by other mods as a common "Source of Truth" for their scripts.
The LifeStage Control - Age Progression Modifier is an innovative and dynamic mod for The Sims 4 that gives players unprecedented control over the aging process of their Sims.
A set of tools to inject into different tuning resources. Right now, Injection Tools allows you to inject: Shifts of situations into a SchedulingZoneDirector or SchedulingWalkbyDirector
Manage settings for all your mods in one place. The mod requires the Sims 4 Community Library.
4.0 kB
This mod adds nothing to your game - all it does is make it easier for modders to check whether or not you have certain packs installed.
Shared tuning file required by many mods. Feel free to use it as a requirement in your mods.
This script enables modders to add new trait inheritance rules to the TRAIT_INHERITANCE data structure contained within trait_tracker.py and thus eliminates any override conflicts.