Add instructions for Mod Organizer users
This commit is contained in:
parent
a9d1a5af54
commit
139257f2a0
@ -57,6 +57,16 @@ const DataDirPicker: React.FC<Props> = () => {
|
|||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
The Data folder can be found in the installation directory of the game.
|
The Data folder can be found in the installation directory of the game.
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
For Mod Organizer users, select the mod directory located at{" "}
|
||||||
|
<strong>
|
||||||
|
<code className={styles["break-word"]}>
|
||||||
|
C:\Users\username\AppData\Local\ModOrganizer\Skyrim Special
|
||||||
|
Edition\mods
|
||||||
|
</code>
|
||||||
|
</strong>
|
||||||
|
.
|
||||||
</p>
|
</p>
|
||||||
<input
|
<input
|
||||||
type="file"
|
type="file"
|
||||||
|
@ -46,6 +46,16 @@ const PluginTxtEditor: React.FC<Props> = () => {
|
|||||||
C:\Users\username\AppData\Local\Skyrim Special Edition
|
C:\Users\username\AppData\Local\Skyrim Special Edition
|
||||||
</code>
|
</code>
|
||||||
</strong>
|
</strong>
|
||||||
|
.
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
For Mod Organizer users, it is at{" "}
|
||||||
|
<strong>
|
||||||
|
<code className={styles["break-word"]}>
|
||||||
|
C:\Users\username\AppData\Local\ModOrganizer\Skyrim Special
|
||||||
|
Edition\profiles\profilename\plugins.txt
|
||||||
|
</code>
|
||||||
|
</strong>
|
||||||
</p>
|
</p>
|
||||||
<button onClick={onPluginsTxtButtonClick} className={styles.button}>
|
<button onClick={onPluginsTxtButtonClick} className={styles.button}>
|
||||||
{!pluginsTxt ? "Paste" : "Edit"} Skyrim plugins.txt file
|
{!pluginsTxt ? "Paste" : "Edit"} Skyrim plugins.txt file
|
||||||
@ -70,6 +80,15 @@ const PluginTxtEditor: React.FC<Props> = () => {
|
|||||||
).
|
).
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
For Mod Organizer users, it is at{" "}
|
||||||
|
<strong>
|
||||||
|
<code className={styles["break-word"]}>
|
||||||
|
C:\Users\username\AppData\Local\ModOrganizer\Skyrim Special
|
||||||
|
Edition\profiles\profilename\plugins.txt
|
||||||
|
</code>
|
||||||
|
</strong>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
You can also drag-and-drop the file anywhere on the window to load
|
You can also drag-and-drop the file anywhere on the window to load
|
||||||
the file.
|
the file.
|
||||||
</p>
|
</p>
|
||||||
|
@ -5,3 +5,7 @@
|
|||||||
.step {
|
.step {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.break-word {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user