Sims Medieval Resource.cfg -
The Ultimate Guide to Sims Medieval resource.cfg: How to Enable Mods and Custom Content
If your custom content is still not showing up in the Kingdom, check for these common mistakes: 1. Wrong File Extension
For the mods to load, the resource.cfg file must be placed in the , right alongside the Game , GameData , and Support folders.
In The Sims Medieval (and similarly, The Sims 3 ), the game engine does not naturally look for custom content files ( .package files) in a custom "Mods" folder. It only looks in official game directories.
Move both the resource.cfg and the Mods folder into the root installation directory under Program Files or Steam . 3. The d3dx9_31.dll File Requirement sims medieval resource.cfg
The Sims Medieval/ │ ├── Game/ ├── GameData/ ├── Mods/ │ └── Packages/ <-- (Your custom .package files go here) │ └── resource.cfg <-- (Your configuration file goes here) Use code with caution. Understanding the resource.cfg Code
: Loading community-made scripts that patch long-standing errors left after Electronic Arts ceased official support for the title.
You can create this file yourself using any basic text editor like Notepad (Windows) or TextEdit (Mac). Open . Copy and paste the exact text block below:
The exact path depends on which platform you use to run the game: EA App / Origin (Windows) The Ultimate Guide to Sims Medieval resource
This is the most common mistake. If you create the file yourself using Notepad, Windows may hide the file extension, causing the file to actually be named Resource.cfg.txt .
C:\Program Files (x86)\Steam\steamapps\common\The Sims Medieval\
You need a resource.cfg file tailored for The Sims Medieval. You can find them on sites like Mod The Sims or in the TSMSetup.zip file on SimFileShare, often recommended by community tutorials.
folder. Without this file, any mods added to your game will be ignored. 2. Proper File Location Resource.cfg file must be placed in the root directory The Sims Medieval installation, at the same level as the Common Installation Path It only looks in official game directories
Priority 500 PackedFile Packages/*.package PackedFile Packages/*/*.package PackedFile Packages/*/*/*.package PackedFile Packages/*/*/*/*.package PackedFile Packages/*/*/*/*/*.package Use code with caution. Place this resource.cfg file inside your new Mods folder. 4. Create the "Packages" Folder
Your final structure should look like this: Documents\Electronic Arts\The Sims Medieval\Mods\resource.cfg Documents\Electronic Arts\The Sims Medieval\Mods\Packages\ [Put your .package files here] Troubleshooting resource.cfg and Mods If your mods aren't showing up, try these common fixes:
This file is not unique to The Sims Medieval ; it originates from The Sims 2 and was carried through The Sims 3 . However, the Medieval version has its own specific syntax and requirements.