You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
# If set to true the debug console will appear while the game is running
4
+
debug = false
5
+
6
+
# List of files that will be loaded into the game as DLL mods.
7
+
# Absolute paths to mods are supported but must use '\\' to separate path items. For example, if your mod is at E:\coolstuff\coolmod.dll, you must enter
8
+
# the path in the config as "E:\\coolstuff\\coolmod.dll".
9
+
# If there's no drive specifier (C:, D:, etc), the path is relative to where the launcher is located. For example, having the path as "mod.dll" will tell
10
+
# Mod Engine 2 to look for the directory mod inside the Mod Engine 2 directory with the launcher.
11
+
#
12
+
# Multiple mods must be separated with commas. For example if you have 3 mods, you will have something like the following:
0 commit comments