4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Eddoursul 359ab22244 Removed _00E_QuestFunctions and Levelsystem 4 months ago
SKSE Removed _00E_QuestFunctions and Levelsystem 4 months ago
_build Removed dialoguemenu.swf and controlmap.txt from loose files 5 months ago
interface Implemented health bar fix with DLL, removed custom hudmenu.swf and .gfx 4 months ago
lodsettings 2.0: CAO converted meshes, new facegens, unchanged scripts 3 years ago
meshes Improved werewolf behaviors from Precision Creatures by NickaNak - fixes delayed killmoves 5 months ago
scripts Removed _00E_QuestFunctions and Levelsystem 4 months ago
source Removed _00E_QuestFunctions and Levelsystem 4 months ago
strings Merged AllowChatter global variable 4 months ago
textures Fixed specular map in rock_moss03_n_dxt1.dds, causing glossy ground in some places - Keranos 6 months ago
.gitattributes Disabled crlf on more translation types 2 years ago
.gitignore Cleared gitignore 2 years ago
Dawnguard.esm Updated re-added Skyrim races 2 years ago
Dragonborn.esm Added the Dremora race to Dragonborn.esm 5 months ago
E - Update.bsa Added empty E - Update.bsa to ensure proper update, if user chose "Merge" in MO2 3 years ago
Enderal - Forgotten Stories.esm Removed _00E_QuestFunctions and Levelsystem 4 months ago
Enderal - Forgotten Stories.esm.xml Merged game update quest 6 months ago
Enderal - Forgotten Stories.ini Revert "Removed iAutoSaveCount from INI, default value (3) is fine with the new system" 5 months ago
Enderal Credits.txt Updated credits 5 months ago
Enderal SE v2.0.12.5 Changelog.txt Updated changelog 6 months ago
HearthFires.esm DLC placeholders 3 years ago
README.md Fixed link in README 2 years ago
Report a bug in Enderal SE.url Updated credits 2 years ago
Skyrim - Misc.bsa Pack scripts into Skyrim - Misc.bsa 5 months ago
Skyrim.esm Removed _00E_QuestFunctions and Levelsystem 4 months ago
Update.esm Open journal in locked dialogs instead of the message box - fixes the oldest issue, specific to Enderal SE 5 months ago

README.md

Enderal SE

Requirements

How to play

  • Add a new Skyrim SE instance to Mod Organizer 2.
  • Creation Club mods must be moved to a separate mod and disabled.
  • In MO2, create an empty mod, name it Enderal SE - Media, and copy E - Sounds.bsa, L - Voices.bsa, and the Video directory to it.
  • This repository uses LFS to store binary files, run git lfs install before cloning it.
  • Clone this repository, move it to mods in your MO2 instance.
  • You should now have two custom mods in MO2, Enderal SE - Media and Enderal itself.
  • Configure the game through Skyrim Launcher.
  • Run it with skse64_loader.exe through MO2.

To play Enderal SE with loose files, it's recommended to install in on an SSD or NVMe disk, the faster the better. Alternatively, see "Releasing" below on how to pack everything into BSA archives.

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,
  • when it's stable, forward merging into master.

Here is the process in detail.

All ESP patches and assets must be committed to development and its sub-branches. 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.

merging is synced with development every time the latter doesn't have any unmerged pending patches. For playtesting, choose merging to have saves without extra ESP plugins.

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

Releasing

To create a complete build:

  • Switch to the master branch.
  • Run _build\build.cmd to pack assets into BSA archives and copy necessary files to ..\Enderal SE Build. File loose_files.txt contains names of files, which will be also copied as loose files.
  • Manually copy E - Sounds.bsa, L - Voices.bsa, and the Video directory to ..\Enderal SE Build.