Skip to content

Commit

Permalink
Smm3 cache move directions
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Sep 6, 2024
1 parent cb50850 commit ee4e583
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion modules/ROOT/pages/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -450,14 +450,22 @@ https://forums.unrealengine.com/t/can-you-change-graphics-settings-with-console-

== Can I put the Mod Manager on a drive other than my C drive?

In order to change the location where SMM caches the downloaded mod files you need to create a symlink for the SMM cache folder.
[id="MoveCache_SMM2"]
=== If using SMM2

In order to change the location where SMM2 caches the downloaded mod files you need to create a symlink for the SMM cache folder.

// cspell:ignore mklink
1. Close SMM
2. Move the folder `%localappdata%\SatisfactoryModManager` to a drive that has enough space. You can rename the folder to something like SMMCache if you want to make it easier to remember what that folder is.
3. Open Command Prompt as admin and run this command `mklink /D "%localappdata%\SatisfactoryModManager" "The\New\Location"`, replacing `The\New\Location` with the path of the new folder location (for example `D:\SMMCache`).
4. Open SMM and download a mod to test and make sure the change has taken effect.

[id="MoveCache_SMM3"]
=== If using SMM3

SMM3's cache location can be changed via `Mod Manager Settings` > `Change cache location`.

== Why are my game's textures blurry or low resolution?

No particular mod causes your textures to be low resolution -
Expand Down

0 comments on commit ee4e583

Please sign in to comment.