Forum Discussion
7 years ago
> @Ivaine18 said:
> Hey you guys :)
> I am a player for 8 years and still have issues with that subfolder thing.
> I know I can create them, but can I create a subfolder in a subfolder?
> Like this : Mods->CAS->Hair->.package
> At the moment it looks like this : Mods->CAS->.package
> It would be easier to organize all my CC, if it would be possible to create a subfolder in my subfolders :D
If you want to have Sub-folders in you mods folder make sure you have the file Resource.cfg.
And if you don't you can create one using Notepad++
And you would type everything like this
Priority 500
PackedFile *.package
PackedFile */*.package
PackedFile */*/*.package
PackedFile */*/*/*.package
PackedFile */*/*/*/*.package
PackedFile */*/*/*/*/*.package
and save the file name as this Resource.cfg
And make sure the file extension is .cfg and not .txt
> Hey you guys :)
> I am a player for 8 years and still have issues with that subfolder thing.
> I know I can create them, but can I create a subfolder in a subfolder?
> Like this : Mods->CAS->Hair->.package
> At the moment it looks like this : Mods->CAS->.package
> It would be easier to organize all my CC, if it would be possible to create a subfolder in my subfolders :D
If you want to have Sub-folders in you mods folder make sure you have the file Resource.cfg.
And if you don't you can create one using Notepad++
And you would type everything like this
Priority 500
PackedFile *.package
PackedFile */*.package
PackedFile */*/*.package
PackedFile */*/*/*.package
PackedFile */*/*/*/*.package
PackedFile */*/*/*/*/*.package
and save the file name as this Resource.cfg
And make sure the file extension is .cfg and not .txt