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
- Renamed AppProfile.externalFiles to AppProfile.externalFilesCache.
- Added `AppData.verifyProfileOnStart` setting to control profile verification on app startup.
- Mod deployment no longer depends on `AppProfile.externalFilesCache`.
@@ -177,6 +178,8 @@ You can backup and restore the plugin load order using the buttons at the top ri
177
178
178
179
If you enabled the **Manage Config/INI Files** option for your profile, you will be able to select the "Config" option from the dropdown at the top of the Plugins list. From this section you can edit your profile-specific config/INI files.
179
180
181
+
If profile-managed config/INI files are disabled, you will see an option in the "Actions" section to view external config files if any are found.
182
+
180
183
## Activate your mods
181
184
182
185
To enable mods in the game you must first activate them. Press the **Activate Mods** button in the **Actions** section and your mods will be deployed to the **Mod Base Directory**.
@@ -185,7 +188,11 @@ Mods will now remain active until you press the **Deactivate Mods** button, even
185
188
186
189
**IMPORTANT NOTE:** If Link Mode is disabled for the profile and you update any of the profile's mod files externally (i.e. in a text editor) while mods are deployed, make sure to press the **Refresh Files** button after, otherwise your changes will not be applied.
187
190
188
-
**Tip (Linux):** It is recommended to enable the **Normalize path case** option under **File > Preferences** when using Linux with a case-sensitive file system. See [here](#normalizePathCase) for more info.
191
+
## App settings
192
+
193
+
App settings can be changed via **File > Preferences** from the menu bar.
194
+
195
+
**Tip (Linux):** It is recommended to enable the **Normalize path case** setting when using Linux with a case-sensitive file system. See [here](#normalizePathCase) for more info.
189
196
190
197
## Launch the game
191
198
@@ -219,6 +226,10 @@ bEnableMessageOfTheDay=0
219
226
sPhotoModeFolder=Photos
220
227
```
221
228
229
+
### The app sits on the "Verifying Profile..." loading screen for a long time during startup
230
+
231
+
This can happen when very large profiles are activated. If profile verification is taking too long, you can disable verification on app startup via the menu bar under **File > Preferences**.
232
+
222
233
### **(Linux)** Some mods are not loading/strange behavior when loading some mods <aname="normalizePathCase"></a>
223
234
224
235
Some mods may use different casing for their files/folders (i.e. `Interface` vs `interface`) and this can cause issues on case-sensitive file systems, which are often used on Linux. To prevent this issue, you can enable the **Normalize path case** option under **File > Preferences**. When this setting is enabled, Starfield Mod Loader will automatically convert all activated mod files and folders to lowercase when appropriate.
0 commit comments