Skip to content

Releases: leveste/EternalBasher

EternalModInjector - Shell edition v5.0.6

14 Apr 13:02
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

  • Implemented new string loading feature for EternalModLoaderCpp.
  • Updated EternalPatcherCpp to v3.0, which implements a new format for the patch definition files.
  • The whole project is now licensed under the GPL 3.0.

EternalModInjector - Shell edition v5.0.5

05 Apr 16:39
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

  • Script now shows version number.
  • Fixes coloring errors on debug mode, should make log files more readable.
  • Added no color modes for all tools, for non-colored terminals or debug mode.
  • DEternal_loadMods now skips AddChunks function, since it's not useful as of now.
  • Solved errors when downloading new definitions file with EternalPatcher.
  • EternalPatcher no longer removes the definitions file on update failure.
  • Rewrote idRehash on C++17 for consistency.
  • Fixes ls error code being shown when checking if the Mods folder exists.
  • Fixed segfaults on DEternal_loadMods on very large mods (e.g. texture mods).
  • Fixed issues detecting some unzipped mods.
  • Fixed coloring consistency issues thanks to read.
  • New feature implemented on DEternal_loadMods (soon to be announced).
  • DEternal_loadMods now requires OpenSSL.
  • Updated linoodle version.

EternalModInjector - Shell edition v5.0.4

23 Mar 13:46
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

  • liblinoodle now uses glibc 2.31, solving issues with Ubuntu based distros.
  • Removed some old unneeded code.

EternalModInjector - Shell edition v5.0.3

19 Mar 13:48
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

  • Updates EternalPatcher patch definitions, to allow unrestricted binds again.

EternalModInjector - Shell edition v5.0.2

18 Mar 17:25
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

  • Includes idRehash compiled in a lower glibc version, to prevent compatibility issues with Debian based distros.

EternalModInjector - Shell edition v5.0.1

18 Mar 15:40
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 compatibility for Update 5.0 (DLC2). Have fun!

EternalModInjector - Shell edition v4.1.20

16 Mar 14:28
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 4.1. 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

  • Improves debugging mode logging, now also logs important system info like distro name and glibc version.

EternalModInjector - Shell edition v4.1.19

15 Mar 16:50
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 4.1. 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

  • Implements a debugging mode, accessible by setting the ETERNALMODINJECTOR_DEBUG environment variable to 1. This prints all tools output and also writes full output to 'EternalModInjector_log.txt'.
  • Packages a DEternal_patchManifest binary compiled in a lower glibc version. Should fix issue #2.
  • Includes new linoodle version that supports compressing.

EternalModInjector - Shell edition v4.1.18

13 Mar 00:16
a883e73
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 4.1. 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

  • Cleans up and polishes the code, in preparation for TAG2.

EternalModInjector - Shell edition v4.1.17

11 Mar 20:51
3d4ad8b
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 4.1. 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

  • Now uses updated DEternal_patchManifest Rust version.