Go to file
2021-10-07 00:45:31 +02:00
interface 2.0.6-2.0.8 2021-10-06 00:59:59 +02:00
lodsettings 2.0: CAO converted meshes, new facegens, unchanged scripts 2021-10-06 00:15:58 +02:00
meshes Drunk sinking head idle fix 2021-10-07 00:21:06 +02:00
scripts Move Jespar and open Yero's cellar after finding the letters 2021-10-07 00:17:54 +02:00
SKSE fs.dll source code 2021-10-06 02:45:46 +02:00
strings Merged in: 2021-10-07 00:43:52 +02:00
textures 2.0.6-2.0.8 2021-10-06 00:59:59 +02:00
.gitattributes Exclude XML from FLS 2021-10-06 04:29:06 +02:00
.gitignore .gitignore + .gitattributes 2021-10-05 13:26:04 +02:00
Always sunny weather on coming out of the Abandoned Temple.esp Merged in: 2021-10-07 00:43:52 +02:00
credits.txt 2.0.6-2.0.8 2021-10-06 00:59:59 +02:00
Dawnguard.esm DLC placeholders 2021-10-06 02:11:02 +02:00
Dragonborn.esm DLC placeholders 2021-10-06 02:11:02 +02:00
Enderal - Forgotten Stories.esm Merged in: 2021-10-07 00:43:52 +02:00
Enderal - Forgotten Stories.esm.xml Experimental FS.esm XML dump for visual diff reports 2021-10-07 00:44:50 +02:00
Enderal - Forgotten Stories.ini 2.0.5a 2021-10-06 00:46:41 +02:00
HearthFires.esm DLC placeholders 2021-10-06 02:11:02 +02:00
Jespar has't found anything before talking to Alfrid.esp Move Jespar and open Yero's cellar after finding the letters 2021-10-07 00:17:54 +02:00
No heavy storms on the Sun Coast.esp No heavy storms on the Sun Coast 2021-10-07 00:18:28 +02:00
README.md Added git lfs install to README 2021-10-06 19:29:53 +02:00
Skyrim.esm 2.0.6-2.0.8 2021-10-06 00:59:59 +02:00
Update.esm 2.0: updated plugins and assets 2021-10-06 00:22:24 +02:00

Enderal SE

Requirements

How to play

  • Add a Skyrim SE instance to Mod Organizer 2.
  • Install all requirements.
  • Copy E - Sounds.bsa, L - Voices.bsa, and the Video directory to a new mod in MO2.
  • This repository uses LFS to store binary files, run git lfs install before cloning it.
  • Clone this repository, move it to mods.
  • You should now have two custom mods in MO2, with media files and Enderal itself.
  • Configure the game through Skyrim Launcher.
  • Run it with skse64_loader.exe through MO2.

Contributing

The repository has three main branches:

  • development
  • merging
  • master

In short, the suggested workflow looks like this:

  • commit your assets and ESP patches into development,
  • merge and remove the ESPs in merging,
  • forward merging into master and back into development.

Here is the process in detail.

All patches and assets must be committed to development and its sub-branches. ESP patches are allowed here. Keep in mind, other patches may interfere with your changes, you may want to test your patches in a separate sub-branch and merge it into development later.

The development branch is merged to merging, fully or through cherry-picking. ESP patches should be merged into ESMs here, English string files must also follow all changes.

Commits, having all ESPs merged in and removed from merging, can be forwarded from merging into master.

Merging commits can be cherry-picked from merging back into development, removing merged in ESPs and updating ESMs without touching other patches.

master must always have a playable copy of the game without any additional patches.

All localizations in the enderal-l10n repository must be updated to match master.

Releases are built with a custom script (coming soon).