Skip to content

Releases: Mirsario/Minecraft-CameraOverhaul

v2.0.6-fabric+mc[1.21.11-plus]

22 Dec 08:13
551176b

Choose a tag to compare

v2.0.5-fabric+mc[1.21.9-plus]

24 Nov 14:21
8e117c7

Choose a tag to compare

v2.0.4

08 May 20:01
d6b246e

Choose a tag to compare

  • Minecraft 1.21.5+ support.
  • Fixed issue #79 (Mod uses wrong Java targets on MC <1.20.5)
  • Japanese localization by @stabery (PR #86).
  • Mitigated potential conflicts with other mods that utilize the Shadow Gradle plugin.

Links:

v2.0.3

06 Mar 16:26
e65562a

Choose a tag to compare

Fixed issue #84 (Fabric [1.20.0-1.20.5] asking for wrong cloth-config version)

Links:

v2.0.2

05 Mar 21:20
840b12f

Choose a tag to compare

Fixes:

  • Fixed configuration screen not working on 1.16.x versions.
  • Made the Fabric-specific ModMenu dependency just a suggestion instead.

Localization:

  • German localization by @Lucanoria (PR #70).
  • Mexican Spanish localization by @TheLegendofSaram (PR #76).
  • Russian localization updates by @mpustovoi (PR #77).

Links:

v2.0.0

27 Jan 17:12
998b4ff

Choose a tag to compare

The mod has been rewritten for easier maintenance & scaling. Single-JAR version agnosticism based on 'reflection spam' has been sacrificed in favor of classic separate JARs tied to specific MC version ranges, but still produced out of a single codebase using preprocessors. An effort will still be made to support as many versions of Minecraft as possible, out of one codebase.

NeoForge & Forge Support:

  • Introduced official support for NeoForge, from 1.20.6 to 1.21.2 and newer!
  • Introduced official support for the now-legacy Forge, from 1.17 to 1.20.5. Pull Requests adding support for even older versions are welcome.

Features:

  • New Screen Shakes feature. Explosions, lightning, thunder, and many other events will now shake players' cameras, using a top-notch implementation featuring simplex noise and exponential decay.
  • New Camera Sway feature. Noise-based camera offsets that kick in once you don't move your camera and legs for a short moment. Configurable with Intensity, Frequency, Fade-In Delay, Fade-In Length, and Fade-Out Length.
  • Completely reworked the Yaw Delta Roll feature, now known as Mouselook Roll. Configurable in 3 components - Intensity, Accumulation, and Decay Smoothness.
  • The mod's features now apply when using minecarts, boats, horses, and other rideables. Values for those are configured separately.

Configuration:

  • Configuration expanded and reworked. Many more separate values now exist for walking, swimming, and elytra flight. The cameraoverhaul.json file has been replaced with cameraoverhaul.toml, which is much more human-writable, as every present field there is now properly commented. ModMenu-based in-game configuration now makes use of categories.
  • Added a separate toggle for the mod's effects while in third person.

Fixes:

  • Fixed the mod using incorrect values for time deltas, leading to less smooth interpolation. Oopsie doopsie!
  • Fixed issue #16 (Strafing affects elytra in a very jiggery manner).
  • Fixed issue #34 (The Configure button doesn't show up in Mod Menu).
  • Fixed issue #36 (Cannot read field "enabled" because "config" is null).
  • Fixed issue #40 (Better Third Person Incompatibility).
  • Fixed issue #43 (Toggling perspective (F5) causes camera to shake).
  • Fixed issue #57 (View rocks side to side when going across a ice block highway with boat).
  • Fixed the camera sometimes shaking when riding in the second seat of a boat in multiplayer.

Localization:

  • Russian config localization, courtesy of @mpustovoi.

Links:

1.4.1

18 Jun 12:43
4d7c00e

Choose a tag to compare

  • Added compatibility with Minecraft 1.20.6+ and 1.21+ (Thanks, @sam-mccarthy!)
  • ClothConfig2 is now recommended instead of required, same as ModMenu.

1.4.0

26 Dec 22:04

Choose a tag to compare

Changelog:

  • Added compatibility with Minecraft 1.19.3+.
  • Replaced all use of linear interpolation with a framerate-independent damping algorithm. Effects will no longer reduce in intensity on higher framerates, and will react to lagspikes slightly better.
  • New default settings are a bit more balanced and friendlier to the average player.
  • Mouselook roll's rotation target decay is now a separate setting.
  • Improved logging clarity.

1.3.1

23 Aug 13:25

Choose a tag to compare

Changelog:

  • Fixed in-game configuration screens not working in 1.19+ Minecraft versions.
  • Fixed away incompatibilities with Quilt by ceasing use of obsolete types.
  • Cloth Config is no longer included with the mod, since it's not version-agnostic as this mod is. It must now be installed separately.

1.3.0

21 Oct 12:56

Choose a tag to compare

Changelog:

  • Compatibility with 1.17 and 1.18 Minecraft versions (Thanks, @IMS212!)
  • Compatibility with Fabric Loader 0.12+ (Thanks, @IMS212!)
  • Strafing Roll Factor setting is now separate for elytra flight and swimming (Thanks, @TheMrEngMan!)
  • Elytra flight camera roll is now reversed by default (Thanks, @TheMrEngMan!)
  • Made interpolation speeds for mouselook, horizontal and vertical movement-based rotations configurable. This means that you can now change how smooth all rotations are.
  • Lowered default interpolation speed of horizontal movement from 1.0 to 0.25, of vertical movement from 1.0 to 0.75. I find this to be way less nausea-inducing.