Installing Mods and Using the Satisfactory Mod Manager :: Satisfactory Modding Documentation (2024)

Answers to frequent questions and troubleshooting steps for using the Mod Managercan be found on the Frequently Asked Questions page.

The Satisfactory Mod Manager (SMM) allows players to easily installmods, their dependencies, and the Mod Loader (SML) with minimal hassle.It connects to the Mod Repository (SMR),allowing for quick and easy installation of all mods.

The Mod Manager handles downloading the right files and putting them in the right place for you,so even if you launch the game from outside the Mod Manager (ex. normal Steam/Epic launch)mods will still be loaded.

The Satisfactory Mod Manager (SMM) and Satisfactory Mod Loader (SML) are two different things!

SMM is the app that you download and interact with.It downloads files (mods and SML) to where they should go, so that you don’t need to deal with them.

SML is the mod loader which provides APIs that mods use to cleanly interact with the game.You don’t need to do anything for SML - SMM will handle updating it for you!

Installing the Mod Manager

  1. Launch the game to the title screen at least once on your computer.You’ve probably already done this!

  2. Download the Satisfactory Mod Manager.You can download it from ficsit.app or at https://smm.ficsit.app/,which automatically selects the correct download from the latest GitHub release based on your browser info.You can manually download for a specific platform from theGitHub releases page.

  3. Depending on your browser, you may need to take some additional steps to convince it to download the file.Check your browser’s download queue to see if it claims the mod manager "is not commonly downloaded".Optionally, learn more about why this message appearshere.

    • On Chrome, click the "Keep" button.

    • On Edge, click on the three-dots menu, select the "Keep" option,click "Show More", then click "Keep anyway".

  4. Go to the heading that matches what operating system you’re using and follow the steps below to install it.

    • Windows

      • Windows 10

      • Windows 11

      • Automatic via Winget

    • Linux

    • Mac

For Windows 10:

Installing Mods and Using the Satisfactory Mod Manager :: Satisfactory Modding Documentation (1)

Wondering why you get the "unknown publisher" warning?Learn more here.

For Windows 11:

The installation process should be similar to that of Windows 10, but if you encounter a popup like this:

Installing Mods and Using the Satisfactory Mod Manager :: Satisfactory Modding Documentation (2)

Ignore it because it is not correct. Instead, right-click on the installer in your file manager and go to the properties tab.

Installing Mods and Using the Satisfactory Mod Manager :: Satisfactory Modding Documentation (3)

Click the "Unblock" box and hit OK or Apply. Then try running it again, and it should work. Refer to the above illustrationfor the rest of the steps.

Linux

Linux builds of the mod manager can be found on theGitHub releases page.You can directly download the latest release by clickingthis link.

webkit2gtk-4.0 is required - if you don’t have it yet, obtain it through your package manager of choice.

With Winget

If you havewingetinstalled you can install the mod manager by running this command in a command prompt:

winget install SatisfactoryModding.SatisfactoryModManager.

Mac

Satisfactory does not officially support Mac,but you can use various technologies outside the scope of this guide,such as CrossOver, to get it running.

Satisfactory Mod Manager does not currently support Mac,but you can use ficsit-clito both install mods and manage remote servers from a Mac.

Detecting your Game Installation Directory

After you’ve installed the Mod Manager it will automatically detect your game installation,and if you have multiple, you can pick between them with the "Install" dropdown.

If your game install is not automatically detected,try following the steps linked here.

We do not provide support for pirated copies of the game.

Installing Mods

If you’d prefer a visual version of the below information,check out this slightly outdated guide.

To install a mod, simply click the download arrow button next to its listing in the Mod Manager.After the download completes, it will turn into another icon depending on its compatibility status.

The mod manager handles putting mod files in the relevant locations in your game install.If you launch the game outside of the mod manager,those files will still be in those folders, so you will still have your mods loaded!

If you’re encountering issues while trying to download mods,check the Frequently Asked Questions page for common fixes.

Managing Mods

You can use the "Show" dropdown to filter what mods are displayed.Here is what each option of the dropdown does:

  • Compatible will only display mods that are compatible with your selected game install’s branch (Early Access or Experimental).This is the suggested mode to keep the Manager in when searching for new mods to use.Learn more about compatibility statuses here.

  • All Mods will show every mod on Ficsit.app, regardless of if they work with your game version.

  • The Enabled option will show all mods that will load when you launch the game.These mods are here either because you have manually chosen to install them,or because they were automatically installed as requirements of other mods.You can Pause these mods to keep them from loading when you launch the game.

  • The Disabled option shows mods you have downloaded but "paused" which means they will not be loaded.

  • The Installed option shows all mods that you have downloaded, regardless of if they have been paused or not.

  • Favorite will show mods you have clicked the "star" button on to mark as a favorite.A mod being favorited has no relation to whether or not it is installed.

Sharing Profiles

The mod manager allows you to export your profile as a file others can import to install the same mods.

Installing Mods and Using the Satisfactory Mod Manager :: Satisfactory Modding Documentation (4)

If you’re looking to share your mods list in a more human-readable format,use the "Copy Mods List" option in the settings menu.

Uninstalling Mods

If you want to turn off mods, you must disable them from the mod manager so the files get removed.

To remove a mod from your system, use the button that has taken the place of the download arrow -it will turn into a trash can when you hover over it.

Alternatively, click the Play button to "Pause" the mod,preventing it from loading with the game but still keeping the files downloaded on your computer.This can be useful if you want to temporarily turn a mod off for troubleshooting something.

If you’re trying to remove a specific mod from your mod manager profile and it’s not working,try creating a new profile.You could also tryexporting your profile,editing the file to delete the mod listing, then importing it again.

Turning Off All Mods

To turn off mods entirely, flip the "Mods" switch in the top left corner of the mod manager.

Installing Mods and Using the Satisfactory Mod Manager :: Satisfactory Modding Documentation (5)

If this fails for some reason, go to %appdata%\SatisfactoryModManager\profiles and delete the vanilla folder,then restart SMM and turn mods on and back off.

If for some reason this still doesn’t work, delete the "Mods" folder from yourgame’s install directory.

Do note uninstalling the mod manager will not uninstall mods from your game.If you did that, you should reinstall the mod manager and turn the mods off using the above approach.

Installing a Specific Version of a Mod

By default, the Mod Manager will install the latest version of a mod that it thinks is compatible with your game version.However, it will avoid versions that end in a prerelease tag (ex. 1.0.0-PrereleaseTagHere).

If you want to install a specific version of a mod, such as a prerelease version,first install the mod normally.Afterwards, a "Mod Version Options" dropdown will appear in the mod description panel.Use this dropdown to select the version you want to install.

Troubleshooting

Answers to frequent questions and troubleshooting steps for using the Mod Managercan be found on the Frequently Asked Questions page.

Source Code

The Mod Manager is written in Vue and is open source.You can find the source code onGitHub!

Installing Mods and Using the Satisfactory Mod Manager :: Satisfactory Modding Documentation (2024)

FAQs

How to install mods Satisfactory? ›

Download the Satisfactory Mod Manager. You can download it from ficsit. app or at https://smm.ficsit.app/, which automatically selects the correct download from the latest GitHub release based on your browser info. You can manually download for a specific platform from the GitHub releases page.

How do I install mods with mod Manager? ›

To activate and install a mod simply select the mod within the Mods tab and click the "Activate" button. To deactivate and uninstall a mod simply click the "Deactivate" button. You can also double-click the mod in the list to activate or deactivate mods.

Is the Ficsit app safe? ›

Using Satisfactory mods is safe, as long as you only download mods from ficsit. app and install them via the Mod Manager. All files uploaded to ficsit. app are tested for malware and such before they are approved for download.

How to install mods with Dao mod Manager? ›

How to Install Mods in Dragon Age: Origins
  1. Download a mod or mods.
  2. Open the Downloads folder, left-click on the zipped mod folder, and choose Extract All. ...
  3. Navigate to the game files for Dragon Age: Origins. ...
  4. Click and drag the extracted mod files from the Downloads folder to the override folder in the game's file path.
Jan 12, 2021

How do I install mods on FS? ›

If the mod comes in the .exe file format, simply double-click on it and it will be automatically installed. If it comes in the . zip file format, install it by moving the compressed . zip file to your mods folder.

How do I install mod files? ›

Manual installation
  1. Find a mod to download.
  2. Download the ZIP file. Do not extract.
  3. Open your Userfolder.
  4. Create a folder named mods (if you don't have one already)
  5. Drag and drop the ZIP file into this folder.
  6. The mod should now appear in your Mod Manager (if it does not contain errors)
Aug 18, 2023

What does mod manager download do? ›

Enable or disable the files you would like loaded into your game through the easy to use mod management system, allowing you to try different configurations and profiles quickly and easily.

How do I manually install mods in Content Manager? ›

Installing Assetto Corsa Mods With Content Manager
  1. Open Content Manager and search for the Assetto Corsa folder in your system.
  2. Download your preferred Assetto Corsa mod.
  3. Search for the folder with the Assetto Corsa mod in your system and drag it to Content Manager.
  4. Wait for the mod installation to complete.
Dec 19, 2023

Is Nexus Mods free? ›

Basic membership is completely free and grants access to the following: Unlimited access to hundreds of thousands of user created mods. Unlimited storage and distribution for mods and images that you create.

Where are satisfactory Mods stored? ›

To install SML, unzip the file into Mods folder at <game root>/FactoryGame/Mods . If the folder doesn't exist yet, create it. Note that this folder is within the FactoryGame folder and not your game root folder - where it was in previous SML versions.

Are there Mods for satisfactory? ›

Satisfactory can be pretty challenging at times, especially if you're new to automation-style building games. Thankfully, the Difficulty Tuner mod can alleviate some of that stress, allowing you to select from several presets that change resource extraction speed, building costs, and inventory size.

How do I download Nexus mods with mod Manager? ›

You can either download it through Vortex (recommended), or you can download it manually.
  1. Vortex: Click the Mod Manager Download button on the file you want to download. This will open Vortex and begin the download.
  2. Manual: Click the Manual Download button.
Nov 19, 2018

Does mod.io install mods automatically? ›

Click on Open Mod.io Browser , this will open list of all community mods. Browse and Subscribe to desired mods, it should download them automatically. Opening the mod browser at later sessions will automatically downloads mod updates.

What is a dazip? ›

DAZIP files are packages of exported resources ready to be installed and loaded into the Dragon Age game.

How do I manually install mods on Steam? ›

Double-click the 'mods' folder, and Paste your mod in there. Be sure to paste it in the 'mods' folder itself and not in some already existing mod inside! You could also open another Explorer window, keep them side by side, then click and drag the unpacked folder from one window into the other. It's all up to you.

How to install mods using r2modman? ›

Installing mods on r2modman is very simple once you have created and selected a profile you can: Click "Online" then browse the mods that have appeared(I recommend sorting by "Last Updated"), click on a mod, click download, confirm "Download with dependencies" and you're done.

How to install SourceMod mods? ›

To install SourceMod, use the following steps.
  1. Download the correct package for your operating system here.
  2. Extract the downloaded file using ZIP or Tar/GZIP for example.
  3. Copy the addons/ and cfg/ folders from the extracted file to your server's main game directory.
Jan 26, 2023

Top Articles
Latest Posts
Article information

Author: Twana Towne Ret

Last Updated:

Views: 5957

Rating: 4.3 / 5 (44 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.