The safest method is to download the Mod Framework from reputable sources like ModTheSims. This framework includes:
Once downloaded, simply extract the contents into Documents > Electronic Arts > The Sims Medieval. It will merge the folders automatically.
Symptom: You correctly placed the file, but Mac's Finder keeps renaming it to resource.cfg.txt.
Fix: You must disable "Hide file extensions" in Finder Preferences. Alternatively, use a code editor like BBEdit or Visual Studio Code to save files without automatic extensions.
You may see terms like "Mods Framework" or "TSM Mod Installer." Historically, a "framework" is simply a pre-packaged folder structure that includes: sims medieval resource.cfg
There is no functional difference. A resource.cfg file from a framework is identical to one you write yourself. Frameworks just save you the hassle of creating folders manually.
Priority 501
DirectoryFiles Mods/Files/... autoupdate
Priority 500
PackedFile Mods/Packages/*.package
PackedFile Mods/Packages/*/*.package
PackedFile Mods/Packages/*/*/*.package
PackedFile Mods/Packages/*/*/*/*.package
PackedFile Mods/Packages/*/*/*/*/*.package
Priority 499
PackedFile Mods/Test/*.package
PackedFile Mods/Test/*/*.package
PackedFile Mods/Test/*/*/*.package
PackedFile Mods/Test/*/*/*/*.package
PackedFile Mods/Test/*/*/*/*/*.package
Priority -50
PackedFile Mods/Probation/*.package
PackedFile Mods/Probation/*/*.package
PackedFile Mods/Probation/*/*/*.package
PackedFile Mods/Probation/*/*/*/*.package
PackedFile Mods/Probation/*/*/*/*/*.package
Create a new text file named exactly resource.cfg (no .txt extension) inside the Mods folder, with this content:
Priority 500 PackedFile Packages/*.package PackedFile Packages/*/*.package PackedFile Packages/*/*/*.package PackedFile Packages/*/*/*/*.package PackedFile Packages/*/*/*/*/*.package
Priority 450 PackedFile Overrides/.package PackedFile Overrides//*.packageThe safest method is to download the Mod
If you have ever tried to enhance The Sims Medieval (TSM) with custom content, mods, or default replacements, you have likely encountered a cryptic gatekeeper: the resource.cfg file. For many players, particularly those migrating from The Sims 3, the resource.cfg is a source of confusion, frustration, and—occasionally—game crashes.
But fear not. This file is not magic, nor is it dangerous when handled correctly. It is, in fact, the very roadmap your game uses to find the treasures you install. This article will dissect everything you need to know about the sims medieval resource.cfg file: what it is, where it goes, how to edit it, and how to fix it when things go wrong. Once downloaded, simply extract the contents into Documents
Before editing anything, you need to locate your existing (or future) resource.cfg. Unlike The Sims 3, The Sims Medieval has a slightly different default structure.
The correct path is:
Documents > Electronic Arts > The Sims Medieval > Mods > resource.cfg
Note: The file name must be exactly resource.cfg. Not Resource.cfg (case sensitivity varies by OS, but lower-case is safest), and certainly not resource.cfg.txt.
If you do not see a Mods folder inside The Sims Medieval directory, you must create one manually. Then, you must create the resource.cfg file inside it.