Explaining bEnableModcheck
What does bEnableModcheck
do?
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:
Player A connects to your server, which has modcheck enabled.
Your server will examine Player A's
loadorder.txt
file.If the
loadorder.txt
file on the server matches, Player A will now join your server.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:
Player A connects to your server, which has modcheck disabled.
Your server will not examine Player A's
loadorder.txt
file.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
Open MO2
Enable the mods you want to enforce.
Make sure they're in the load order that you want to enforce.
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
Open Vortex/VMM
Go to the
Mods
menuSelect the folder icon that says
Open...
Find the file named
loadorder.txt
Right click it, and select
Copy
Go back to the Skyrim Together Reborn folder:
C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SkyrimTogetherReborn
Create a folder named
Data
(important with uppercase D)Inside the
Data
folder, paste theloadorder.txt
that we copied before.Go back to the
config
folder, whereSTServer.ini
is located.Open the
STServer.ini
and changebEnableModcheck
fromfalse
totrue
Save the file
Run
SkyrimTogetherServer.exe
againIt should now say
ModPolicy is active
and your mod policy will now be enforced.
Onwards to the next step!
Last updated