Skip to content

Custom Maps

A tutorial by Alistu a.k.a. Menaceman44

This tutorial will show you how to create a package that will change what the Sims world looks like from the map screen. It will show you how to find the images you need, how to prepare them for editing, and how to package your edited images back into a .package file that will work with the game.

This tutorial will NOT teach you how to use your image editing software.

For this tutorial I will be showing you how to make an override for the Willow Creek map. Let’s begin.

Finding and extracting the required images

Section titled “Finding and extracting the required images”

Launch Sims 4 Image Viewer and go to “File > Common Files > UI”.

Image Viewer open, with the path File > Common Files > UI shown

The window on the left should then become populated with all of the images that are available in the UI package.

The maps in game are made up of two separate images that the game combines to create the full colour image. We need to find both of these to be able to edit the map correctly.

Scroll through the images on the left of the screen looking for one that matches the map you are wanting to edit, in this case Willow Creek. One of the required images will appear a murky green colour and the other, which should be situated next to the first, will be a bright green surrounded by black.

The two images described outlined in red in Image Viewer

If you are unsure that you have the correct files, check the preview in the right-hand window. This shows the image you have selected and, below that, what the image looks like in game when combined with its partner image.

Right-click on the image resource you need and select “Extract”.

The right-click menu, with Extract outlined in red

Leave the file name and file type as they are and save it to a location you can easily find later. We will need the information in the file name later on in the tutorial. I decided to make a project folder on my desktop. Repeat this step for the second image so that you have two DDS image files saved in the same location.

A save-as window, with the file name highlighted and red text saying 'Keep This File Name'

Now that we have both of the required images we can close Sims 4 Image Viewer.

Before the map can be edited, the two separate images must first be combined into one file that will make sense and look familiar to us.

Open UI Texture Squasher.

The top two boxes are where we will enter the images we extracted previously. Take note of the group IDs on the left.

Press the “Select” button to choose your files and for each one, select the file that has a matching group ID at the start of the file name. So, the file that starts with 0x00064DCA goes in the top box, and the file that starts with 0x00064DC9 goes in the bottom box as shown.

The conversion window in UI Texture Squasher, with two files selected to convert. The group IDs are underlined in red on the left and highlighted in the file names on the right.

Press the “Convert” button in the top half of the window and you will be prompted to save the new image file. You can name this file whatever you like. Leave the file type as it is. I have simply named it WillowCreek as that is that map we are editing.

A Save PNG window, showing a file called 'WillowCreek.png', with red text saying 'Saved File' and an arrow pointing to the file

We can now close UI Texture Squasher as we are done with it for now. We will come back to it later in the tutorial.

You can now open the resulting image file in any image editing software of your choice so long as it is able to work with PNG files and transparency.

When editing the image, make sure not to change the image dimensions. If you do, the game may be unable to read the files when they are put into the game which may cause display issues.

It is also important to retain the blank sections of the image.

Once you have made your edits move onto the next step.

Here are my before and after maps. For the purpose of this tutorial I have simply inverted the colours.

The original Willow Creek map on the left, the same map with the colours inverted so that it's mostly purple and blue instead of green on the right

Open UI Texture Squasher again. We now need to convert the edited image back into two separate images that the game can use.

This time use the “Select” button at the bottom of the screen and choose your edited PNG file. Now press the “Convert” button at the bottom and a new window will open where you will be prompted to save your files.

The conversion window in UI Texture Squasher, with one file selected at the bottom. The number 1 points to the Select button and the number 2 points to the Convert button.

Keep the file name that you are given as well as the image type. Once you click “Save” a second window will open asking you to save the second image we need. Again, keep the file name and type that you are given and press “Save”.

A Save DDS File window, with three files visible. Red text saying 'Keep these file names' points to the file names.

Done. We can now close UI Texture Squasher.

Open Sims 4 Studio. If this is the first time you have used Studio then you will need to enter your creator name in the text box in the lower right. This name should be unique to you. Next go to “Tools > Create Empty Package”.

Sims 4 Studio, with 'Tools > Create Empty Package' shown at the top left, with red text saying 'Create an empty package here', and 'Creator Name: Menaceman44' at the bottom right, with red text saying 'Enter your creator name here'

You will then be prompted to give your package a name and to choose a location to save it to. You can save it wherever you like but to keep things easy I’m going to save it into my project folder. I’m going to call mine “MMwillowCreekTutorialMap”. Then press “Save”.

A Save As window, with the file name 'MMwillowCreekTutorialMap'

Sims 4 Studio will then load into the Warehouse view and the program will look pretty empty.

Now we need to import our image files into the package so that the game will be able to make use of them. Click the “Add” button in the lower left corner of the screen. A new “Add Resource” window will then appear. Choose “DSTImageResource” from the “Type” dropdown box and then click the “OK” button in the “Add Resource” window.

An empty package file open in Sims 4 Studio, with red text saying '1. Click "Add"' pointing to the Add button at the bottom left, and red text saying '2. Select 'DSTImageResource'' at the right, pointing to the Add Resource window

You should now see an entry for a DST Image resource appear on the left of the screen.

Select the new DST Image resource and then select the “Data” tab on the right of the screen.

A package with one DST Image open in Sims 4 Studio. Red text saying '1. Select the DST image' points to the image file on the left. Red text saying '2. Select the "Data" tab' points to the Data tab on the right.

We are now going to enter the “Group” and “Instance” information. We find both of these values in the file names of the images that we originally exported with Sims 4 Image Viewer at the start of the tutorial.

I’ve imposed one of the file names into the image below to show where each value comes from. Ignore any “0x” parts or special characters of the file name when copying the values.

As you can see, the “Type” field was already filled in with the correct value when we selected “DSTImageResource”.

The package file open in Sims 4 Studo with the Data tab selected, and an image of the file name shown in front. The Group number is highlighted in red in the file name, with a red arrow pointing to the Group number in the Data tab. The instance is in blue, and the Type is in green.

Click the “Add” button again and this time the “Add Resource” window should already be filled in for you. Both image resources share the same “Type” and “Instance” values but we need to change the last digit of the “Group” value from “9” to “A”. Once you have done that, click “OK”.

The package file open in Sims 4 Studo. Red text saying '1. Click "add' points to the Add button. Red text saying '2. Change digit 9 to letter A' points to the group number in the Add Resource window. Red text saying '3. Click "OK"' points to the OK button in the Add Resource window.

Select the first DST Image resource and then change back to the “Image” tab. Check which group number the selected DST Image resource has, in my case “00064DCA”, and then click the “Import” button in the lower right of the screen.

The package file open in Sims 4 Studo, now with two DST Images. Red text saying '1. Select DST image' points to the first DST image on the left. Red text saying '2. Click the "Image" tab' points to the Image tab on the right. Red text saying '3. Click "Import"' points to the Import button at the bottom right.

In the window that appears, select the “Converted_” DDS image with the file name that matches the “Group” number of the selected resource. So I will select the Converted_0x00064DCA file. Then click “Open”.

An Open window with 4 files. The last file is selected. Red text saying 'Select the matching file' points at the last file.

There should now be a large grey texture on the right side of the screen.

Select the other DST Image resource and repeat Step 12, this time importing the remaining converted DDS image instead.

You should now have a large grey texture showing on the right side of the screen for both DST Image resources.

Click “Save” in the lower right of the screen. After a few seconds a window will pop up letting you know that the package has been saved successfully. Click “Okay”.

The package file open in Sims 4 Studo. Red text saying '1. Click "Save"' points to the Save button at the bottom right. Red text saying '2. Click "Okay"' points to the OK button in a window that says 'Your package has been saved.'

Your .package is now finished! You may close Sims 4 Studio.

Move your new package file into your mods folder, located at “Documents > Electronic Arts > The Sims 4 > Mods” on a typical installation, and start the game. Once the game has loaded, select the location that uses the map you have made your package for and observe your changes!

The altered Willow Creek map in game

Congratulations on creating your first Sims 4 default map override!

If your map doesn’t show up, first make sure that you have mods enabled in the game options and then restart the game.

This will only change the appearance of the map. The 3D world will look exactly the same as it did before.

This method does NOT enable you to change the location of the Lots. That information is stored elsewhere in the game files and is beyond the scope of this tutorial.

Tutorial written by Alistair Stuart a.k.a Menaceman44 a.k.a. Alistu. Please do not repost without permission.


Originally posted on the Sims 4 Studio forum. Downloadable copy available here.