How to move your mods folder to another drive#
These steps are identical for games that use a mods
folder (IW5/T4). You will just have to change the paths mentioned for your game.
- Make sure any Plutonium game is closed.
- Create a folder named
mods
anywhere you want on the drive you want to store mods on. For example:D:\Plutonium\T4\mods
- If you already have mods installed on Plutonium T4, please press
Windows + R
, paste this:%localappdata%/Plutonium\storage\t4\mods
and press Enter. MOVE (not copy) everything from here to your newmods
folder.
If you have mods on Steam T4, please move them also. Follow the same process as step 3, but you should move from the folder: %localappdata%/Activision\CoDWaW\mods
- Open a Command Prompt as Administrator. You can do this by searching for
cmd
in Windows Search, and right clickingCommand Prompt
and pressingRun as Administrator
- Copy this command to your clipboard:
mklink /J "%localappdata%\Plutonium\storage\t4\mods" "D:\Plutonium\T4\mods"
- If needed, update the paths to your specific locations.
- Right click inside the command prompt window to paste, then press enter.
- If everything is working the command prompt should write
Junction created