Skip to content

Releases: etra0/botw-freecam

XInput blocker optional

27 Oct 00:25
Compare
Choose a tag to compare
Pre-release
Make xinput blocker optional.

Since Cemu moves at a pseudo fast development process, I made the Xinput
blocker optional (since it's the only injection that's strictly optional
-- the other AoBs *needs* to be found).

If XInput is not found, it will simply disable controller input.

v0.2.6

31 Dec 03:44
Compare
Choose a tag to compare
HACK: Changed xinput injection

This fixes #33 but makes it incompatible with old versions.

v0.2.5

06 Aug 20:26
Compare
Choose a tag to compare
Fix jittering issues (#4).

The issue wasn't the scheduler but a math singularity. When the radius
(or distance between the two points) is too small, some jittering was
produced and the movement speed was quite slow since the distance is the
magnitude of the speed. We fix that by using a fixed distance so the
speed will be the same at every distance of these two points. The bug
was tracked down thanks to the help of Wackiger, thanks a lot!

v0.2.4

17 Mar 17:55
Compare
Choose a tag to compare

Sebastián Aedo (4):
Added FoV Interpolation
Fixed typos, closes #19
Changed button and speed
Bumped version number

v0.2.3

15 Mar 22:26
Compare
Choose a tag to compare

Sebastián A (1):

  • Update README.md

Sebastián Aedo (11):

  • Fixes for utf16 when the error is displayed.
  • Made a more specific check for the function
  • Added the option to unlock the character
  • Github Action now uses commit for versioning.
  • Changed offsets and error messages.
  • Rotation refactor
  • Changed offsets and error messages.
  • Changed sensibility and button to reduce the speed
  • Refactor clamp_distance
  • Remapped buttons & Changed speed multiplier
  • Updated instructions

v0.2.2

15 Mar 22:21
26c75df
Compare
Choose a tag to compare

Commits

  • [26c75df]: Update README.md (Sebastián A)

v0.2.1

28 Feb 23:51
Compare
Choose a tag to compare
hotfix: add duration print

v0.2.0

27 Feb 06:03
c919426
Compare
Choose a tag to compare
Merge pull request #5 from etra0/dolly-camera

Dolly camera

v0.1.3

17 Jan 16:53
Compare
Choose a tag to compare
FOV now resets when you deactivate the camera

v0.1.2

30 Dec 14:14
Compare
Choose a tag to compare
Changed some buttons, added height control