Skip to content

Releases: leveste/EternalBasher

EternalModInjector - Shell edition v5.1.1

07 Jun 00:04
Compare
Choose a tag to compare

Changelog

  • Massive mod loading speed improvements.

EternalModInjector - Shell edition v5.1.0

02 Jun 14:40
Compare
Choose a tag to compare

Changelog

  • Adds support for Update 5.1.
  • Adds proper support for sound mods in various formats.
  • Adds support for loading custom assets to resource containers by defining required info for them in a JSON file.
  • Adds support for moving existing assets between resource containers.
  • Adds support for adding/removing containers from loading in maps.
  • Mod information such as name, description, version, minimum required mod loader version, and load priority can now be defined using a JSON file.

EternalModInjector - Shell edition v5.0.14

21 May 20:37
Compare
Choose a tag to compare

Changelog

  • Added support for WAV sound files.

EternalModInjector - Shell edition v5.0.13

20 May 12:37
Compare
Choose a tag to compare

Changelog

  • Music mods no longer go in EternalMod, the new paths should be like this: music/19793749.wem, sfx/7802445050.opus, etc.

EternalModInjector - Shell edition v5.0.12

18 May 13:42
Compare
Choose a tag to compare

Changelog

  • Lower binaries glib version.

EternalModInjector - Shell edition v5.0.11

17 May 14:57
Compare
Choose a tag to compare

EternalModInjectorShell for DOOM Eternal Update v5.0. Bundles all the needed modding tools with it.

Changelog

  • Added check for opus-tools package, required for sound mods.

EternalModInjector - Shell edition v5.0.10

16 May 12:55
76345c3
Compare
Choose a tag to compare

EternalModInjector file converted to shell for use on Linux. Requires the other modding tools to run.

The file is based on the batch file made for Doom Eternal update 5.0. It has not been tested with older versions of the game and, as such, we don't guarantee backwards compatibility.

Based on the original batch file by Zwip-Zwap Zapony.

Changelog

  • Rewrote EternalPatcher in C.
  • Rewrote idRehash in C.
  • Rewrote EternalPatchManifest in C.
  • Lowered all tools' glib version to 2.28.
  • EternalModLoaderCpp now allocates memory for sound banks too.
  • Fixed an issue in which idRehash would not generate a map file if no mods were found the first time you run the script.
  • Cleaned up script.

EternalModInjector - Shell edition v5.0.9

11 May 19:22
Compare
Choose a tag to compare

EternalModInjector file converted to shell for use on Linux. Requires the other modding tools to run.

The file is based on the batch file made for Doom Eternal update 5.0. It has not been tested with older versions of the game and, as such, we don't guarantee backwards compatibility.

Based on the original batch file by Zwip-Zwap Zapony.

Changelog

  • Sound mods folder can now be either EternalMod/sound or EternalMod/sounds.
  • Solved an issue when checking each .resources file.

EternalModInjector - Shell edition v5.0.8

08 May 01:05
Compare
Choose a tag to compare

EternalModInjector file converted to shell for use on Linux. Requires the other modding tools to run.

The file is based on the batch file made for Doom Eternal update 5.0. It has not been tested with older versions of the game and, as such, we don't guarantee backwards compatibility.

Based on the original batch file by Zwip-Zwap Zapony.

Changelog

  • Adds support for sound mods, with path EternalMod/sounds/[snd name]/[sound file id].[wem/ogg/opus] inside a mod zip.

EternalModInjector - Shell edition v5.0.7

01 May 18:12
Compare
Choose a tag to compare

EternalModInjector file converted to shell for use on Linux. Requires the other modding tools to run.

The file is based on the batch file made for Doom Eternal update 5.0. It has not been tested with older versions of the game and, as such, we don't guarantee backwards compatibility.

Based on the original batch file by Zwip-Zwap Zapony.

Changelog

  • Updated EternalModLoaderCpp, making it a bit faster and cleaner.
  • Script now uses AddChunks function again.