diff --git a/README.md b/README.md index db1cf6a..b4d68c3 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,22 @@ The Skyrim plugins were created with [xEdit](https://github.com/TES5Edit). They All records are minimal BPTD (Body Part Data) records unless otherwise noted above, so that the Skyrim plugins are also compatible with the Fallout 3 and Fallout: New Vegas record formats. They should also be compatible with the Fallout 4 record format, but this cannot be said for certain until official modding support and tools have been released for Fallout 4. The `Skyrim/Data` folder also contains a `Blank.bsa` and its accompanying `Blank.bsl`. These were created by the `Archive.exe` that is supplied with Skyrim's Creation Kit. The BSA contains only one file, which is the LICENSE file in this repository. + +## Skyrim SE Plugins + +The Skyrim: Special Edition plugins were created with [xEdit](https://github.com/TES5Edit). They all have empty author fields, but otherwise contain description fields and records as follows: + +* `Blank.esm`: Description field value is `v5.0`. Contains 10 records, with one being an interior CELL. +* `Blank - Different.esm`: Empty description field. Contains 9 records. +* `Blank - Master Dependent.esm`: Empty description field. Contains 8 records. 4 records are overridden from `Blank.esm`. +* `Blank - Different Master Dependent.esm`: Empty description field. Contains 7 records. 4 records are overridden from `Blank - Different.esm`. +* `Blank.esp`: Description field value is `€ƒŠ`. Contains 6 records. +* `Blank - Different.esp`: Empty description field. Contains 5 records. +* `Blank - Master Dependent.esp`: Empty description field. Contains 4 records. 2 records are overridden from `Blank.esm`. +* `Blank - Different Master Dependent.esp`: Empty description field. Contains 3 records. 2 records are overridden from `Blank - Different.esm`. +* `Blank - Plugin Dependent.esp`: Empty description field. Contains 2 records. 1 record is overridden from `Blank.esp`. +* `Blank - Different Plugin Dependent.esp`: Empty description field. Contains 1 record, overridden from `Blank - Different.esp`. + +All records are minimal BPTD (Body Part Data) records unless otherwise noted above. + +The `SkyrimSE/Data` folder also contains a `Blank.bsa` and its accompanying `Blank.bsl`. These were created by the `Archive.exe` that is supplied with SkyrimSE's Creation Kit. The BSA contains only one file, which is the LICENSE file in this repository. \ No newline at end of file diff --git a/SkyrimSE/Data/Blank - Different Master Dependent.esm b/SkyrimSE/Data/Blank - Different Master Dependent.esm new file mode 100644 index 0000000..7343a70 Binary files /dev/null and b/SkyrimSE/Data/Blank - Different Master Dependent.esm differ diff --git a/SkyrimSE/Data/Blank - Different Master Dependent.esp b/SkyrimSE/Data/Blank - Different Master Dependent.esp new file mode 100644 index 0000000..991ba41 Binary files /dev/null and b/SkyrimSE/Data/Blank - Different Master Dependent.esp differ diff --git a/SkyrimSE/Data/Blank - Different Plugin Dependent.esp b/SkyrimSE/Data/Blank - Different Plugin Dependent.esp new file mode 100644 index 0000000..9245f5a Binary files /dev/null and b/SkyrimSE/Data/Blank - Different Plugin Dependent.esp differ diff --git a/SkyrimSE/Data/Blank - Different.esm b/SkyrimSE/Data/Blank - Different.esm new file mode 100644 index 0000000..cb848d4 Binary files /dev/null and b/SkyrimSE/Data/Blank - Different.esm differ diff --git a/SkyrimSE/Data/Blank - Different.esp b/SkyrimSE/Data/Blank - Different.esp new file mode 100644 index 0000000..d5bf7d3 Binary files /dev/null and b/SkyrimSE/Data/Blank - Different.esp differ diff --git a/SkyrimSE/Data/Blank - Master Dependent.esm b/SkyrimSE/Data/Blank - Master Dependent.esm new file mode 100644 index 0000000..627be89 Binary files /dev/null and b/SkyrimSE/Data/Blank - Master Dependent.esm differ diff --git a/SkyrimSE/Data/Blank - Master Dependent.esp b/SkyrimSE/Data/Blank - Master Dependent.esp new file mode 100644 index 0000000..a271ded Binary files /dev/null and b/SkyrimSE/Data/Blank - Master Dependent.esp differ diff --git a/SkyrimSE/Data/Blank - Plugin Dependent.esp b/SkyrimSE/Data/Blank - Plugin Dependent.esp new file mode 100644 index 0000000..09a13c7 Binary files /dev/null and b/SkyrimSE/Data/Blank - Plugin Dependent.esp differ diff --git a/SkyrimSE/Data/Blank.bsa b/SkyrimSE/Data/Blank.bsa new file mode 100644 index 0000000..ed75fb8 Binary files /dev/null and b/SkyrimSE/Data/Blank.bsa differ diff --git a/SkyrimSE/Data/Blank.bsl b/SkyrimSE/Data/Blank.bsl new file mode 100644 index 0000000..17aca4f Binary files /dev/null and b/SkyrimSE/Data/Blank.bsl differ diff --git a/SkyrimSE/Data/Blank.esm b/SkyrimSE/Data/Blank.esm new file mode 100644 index 0000000..022338f Binary files /dev/null and b/SkyrimSE/Data/Blank.esm differ diff --git a/SkyrimSE/Data/Blank.esp b/SkyrimSE/Data/Blank.esp new file mode 100644 index 0000000..ddb7a8e Binary files /dev/null and b/SkyrimSE/Data/Blank.esp differ