From 6d1ca8d68ea98f7822b389bb1f0b1aa242c06d47 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Fri, 8 Oct 2021 21:09:00 +0200 Subject: [PATCH] Added build instructions to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ed621cb..8c39d0be 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,10 @@ Completed merges (with all ESPs merged in and removed) should be forwarded from All localizations in the `enderal-l10n` repository must be updated to match `master`. -Releases are built with a custom script (coming soon). +## Releasing +To create a complete English build: +- Switch to the `master` branch. +- Run `_build\build.cmd` to pack assets into BSA archives and copy necessary files to `DISK:\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 `DISK:\Enderal SE Build`. + +`enderal-l10n` will have its own script, copying additional localizations to the build directory. \ No newline at end of file