
To do this go to the mod folder and open the resource.cfg file in a text editor. If you wish to use subfolders to help sort it out, you will have to edit the resource.cfg file. The Sims 3 by default looks for two Resource.cfg files, through these, other Resource.cfg files are loaded. 'Just for people understanding, mod folder in the Sims 4 Demo does not allow the us of subdirectores for sorting of mods and recolors. When this Resource.cfg was found using Scan, it will stop the scan from going any deeper into subdirectories. This causes the game to look for Resource.cfg files in this directory and all subdirectories.Įssentially an If branch, the block inside a Select and End pair will only be executed if the given condition is true. This instruction will cause the game to look for additional Resource.cfg files in every directory the path to the package file is in.ĭefines priority of following instructions, higher priorities instructions override lower priority instructions. Instructs the game to load a specific package file. This instruction will cause the game to look for additional Resource.cfg files in every directory the path to the files is in.Īdds a file type registration, for use with DirectoryFiles. Instructs the game to look for files on the real file system, depending on the settings given before this instruction was used.

2 How The Sims 3 find Resource.cfg files.
