Tilted Online
  • Overview
  • Guides
    • Getting Started
    • Client setup
      • Initial setup
        • Removing the old setup
        • Installing the game
        • Launching the game
      • Overview
      • Using ModOrganizer2 (MO2)
        • Installing ModOrganizer2
          • Installating the MO2 mod manager
          • Initial MO2 setup
          • Creating a MO2 profile
          • Creating a separator in MO2
        • Disabling the included Creation Club content
        • Utilities
          • Address Library for SKSE
        • Skyrim Together Reborn
          • Downloading Skyrim Together Reborn
          • Installing Skyrim Together Reborn
          • Locating Skyrim Together Reborn through MO2
          • Making a custom launch option in MO2
          • Launching SkyrimTogether through MO2
        • Playing Skyrim Together Reborn
          • Before we begin
          • First time launch
          • Connecting to a server
      • Using Vortex Mod Manager (VMM)
        • Installing Vortex Mod Manager
          • Installing the Vortex Mod Manager
          • Initial VMM setup
          • Creating a profile in VMM
        • Disabling the included Creation Club content
        • Utilities
          • Address Library for SKSE
        • Skyrim Together Reborn
          • Download Skyrim Together Reborn
          • Making a custom launch option in VMM
          • Launching SkyrimTogether through VMM
        • Playing Skyrim Together Reborn
          • Before we begin
          • First time launch
          • Connecting to a server
    • Server setup
      • ReadMe first
      • Terminology
      • Overview
      • Windows setup
        • Regular setup
          • Locating the STServer.ini
          • Editing STServer.ini
          • Explaining bEnableModcheck
          • Locating IP addresses
          • Port forwarding
          • Launching your server
        • ZeroTier setup
          • Locating the STServer.ini
          • Editing STServer.ini
          • Explaining bEnableModcheck
          • Initial ZeroTier setup
          • Configuring ZeroTier network
          • Authorizing users in ZeroTier network
          • Connecting to your server
        • Local setup
          • Locating the STServer.ini
          • Editing STServer.ini
      • Linux setup
        • Docker setup
        • Locating your IP address
        • Locating the STServer.ini
        • Editing STServer.ini
        • Explaining bEnableModcheck
        • Port forwarding
      • Pterodactyl
      • Server configuration parameters
    • Troubleshooting
      • Address Library error
      • Closing the SkyrimTogether UI (STR UI) makes it reopen
      • Disabling the included Creation Club content
        • Using ModOrganizer2
        • Using Vortex Mod Manager
      • During server setup, my firewall didn't ask for network permission!
      • Hostile NPCs only target my friends, not me
      • How do I uninstall the mod?
        • Using ModOrganizer2
        • Using Vortex Mod Manager
      • I need help updating the Skyrim Together Reborn mod
      • I selected the wrong .exe, when first launching SkyrimTogether
      • I want to install Skyrim Script Extender (SKSE)
        • Using ModOrganizer2
        • Using Vortex Mod Manager
      • My game crashes when I open it or connect to a server
      • My game runs with very low FPS
        • Using ModOrganizer2
        • Using Vortex Mod Manager (VMM)
      • Naked NPCs / players
      • The STR UI doesn't appear when I press RIGHT CTRL or F2
      • The server list is not appearing
      • My game opens to a black screen for 2-10 seconds and then closes
      • STR UI shows my filesystem
      • Resource folder does not exist
    • Scripting
      • Core Math functions
      • Player functions
      • GameServer
      • Components
      • Services
      • World
      • Event Handlers
  • General information
    • Features
    • Playguide
    • FAQ
    • Supported games
    • Helpful Links
    • Admin
    • Commands
      • Server Console
      • In-Game Chat
    • Command line arguments
  • Technical documentation
    • Build guide
      • Build Docker server image
      • Troubleshooting
    • Overview
    • Contributing to translations
Powered by GitBook
On this page
  • What does bEnableModcheck do?
  • Oh! I want that! I want my server to kick players, that doesn't use the mods that I choose!
  • Option1: Using MO2 | Option2: Using VMM
  • Using ModOrganizer2
  • Using Vortex Mod Manager

Was this helpful?

  1. Guides
  2. Server setup
  3. Windows setup
  4. ZeroTier setup

Explaining bEnableModcheck

What does bEnableModcheck do?

The bEnableModcheck parameter allows you to enable or disable the option of enforcing a mod policy.

If you enable bEnableModcheck, everyone who connects to your server will go through the following process:

  1. Player A connects to your server, which has modcheck enabled.

  2. Your server will examine Player A's loadorder.txt file.

  3. If the loadorder.txt file on the server matches, Player A will now join your server.

  4. If the loadorder.txt file does not match the one on the server, Player A will be denied access to the server.

If you disablebEnableModcheck, everyone who connects to your server will go through the following process:

  1. Player A connects to your server, which has modcheck disabled.

  2. Your server will not examine Player A's loadorder.txt file.

  3. Even if you use different mods, the player will be allowed to join.

The reason for enabling this is to increase the chances of having a more stable gaming session and/or playthrough.

It is not necessary to use if you and your friends are not using mods (or if you are only using Address Library for SKSE).

Oh! I want that! I want my server to kick players, that doesn't use the mods that I choose!

Alright! To do so, we must obtain your loadorder.txt from MO2 or VMM and place it in the correct location.

Using ModOrganizer2

  1. Open MO2

  2. Enable the mods you want to enforce.

  3. Make sure they're in the load order that you want to enforce.

  4. In my case, I only have 3 mods, so it'll look like this:

5. Go to the folder, where the loadorder.txt is located: C:\Modding\MO2\profiles\Skyrim Together Reborn

6. Find the file named loadorder.txt

7. Right click it, and select Copy

8. Go back to the Skyrim Together Reborn folder: C:\Modding\MO2\mods\Skyrim Together Reborn\SkyrimTogetherReborn

9. Create a folder named Data (important with uppercase D)

10. Inside the Data folder, paste the loadorder.txt that we copied before.

11. Go back to the config folder, where STServer.ini is located.

12. Open the STServer.ini and change bEnableModcheck from false to true

13. Save the file

14. Run SkyrimTogetherServer.exe again

15. It should now say ModPolicy is active and your mod policy will now be enforced.

Using Vortex Mod Manager

  1. Open Vortex/VMM

  2. Go to the Mods menu

  3. Select the folder icon that says Open...

  4. Find the file named loadorder.txt

  5. Right click it, and select Copy

  6. Go back to the Skyrim Together Reborn folder: C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SkyrimTogetherReborn

  7. Create a folder named Data (important with uppercase D)

  8. Inside the Data folder, paste the loadorder.txt that we copied before.

  9. Go back to the config folder, where STServer.ini is located.

  10. Open the STServer.ini and change bEnableModcheck from false to true

  11. Save the file

  12. Run SkyrimTogetherServer.exe again

  13. It should now say ModPolicy is active and your mod policy will now be enforced.

Onwards to the next step!

PreviousEditing STServer.iniNextInitial ZeroTier setup

Last updated 2 years ago

Was this helpful?

|

Here's the whole process of how to do it

Select Open Game Application Data Folder

Option1: Using MO2
Option2: Using VMM