1 items

File information

Last updated

Original upload

Created by

ULIX3S

Uploaded by

ULIX3S

Virus scan

Safe to use

Tags for this mod

About this mod

Batch file to remove all Creation Club but the 4 additional masters
Survival Mode, Saints & Seducers, Rare Curios and Fishing

Share
Requirements
Permissions and credits

Procedure:
I. Dowload

II. Extract the Archive into your Data folder
e.g C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data

III. Execute Batch file "Backup.bat"


This will not delete file
This will not delete folder
This is safe to use
All it does is move files in a new folder called Backup






The Elder Scrolls V: Skyrim Anniversary Edition

Skyrim Special Edition disk:

Data/ccBGSSSE001-Fish.bsa
Data/ccBGSSSE001-Fish.esm
Data/ccBGSSSE025-AdvDSGS.bsa
Data/ccBGSSSE025-AdvDSGS.esm
Data/ccBGSSSE037-Curios.bsa
Data/ccBGSSSE037-Curios.esl
Data/ccQDRSSE001-SurvivalMode.bsa
Data/ccQDRSSE001-SurvivalMode.esl
Data/Skyrim - Animations.bsa
Data/Skyrim - Meshes0.bsa
Data/Skyrim - Meshes1.bsa
Data/Skyrim - Misc.bsa
Data/Skyrim - Sounds.bsa
Data/Skyrim - Voices_en0.bsa
Data/Video/BGS_Logo.bik
installscript.vdf


Skyrim Special Edition core:

bink2w64.dll
Data/Dawnguard.esm
Data/Dragonborn.esm
Data/HearthFires.esm
Data/Skyrim - Interface.bsa
Data/Skyrim - Shaders.bsa
Data/Skyrim - Textures0.bsa
Data/Skyrim - Textures1.bsa
Data/Skyrim - Textures2.bsa
Data/Skyrim - Textures3.bsa
Data/Skyrim - Textures4.bsa
Data/Skyrim - Textures5.bsa
Data/Skyrim - Textures6.bsa
Data/Skyrim - Textures7.bsa
Data/Skyrim - Textures8.bsa
Data/Skyrim.esm
Data/Update.esm
High.ini
Low.ini
Medium.ini
Skyrim.ccc
Skyrim/SkyrimPrefs.ini
SkyrimSELauncher.exe
Skyrim_Default.ini
steam_api64.dll
Ultra.ini


Skyrim Special Edition exe:

SkyrimSE.exe


Depots
https://steamdb.info/sub/626153/depots/





According to Arthmoor,
"Given that the base game for SE now contains an additional 4 DLCs as content, and we're committed to addressing issues in the content of the base game, we are planning to have the next regular update in 2022 incorporate fixes for these additional DLCs."

"So what does this mean going forward? After discussing it with Garthand, it means that the USSEP will have 4 additional masters attached to it. This will be a hard requirement, with no fallback option available. Just as with the integration of the DLC into USLEEP for Skyrim LE, and the integration of the DLCs into the UFO4P. We will incorporate his fixes from the Unofficial Skyrim Creation Club Content Patches for Survival Mode, Saints & Seducers, Rare Curios, and the Fishing DLC."



The 4 additional masters:

Survival Mode
Filename:
ccQDRSSE001-SurvivalMode.bsa
ccQDRSSE001-SurvivalMode.esl


Saints & Seducers
Filename:
ccBGSSSE025-AdvDSGS.bsa
ccBGSSSE025-AdvDSGS.esm


Rare Curios
Filename:
ccBGSSSE037-Curios.bsa
ccBGSSSE037-Curios.esl


Fishing
Filename:
ccBGSSSE001-Fish.bsa
ccBGSSSE001-Fish.esm


USSEP Plans For 2022
https://www.afkmods.com/index.php?/topic/5960-ussep-plans-for-2022/#comment-181602

Survival Mode, Saints & Seducers, Rare Curios and Fishing
https://en.uesp.net/wiki/Skyrim:Survival_Mode
https://en.uesp.net/wiki/Skyrim:Saints_%26_Seducers
https://en.uesp.net/wiki/Skyrim:Rare_Curios
https://en.uesp.net/wiki/Skyrim:Fishing





Command Prompt (CMD) Commands:

ATTRIB +H +R +S
+H : used to make the file attribute as hidden not visible to the user.
+R : used to set the file attribute as read-only.
+S : used to set the file attribute as a system file.

MKDIR: make directory
MOVE *.*: move multiple files into
TIMEOUT /T: Pauses the command processor for the specified number of seconds.

ATTRIB -H -R -S
-H : used to clear the hidden file attribute.
-R : used to clear the read-only file attribute.
-S : used to clear the system file attribute.

https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/attrib
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/mkdir