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
Copy file name to clipboardExpand all lines: docs/cli.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,18 @@ This converts from a Bethesda Plugin mod to Yaml, and puts it in your Git Reposi
27
27
|`-u`|`--ErrorOnUnknown`| Optional | (default True). If on, will error out if any unknown records that are encountered |
28
28
||`--Debug`| Optional | Set up for debug mode, including resetting nuget caches |
29
29
30
+
The valid list of GameReleases are listed [here](https://github.com/Mutagen-Modding/Mutagen/blob/dev/Mutagen.Bethesda.Kernel/GameRelease.cs) but are generally as follows:
31
+
32
+
- Oblivion
33
+
- OblivionRE
34
+
- SkyrimLE
35
+
- SkyrimSE
36
+
- SkyrimVR
37
+
- Fallout4
38
+
- Fallout4VR
39
+
- SkyrimSEGog
40
+
- Starfield
41
+
30
42
!!! bug "Must Have Dedicated Folder"
31
43
Make sure the output path is pointed to a folder which is -wholly- dedicated to containing Spriggit content. [More Info](backups.md)
0 commit comments