Skip to content

Releases: nbusseneau/hephaistos

v1.4.4

03 Oct 13:35
Compare
Choose a tag to compare

Changed

  • Better logging and resilience when not finding ProfileX.sjson for multi-monitor windowed mode offscreen safeguard.

Fixed

  • Fix multi-monitor windowed mode offscreen safeguard not detecting ProfileX.sjson files on Windows with OneDrive enabled.

v1.4.3

01 Oct 23:04
Compare
Choose a tag to compare

Fixed

  • Fix patching to be compatible with the macOS version of the game.

v1.4.2

18 Sep 18:51
Compare
Choose a tag to compare

Changed

  • Improve Hades directory auto-detection on Windows using OS variables (drive- and architecture-agnostic).

Fixed

  • Fix Hades window being positioned offscreen when switching to windowed mode while using a custom resolution larger than officially supported by the main monitor (multi-monitor use case).
  • Fix load screen transition clipping when passing through door Styx -> [Redacted] for 32-bit engine.
  • Fix Hades directory auto-detection not expanding user variables on macOS / Linux.
  • Fix Hades directory auto-detection not properly picking up Steam libraries.

v1.4.1

15 Sep 23:31
Compare
Choose a tag to compare

Fixed

  • Fix custom resolution not working when larger than officially supported by the main monitor (multi-monitor use case).

v1.4.0

14 Sep 20:28
Compare
Choose a tag to compare

Added

  • Use a custom resolution by default, bypassing monitor resolution detection (useful for custom window sizes and multi-monitor without Eyefinity / Surround).
  • Add optional --no-custom-resolution CLI flag to allow keeping regular monitor resolution detection.

Removed

  • Remove -s CLI shorthand for --scaling.

Fixed

  • Fix status command unnecessarily copying Lua mod directory.
  • Fix status command not working with new camera clamping and mouse control hex patched fixes.

v1.3.2

12 Sep 00:17
Compare
Choose a tag to compare

Fixed

  • Fix camera mouse control reference point being locked to original viewport center (960,540).
  • Fix camera clamping effect bugging out in instances where original clamp weight was 0.0.

v1.3.1

11 Sep 01:55
Compare
Choose a tag to compare

Fixed

  • Fix camera clamping effect onto points of interest e.g. exit doors (especially at larger viewports such as 32:9 or 48:9, where the camera was not following Zagreus anymore).

v1.3.0

10 Sep 03:04
Compare
Choose a tag to compare

Added

  • Add optional --hud CLI flag to allow choosing between expanding HUD horizontally (default) or centering the HUD.

Changed

  • Offer to choose between expanding and centering HUD when using interactive mode.
  • Offer to pick from 48:9 / triple screen resolutions when using interactive mode.

Fixed

  • Fix SJON patching artefacts in Height and Y values when using pixel-based scaling.

v1.2.0

06 Sep 01:51
Compare
Choose a tag to compare

Added

  • Bundle hephaistos-data internally with standalone executables.
  • Add version info to Windows executable.

Changed

  • Use PyInstaller 4.0 rather than 4.3 in order to remove false positive detections from AV software.

Fixed

  • Fix version check debug log being incorrectly displayed in interactive mode.

v1.1.1

05 Sep 12:53
Compare
Choose a tag to compare

Fixed

  • Fix incorrect Current version being displayed by version for artifacts built from GitHub.