How To Add Mods On Sims 4
POPULAR CATEGORY. But you can do that on PC too. If your game is bugging out, simply take out or rename the Sims 4 folder in Documents and the game will generate a new one. Then when you wanna try to fix your modded game, you can just change it back. How can the answer be improved? Discover and download the best Sims 4 Custom Content and Mods at The Sims Catalog. With over 50,000 Mods and CC creations to choose from, you're bound to found what you're looking for!
Hey guys! Today I wanted to talk to you about mod making. I’m assuming that you’ve never made a mod so we are going to make an easy one just to get you used to the process. In a later tutorial, I’ll show you how to check your mod after an update to make sure it still works.
Tools needed:
- Sims 4 Studio (S4S)download the beta version
Step 1
Make a folder dedicated to modding. Inside this folder should be sub-folders. I’ll show you what mine looks like but set yours up in a way that makes sense to you. Below is the structure of my modding folder with the top line being the main folder:
Sims 4 Mods
–Mods WIP
—–Name of Mod

–Extracted Resources
–Patch 9_24 (this is the date of the latest patch)
–Issues
Step 2
Now you are going to extract those resources from Sims 4. Begin by launching S4S and then you will click on the tools tab and select “extract tuning”. At the bottom of the popup window, make sure the “use sub-folders” and “extract all” boxes are checked. Do not have the “use EA naming” box checked. Click on the export button and select the folder you want to extract to (the one I labeled extracted resources for example). The process takes a fair amount of time, so be patient and leave the program alone. It took almost 10 minutes for mine, so go grab something to drink or two.
Step 3
You are ready to make your first mod! I don’t know about you guys but I get really annoyed when my Sims stop an action I directed them to do so they can go get a drink….when they aren’t even hungry! So, let’s put a stop to that nonsense by making a “no auto drink” mod. Begin by making a new folder inside your “Mods WIP” folder and labeling it “No Auto Drink”. What you are going to do next is go to your “extracted resources” folder and then in the search box type in drink. You are going to get almost 500 results! It may look overwhelming; however, with time you will come to recognize what files you need and which ones you don’t. I suggest poking around in the files and just seeing what they do. Also, you can open existing mods and see what they’ve changed to help you better understand the process.
Now that I’ve scared you; let’s make this easier. Type in GrabDrink, the results are more manageable. See what a difference it makes if you have a better idea of the file you will be modifying?
Step 4
Select the fridge_GrabDrinkAutonomously.InteractionTuning and cooler_GrabDrinkAutonomously.InteractionTuning XML files. Copy them (do not cut because you don’t want to do any editing to your master files!) and then paste them into the “No Auto Drink” folder you created inside your Mods WIP folder.
Step 5
Go to your “No Auto Drink” folder and double click on the fridge_GrabDrinkAutonomously.InteractionTuning, you may need to instruct it to use notepad ++ to open this file. The very first section is what you will be modifying. Do you see where it says amount and base_change? That’s what determines your Sims need to get a drink.
<V t=”statistic_change”>
<U n=”statistic_change”>
<T n=”amount”>6.67</T>
<U n=”chance”>
<T n=”base_chance”>100</T>
Let’s change it to:
<V t=”statistic_change”>
<U n=”statistic_change”>
<T n=”amount”>0</T>
<U n=”chance”>
<T n=”base_chance”>0</T>
Now save your file and let’s move on to the other file that controls Sims need to constantly get a drink.
Step 6
Double click on the cooler_GrabDrinkAutonomously.InteractionTuning and you are going to make the same edits. You can even copy/paste what you edited on your other file to this one, if you wanted.
<V t=”statistic_change”>
<U n=”statistic_change”>
<T n=”amount”>2.5</T>
<U n=”chance”>
<T n=”base_chance”>100</T>
Let’s change it to:
<V t=”statistic_change”>
<U n=”statistic_change”>
<T n=”amount”>0</T>
<U n=”chance”>
<T n=”base_chance”>0</T>
A quick little note about coding. Do you see how each line is closed with a / something?
Example:
<U n=”chance”>
<T n=”base_chance”>100</T>
</U>
Think of those like punctuation marks or periods at the end of a sentence. You need to make sure when you are editing and adding lines that every line is properly punctuated. Failure to do so will result in errors. If you are careful and only change the amounts, then you shouldn’t run into any issues. However, if you start getting really ambitious and adding in lines from other resources? Then please pay attention to those closing lines.
Side trip into coding land over. Go ahead and save this file as well and we are now ready to move onto the final stage of making your first mod. Exciting, right? Well, it was for me when I made my “Kiss Neck” mod. I was so pleased with myself for days, still am. You will be too when you conquer this.
Step 7
Open up S4S and select “Tools” and then you will select “Empty Package”. In the popup window, name your package. I suggest naming it with your initials and then what the mod does. I labeled mine HSNoAutoDrinks. Please be mindful of using characters like _ & { ] and spaces, it takes computers longer to process these characters and therefore it could eventually slow down your game.
After saving your mod, you will click on the “batch import” button and then scroll to where you put those XML files. They should be inside that folder in your Mods WIP folder, being organized makes this process easier. Once you have selected all your resources, click on the open button. After ensuring that all your files have been placed into your package, save it. TADA! You just made your first mod. Congratulations.
Step 8 – The Most Important Step!
Test your mod if you plan on releasing it. Please don’t release untested and broken stuff into the community. A fun suggestion is to have other Simmers test it and give you screenshots so you can include them when you release your mod. After you have finished testing your mod, move the entire folder over to your folder that is labeled for the latest patch. These are mods that you know work with that patch release.
A little tip: Did you notice the green writing? That is the name of that resource item. This information comes in handy if you want to use that resource in another mod or you are trying to figure out what to modify. It’s why I suggested poking around in the resource folder and reading. The more you study the files, the clearer they become and the easier it will be for you to make your own mods or update an outdated one.
Sims 4 Create A Sim Mods
A note on updating outdated mods: Most modders don’t want you to do that. I suggest sending them a note and asking. If you have not heard back in a reasonable amount of time (weeks) then go ahead and do the update but make sure you state that it is NOT YOUR mod and that you will remove it if the original creator objects. Link to the original mod. I have many mods (40 to be exact) that I have updated for my own personal use and won’t share because I didn’t make them.
Have a question about modding? Reach out to me on Sims Community Social!
How to install Mods and Custom Content in The Sims 4
Installing Mods and Custom Content in The Sims 4 is very easy for both PC and Mac, if your aren’t sure how to do it, I wrote a quick but detailed tutorial for you to read. Most of the Mods or Custom Content files you can download are .package or .pyo/.py files that come in a compressed ZIP or RAR format.
Make sure you have a program to extract compressed ZIP or RAR files. I recommend that you download 7-Zip for PC and The Unarchiver for Mac, because it’s very easy to use and can extract both file types. These programs will always work for every compressed file that your download with Mods or Custom Content.
Download 7-Zip for Windows: 7-zip.org
Download The Unarchiver for Mac: itunes.apple.com/en/app/the-unarchiver
Install The Sims 4 .package files (Custom Content)
First you need to extract the .zip or .rar file. Do this by using 7-Zip. Double click on the compressed file and click Extract. If this doesn’t work, right click on the compressed file > Open With > 7-Zip File Manager > Extract. Now you can access the .package file.
Install the .package file in the Mods folder. You can do this by cut and paste the file in here. The Mods folder can be found here:
PC folder location: C:Users(User Account)DocumentsElectronic ArtsThe Sims 4Mods
Mac folder location: DocumentsElectronic ArtsThe Sims 4Mods
There is already one file in the Mods folder, don’t remove this file, this file enables the use of these Custom Content
Install The Sims 4 .pyo/.py files (Mods)
Do not unzip the ZIP or RAR files that contains the .pyo/.py files. Just cut and paste the ZIP or RAR files into the Mods folder. The Mods folder can be found here:
PC folder location: C:Users(User Account)DocumentsElectronic ArtsThe Sims 4Mods
Mac folder location: DocumentsElectronic ArtsThe Sims 4Mods
Organizing your Mods folder
If you are downloading a lot of Mods or Custom Content for your game it’s recommended to categorize these files into new folders that are placed within the Mods folder.
A good way to do this is naming the sub folders the way it’s sorted in game like; Build, Buy, CAS, Traits etc. You can create more sub folders in these ones if needed. This will be easier to find the right mod if you ever want to delete one.
Remove Mods or Custom Content from your game
If you want to remove Mods or Custom Content from The Sims 4 you need to delete the files from your Mods folder or place them in a different folder outside of the mod folder.
FAQ
I can’t find the Mods folder on the place where it should be, what can I do?
When you open The Sims 4 for the first time, this map will automatically be generated. When the Mods folder still can’t be found here: C:Users(User Account)DocumentsElectronic ArtsThe Sims 4Mods create one yourself. Just make sure you’ll give it the right name: Mods
I accidentally removed the Resource.cfg file from the mods folder. How can I get it back?
If you open The Sims 4 it will be automatically generated and the file will be placed back into the Mods folder.
I downloaded a house and it’s an BPI file, how do I put this in my Sims 4 game?
BPI files can be directly installed in the Tray Folder. You can find this folder here: C:Users(User Account)DocumentsElectronic ArtsThe Sims 4Tray
If you have more questions about installing or removing Mods, leave a reply!