Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Menchi

Uploaded by

Menchi9873

Virus scan

Safe to use

Tags for this mod

About this mod

Delete the mohidden file that users can create in MO2

Permissions and credits
Donations
If you are using a global instance, you cannot use this tool directly.

Removes & crate backup the mohidden file that users can create in MO2.

Recognized as a virus ( ”.bat” file is can actually cause a virus! Please be very careful), so we gave up on distributing the file directly and decided to distribute it in text file format.
After downloading the file, please check the contents and change the extension to ".bat" from ".txt"
The contents of this code are as follows

cd C:Modding/Mo2/mods
setlocal
set targetext=mohidden
set indir=. \mods
set outdir=C:moHbackup
IF NOT EXIST %outdir% mkdir %outdir%
ping localhost -n 2 > nul
FOR /F %%A IN ("%indir%\*. %targetext%") DO xcopy "%%A" "%outdir%\" /D /I /S /-Y
pause
del /s %indir%\*. %targetext%.
pause
endlocal


If you are using a global instance of MO2, please adapt the address starting with cd to your environment.
You can change the extension to be erased by editing set ”targetextx”.
Do not edit the ”indir” (it determines the target of deletion and copying)
You can set the folder to be copied in ”Outdir”.
If you want to copy files to another folder in drive C or drive D, delete "local" and "endlocal".
I released this mainly for people who have small SSDs and want to save some space. This tool can delete files one by one that have lost to conflicts, which can occur if you have a lot of mods that change textures or meshes.
This tool creates a backup, which is essentially a dangerous operation.
Do not use it if you do not need the space or do not plan to need it in the future.
How to use
1-Choose any files that are causing conflicts from MO2's mod information and hide them as you like.
2- Launch this Bat file in the same location as the MO2 folder.
3-The mohidden files will all be copied. It will pause only once, so if you interrupt the process, it will just copy them and not delete them.
4- Press any button to restart the process and delete all the mohidden files under mods.

It is a useful tool, but I feel that there are still some things missing as a backup, so I plan to improve it.
For now, I plan to make it possible to arbitrarily determine the destination folder.