Notebook Injector β A Shared Framework for Custom Notebook Content
screenshot-in-game-custom-entry-notebook-injector.png - width=981 height=859
screenshot-in-game-categories-notebook-injector.png - width=975 height=849
screenshot-in-game-tooltip-custom-notebook-injector.png - width=944 height=892
notebook_injector_mod_header.png - width=1200 height=630
It can create new categories and subcategories, organize Notebook entries, support several EA entry formats, and provide more flexible custom entries without relying on traditional XML overrides of EA Notebook resources.
==========================================
π Requirements
Notebook Injector does not require any Expansion, Game, or Stuff Pack by itself.
Compatible mods may have their own pack requirements.
***HIGHLY RECOMMENDED***: installing Mod Update Checker (by Demeterio) to receive update notifications for new release. As it is still awaiting approval on Mod The Sims, please use the SimFileShare link and download the PLAYER zip here: Mod Update Checker by Demeterio
==========================================
π General Information
Notebook Injector is mainly a framework for mod creators.
It provides a common system for adding Notebook content instead of requiring every creator to rebuild the same technical structure or override EA resources.
NI can:
- create custom Notebook categories;
- create custom subcategories;
- add subcategories to custom or compatible existing categories;
- assign entries to custom or existing subcategories;
- configure names, descriptions, icons, tooltips, sorting, and entry limits;
- support standard and specialized Notebook entries;
- allocate unused category and subcategory values;
- detect common enum-name and enum-value conflicts;
- generate logs for testing and troubleshooting.
Existing EA Notebook categories are preserved when NI adds compatible content.
==========================================
π For Players
Notebook Injector is a shared dependency.
Install it when another mod lists NI as a requirement. Compatible mods can then use it to add organized content to your Sims' Notebook.
Notebook Injector does not add gameplay content by itself.
Installing NI alone will not add new Notebook entries.
==========================================
π For Mod Creators
Mod creators can use NI to create:
- new Notebook categories and subcategories;
- entries inside existing or custom sections;
- recipe entries;
- bait entries;
- animal-feed entries;
- country-item entries;
- gardening-plant entries;
- standard EA-style entries;
- fully configurable CUSTOM entries.
The CUSTOM entry type can combine different content options, including:
- titles and text blocks;
- ingredient lists;
- optional ingredient quantities;
- footers;
- custom icons;
- custom tooltips.
See the screenshots for examples of categories, CUSTOM entries, and custom tooltips.
A complete Modder Guide, examples, and template packages are available in the MODDER ZIP.
Modder Guide is here too: Notebook Injector Modder Guide
==========================================
π Installation
- Close The Sims 4.
- Extract the downloaded zip (PLAYER or MODDER).
- Place the following files in your Mods folder. Keep the `.ts4script` no more than one folder below the main Mods folder.
- Enable Custom Content and Mods and Script Mods Allowed in the Game.
- Delete `localthumbcache.package`, then restart the game completely.
When updating, remove the previous Notebook Injector files before installing the new version.
Do not keep duplicate or mixed-version NI files in the Mods folder.
==========================================
π Compatibility
NI does not use traditional XML overrides of EA Notebook resources.
Instead, it adds compatible content to the Notebook system while the game is loading.
Possible conflicts may occur if another script mod:
- uses the same Notebook enum name or numeric value;
- replaces the Notebook category mapping without preserving existing content;
- modifies the same Notebook entry;
- patches the same Notebook UI method without calling the previous implementation.
NI includes checks for known enum conflicts and records detected problems in its log.
Known external values are currently reserved for coexistence with mods listed in the file Compatibility.txt inside the ZIP.
These reservations do not modify those mods, and neither mod is required for Notebook Injector.
==========================================
π Troubleshooting
Notebook Injector creates the following technical log:
demeterio_notebookinjector_log.txt
An older rotated section of the log may also be stored in:
demeterio_notebookinjector_log.1.txt
When reporting an issue, include:
- your game version;
- your Notebook Injector version;
- the name and version of the compatible mod;
- clear reproduction steps;
- the NI log files;
- lastException.txt or lastUIException.txt, when present.
| Filename | Type | Size |
|---|---|---|
| Demeterio_NotebookInjector_MODDER_v1.3.1.zip | zip | |
| Demeterio_NotebookInjector_Compatibility_v1.3.1.txt | txt | 4647 |
| Demeterio_NotebookInjector_Debuglog.package | package | 100 |
| Demeterio_NotebookInjector_Generic_v1.3.1.package | package | 49120 |
| Demeterio_NotebookInjector_Installation_v1.3.1.txt | txt | 6842 |
| Demeterio_NotebookInjector_ModUpdateChecker_v1.3.1.package | package | 650 |
| Demeterio_NotebookInjector_Script_v1.3.1.ts4script | ts4script | 94029 |
| Demeterio_NotebookInjector_TestingCustom_v1.3.1.package | package | 103768 |
| Demeterio_NotebookInjector_TestingRecipes_v1.3.1.package | package | 6404 |
| Demeterio_NotebookInjector_Modder_Guide_v1.3.txt | txt | 1807 |
| CustomTooltip-snippet.xml | xml | 461 |
| CustomTooltip-snippet_clean.xml | xml | 269 |
| LootActions-withcreatenewentry.xml | xml | 710 |
| LootActions-withcreatenewentry_clean.xml | xml | 597 |
| NotebookInjectorCategory.xml | xml | 674 |
| NotebookInjectorCategory_clean.xml | xml | 400 |
| NotebookInjectorEntry-custom-withexpandabledata.xml | xml | 1020 |
| NotebookInjectorEntry-custom-withexpandabledata_clean.xml | xml | 644 |
| NotebookInjectorEntry-custom-withicondescriptiondata.xml | xml | 529 |
| NotebookInjectorEntry-custom-withicondescriptiondata_clean.xml | xml | 331 |
| NotebookInjectorEntry-default-withexpandabledata.xml | xml | 412 |
| NotebookInjectorEntry-default-withexpandabledata_clean.xml | xml | 285 |
| NotebookInjectorEntryAssignment-custom.xml | xml | 668 |
| NotebookInjectorEntryAssignment-custom_clean.xml | xml | 354 |
| NotebookInjectorEntryAssignment-nativeea.xml | xml | 645 |
| NotebookInjectorEntryAssignment-nativeea_clean.xml | xml | 356 |
| NotebookInjectorSubcategory-custom.xml | xml | 1134 |
| NotebookInjectorSubcategory-custom_clean.xml | xml | 695 |
| NotebookInjectorSubcategory-nativeea.xml | xml | 1126 |
| NotebookInjectorSubcategory-nativeea_clean.xml | xml | 697 |
| Filename | Type | Size |
|---|---|---|
| Demeterio_NotebookInjector_PLAYER_v1.3.1.zip | zip | |
| Demeterio_NotebookInjector_Compatibility_v1.3.1.txt | txt | 4647 |
| Demeterio_NotebookInjector_Debuglog_.package | package | 100 |
| Demeterio_NotebookInjector_Generic_v1.3.1.package | package | 49120 |
| Demeterio_NotebookInjector_Installation_v1.3.1.txt | txt | 6842 |
| Demeterio_NotebookInjector_ModUpdateChecker_v1.3.1.package | package | 650 |
| Demeterio_NotebookInjector_Script_v1.3.1.ts4script | ts4script | 94029 |
|
Demeterio_NotebookInjector_PLAYER_v1.3.1.zip
Download
Uploaded: 7th Aug 2026, 143.3 KB.
53 downloads.
|
||||||||
|
Demeterio_NotebookInjector_MODDER_v1.3.1.zip
Download
Uploaded: 7th Aug 2026, 223.3 KB.
15 downloads.
|
||||||||
| For a detailed look at individual files, see the Information tab. | ||||||||
Install Instructions
1. Download: Click the File tab to see the download link. Click the link to save the .rar or .zip file(s) to your computer.
Read the upload description for installation instructions. If nothing else is specified, do the following:
2. Extract: Use WinRAR (Windows) to extract the .package file(s) (if included, ts4script as well) from the .rar or .zip file(s).
3. Cut and paste the .package file(s) (if included, ts4script as well) into your Mods folder
- Windows XP: Documents and Settings\(Current User Account)\My Documents\Electronic Arts\The Sims 4\Mods\
- Windows Vista/7/8/8.1: Users\(Current User Account)\Documents\Electronic Arts\The Sims 4\Mods\
Need more information?
- Anyone can use both .rar and .zip files easily! On Windows, use WinRAR.
- If you don't have a Mods folder, just make one.
- Mod still not working? Make sure you have script mods enabled
Loading comments, please wait...
Uploaded: 7th Aug 2026 at 1:37 PM
-
by scumbumbo updated 26th Mar 2019 at 10:38pm
192
447.1k
448
-
by siriussimmer updated 30th Aug 2021 at 12:10am
+1 packs
66 140.7k 226
Cottage Living
-
by Simsonian Library 3rd Sep 2021 at 12:08am
+1 packs
52 209.3k 324
Realm of Magic
-
by Simsonian Library updated 12th Dec 2021 at 6:24pm
+7 packs
49 75.1k 192
Outdoor Retreat
Cats and Dogs
Seasons
Cottage Living
Horse Ranch
Jungle Adventure
Realm of Magic
-
by SimmingWithP&J updated 30th Jun 2023 at 2:27am
12
17.7k
21
-
by nickyclem1 updated 9th Nov 2024 at 11:40pm
6
16.5k
30
-
by peco updated 20th Aug 2025 at 5:19pm
45
56.3k
133
-
by TURBODRIVER updated 23rd Nov 2024 at 10:43am
9
23.6k
28
-
by Meep62 11th May 2026 at 7:29pm
2.7k
10
-
New custom spell : Ghostify and Vade Retro Phantasma
by Demeterio updated 9th Jul 2022 at 3:15am
Requirements You need the Spellbook Injector mod V2 (https://modthesims.info/d/659933/spellbook-injector-v2.html) by Simsonian Library. The Sims 4 and Realm of Magic Game Pack (GP08) more...
+1 packs
22 16.3k 28
Realm of Magic
-
Modern Starter House (no CC, basegame)
by Demeterio updated 9th Jul 2022 at 2:11am
Requirements The Sims 4 is required, and, that's all! more...
2
5.4k
8
-
Mod Update Checker β Central Update Notifications for Compatible Mods
by Demeterio Yesterday at 4:26pm
DEMETERIOβS MOD UPDATE CHECKER Mod Update Checker, or MUC, is a transparent update-notification framework for compatible script and tuning mods made more...
4
275
1
Sign in to Mod The Sims
Notebook Injector β A Shared Framework for Custom Notebook Content