More Favorites – Add Custom Favorite Food, Music, and Colors
Cover.png - width=600 height=480
2026/05/22 – #2
- Fixed a fatal exception that would occur when trying to drag an XML from another folder on top of the executable.
- Fixed duplicate favorites entries showing up.
- Added the ability to specify opposites of colors for the drink synthesizer.
- Added the ability to override colors by specify ones with existing names.
- Added the ability to hide favorites but still have Sims with parent favorites receive their perks
- Reworked parent–child relationships so that the parent now needs to be specified instead of the children.
- Fixed blacklisting favorite colors causing a mismatch of icons in the dialogs.
- Fixed preexisting drink synthesizers not showing the new drinks upon loading a save.
- Fixed parent–child relationships not working for favorite foods.
- Made it so that blacklisted favorite colors would not show their respective drinks for the drink synthesizer.
- Made it so that blacklisted favorites would not show up in the NRaas' MasterController Cheats dialogs unless "kAllowBlacklistedFavoritesInMasterControllerDialogs" in the tuning was set to true.
- Made it so that if the icon key attributes for favorite foods and music genres are left out or empty strings, they will point to the proper default-named icons generated by the generator.
- Updated the generator to populate generated packages with default icons for food and music.
- Fixed a null reference exception that would happen when a Sim had a favorite for a nonexistent recipe or music station and the game would check whenever that was relevant.
This framework allows modders and CC creators to add their own foods, music genres, and colors to the list of selectable favorites. It supports music stations added by gamefreak130's Broadcaster and foods added by douglasveiga's CCLoader in addition to foods included with the unmodded game and its add-on content.
Hereinafter is information relevant to modders. To users simply wanting to install packages that include new favorites, you can stop reading.
Information for Modders
I have included a generator as a program to add new favorites. It creates a new package that the base package accepts to add favorites into the game. This will be familiar to those who have used Broadcaster and/or CCLoader Generator.
In the download is an XML you can make a copy of and add entries to. You would then drag and drop the XML onto the executable to generate a package. In that XML, you'll find example entries of different types of favorites. Do not remove these entries. Simply insert new ones after the example entries of each type. For favorite foods and music genres, one will need icons in the form of IMAG resources, both small and large, and their keys will need to be specified in the entries in unhashed form (e.g., "cas_favs_music_i_alternative" and "cas_favs_music_i_alternative_s" ). For music types, the "Station_Name" attribute should match the one found in the XMLs made by Broadcaster. For food types, the "Recipe_Key" attribute should match the one found in the XMLs made by CCLoader Generator.
To add a favorite color, one only needs to add the name and hex code for the color, as well as the display names of it and its corresponding drink for Into the Future (not relevant for people without the expansion). The program will automatically generate the icons with the correct colors and the STBL entries, making adding new colors possible for non-modders.
As for the "Parent" attribute—leave that as an empty string unless the favorites entry is a member of a group of similar entries. It's to allow for, as an example, pasta to be a Sim's favorite food, and therefore spaghetti, ravioli, angel hair, etc. are too.
Source code available here
Credits
- Bietjie (Created the default replacement for the drink synthesizer drinks to add material states for 256 colors; my code finds the closest of these colors to the listed favorite colors to use for the drinks)
- douglasveiga (Created CCLoader, useful for adding recipes (among other things) to the game, and also reverse engineered to make this framework)
- gamefreak130 (Created Broadcaster, useful for adding music stations to the game)
- garrettgivre (Made Converted Sims 4 Radio Stations (23 Stations, 226 Songs), which is what the TS4 music example package was made for)
- LazyDuchess (Allowed me to borrow a method from Mono Patcher)
- MihaiA10 (Provided me with information about unused favorites for the game)
- Pirombo (Provided me with the TS4 icons for the TS4 music example package)
- Twinsimming (Came up with the idea for favorite groupings)
- zoe22 (Came up with the idea of adding a bunch of colors as material states, which the favorite colors will resolve to the closest of)
- Likely others whose names elude me (sorry!)
| Filename | Type | Size |
|---|---|---|
| MoreFavorites.package.zip | zip | |
| MoreFavorites.package | package | 52527 |
| Filename | Type | Size |
|---|---|---|
| MoreFavoritesMasterControllerCheats.package.zip | zip | |
| MoreFavoritesMasterControllerCheats.package | package | 5785 |
| Filename | Type | Size |
|---|---|---|
| MoreFavorites_Generator.zip | zip | |
| LICENSE.md | md | 35149 |
| System.Custom.dll | dll | 21504 |
| s3pi.Settings.dll | dll | 5120 |
| _MoreFavorites_Base.package | package | 13323 |
| MoreFavorites_Generator.exe | exe | 16384 |
| _MoreFavorites_Base.xml | xml | 2084 |
| Mono.Cecil.dll | dll | 363008 |
| s3pi.Interfaces.dll | dll | 61952 |
| s3pi.NameMapResource.dll | dll | 10240 |
| s3pi.Package.dll | dll | 28160 |
| s3pi.ScriptResource.dll | dll | 11264 |
| s3pi.StblResource.dll | dll | 10752 |
| s3pi.WrapperDealer.dll | dll | 8192 |
| Filename | Type | Size |
|---|---|---|
| MoreFavorites_EP3_Food.package.zip | zip | |
| MoreFavorites_EP3_Food.package | package | 41226 |
| Filename | Type | Size |
|---|---|---|
| MoreFavorites_TS4_Music.package.zip | zip | |
| MoreFavorites_TS4_Music.package | package | 196065 |
Note from the Creator:
If you have NRaas' MasterController Cheats module installed, MoreFavoritesMasterControllerCheats.package.zip is required for MasterController Cheats to see the new favorites for its commands to change them.
-
Requires the main package as a dependency.
I have also included some example packages:
- MoreFavorites_EP3_Food.package.zip adds unused favorite foods from the Late Night expansion.
- MoreFavorites_TS4_Music.package.zip adds favorites for all the music stations added by Converted Sims 4 Radio Stations (23 Stations, 226 Songs).
|
MoreFavorites.package.zip
| This is the core of the mod. Without this, no custom favorites can be loaded in.
Download
Uploaded: 22nd May 2026, 39.4 KB.
309 downloads.
|
||||||||
|
MoreFavoritesMasterControllerCheats.package.zip
| This is an optional module for those with MasterController Cheats module. It is necessary for players who want to change their Sims' favorites to custom ones from MasterController.
Download
Uploaded: 22nd May 2026, 4.7 KB.
226 downloads.
|
||||||||
|
MoreFavorites_Generator.zip
| This is the generator for modders to create favorites entries for foods, music genres, and colors.
Download
Uploaded: 22nd May 2026, 260.8 KB.
87 downloads.
|
||||||||
|
MoreFavorites_EP3_Food.package.zip
| This is an example package that restores favorites entries for the Late Night expansion.
Download
Uploaded: 18th May 2026, 39.3 KB.
148 downloads.
|
||||||||
|
MoreFavorites_TS4_Music.package.zip
| This is an example package for Converted Sims 4 Radio Stations (23 Stations, 226 Songs).
Download
Uploaded: 18th May 2026, 178.3 KB.
78 downloads.
|
||||||||
| For a detailed look at individual files, see the Information tab. | ||||||||
Install Instructions
1. Click the download button, or the filename, to download the file to your computer.
2. Extract the zip, rar, or 7z file. Now you will have either a .package or a .sims3pack file.
For Package files:
1. Cut and paste the file into your Documents\Electronic Arts\The Sims 3\Mods\Packages folder. If you do not already have this folder, you should read the full guide to Package files first: Sims 3:Installing Package Fileswiki, so you can make sure your game is fully patched and you have the correct Resource.cfg file.
2. Run the game, and find your content where the creator said it would be (build mode, buy mode, Create-a-Sim, etc.).
For Sims3Pack files:
1. Cut and paste it into your Documents\Electronic Arts\The Sims 3\Downloads folder. If you do not have this folder yet, it is recommended that you open the game and then close it again so that this folder will be automatically created. Then you can place the .sims3pack into your Downloads folder.
2. Load the game's Launcher, and click on the Downloads tab. Find the item in the list and tick the box beside it. Then press the Install button below the list.
3. Wait for the installer to load, and it will install the content to the game. You will get a message letting you know when it's done.
4. Run the game, and find your content where the creator said it would be (build mode, buy mode, Create-a-Sim, etc.).
Extracting from RAR, ZIP, or 7z: You will need a special program for this. For Windows, we recommend 7-Zip and for Mac OSX, we recommend Keka. Both are free and safe to use.
Need more help?
If you need more info, see:
- For package files: Sims 3:Installing Package Fileswiki
- For Sims3pack files: Game Help:Installing TS3 Packswiki
Loading comments, please wait...
Uploaded: 18th May 2026 at 1:51 AM
Updated: 22nd May 2026 at 3:02 PM
-
by Random667 updated 1st Jul 2009 at 5:03am
101
200.9k
112
-
by Digitalchaos updated 24th Jun 2010 at 10:27pm
51
81.1k
22
-
LD's Sims3Launcher (EA App/Origin) (1.69)
by LazyDuchess updated 5th Nov 2024 at 6:34am
100
263.9k
411
-
by Just Harry updated 14th Mar 2026 at 11:56pm
248
133.5k
204
-
by LazyDuchess updated 4th Apr 2025 at 4:08am
68
136.1k
200
-
STBLize+ (supports YAMLs with optional hierarchies, converting back into XMLs and YAMLs, etc.)
by Destrospean updated 7th Oct 2025 at 1:29pm
3.6k
6
-
by ctrlshiftc-simberly 14th Feb 2026 at 4:55pm
7
8.2k
27
-
Law Enforcement and Medical Career Data Fixer (2025/08/18 – Now Automatic)
by Destrospean updated 4th Sep 2025 at 6:12pm
14
11k
24
-
Usable Canes for Young Adults and Adults (+ Occult Fixes)
by Destrospean updated 15th Aug 2025 at 8:19pm
I've seen quite a few people on this site and other Sims 3 mod sites complain that EA didn't allow more...
+1 packs
17 8.5k 25
Generations
-
by Destrospean updated 27th Apr 2026 at 2:10pm
89
15.3k
25
-
Dusty Peepers Aviators As Accessory (M & F; T+)
by Destrospean updated 17th Jun 2025 at 4:18pm
1.3k
4
-
Beekeeper Hat Updo Variant (F; T, YA, A)
by Destrospean updated 16th May 2025 at 11:50pm
5
1.3k
8
Hair » Female » Young Adult
-
STBLize+ (supports YAMLs with optional hierarchies, converting back into XMLs and YAMLs, etc.)
by Destrospean updated 7th Oct 2025 at 1:29pm
3.6k
6
-
Expanded Genealogy (2025/09/21 – Now with UI for Relation Assignments)
by Destrospean updated 19th Apr 2026 at 7:14pm
143
75.9k
162
-
Outfit Assignment – Assign New Outfits to Any Interactions
by Destrospean updated 15th May 2026 at 5:29pm
+1 packs
38 4.5k 12
Ambitions
-
Customizable Uncustomizable Outfits
by Destrospean updated 23rd Apr 2026 at 6:21pm
+1 packs
20 10.9k 23
Ambitions
About Me
I would also like to let certain people I know that while I will make this profile neat and boring, I am not deanonymizing it. This is not a work account nor will it be used for such.
Sign in to Mod The Sims
More Favorites – Add Custom Favorite Food, Music, and Colors