Skip to content

Releases: Gamepro5/ValheimBetterCharacterController

1.4.0

Choose a tag to compare

@Gamepro5 Gamepro5 released this 23 Sep 08:52

Full Changelog: 1.3.0...1.4.0

1.3.0

Choose a tag to compare

@Gamepro5 Gamepro5 released this 21 Sep 11:41

Full Changelog: 1.2.3...1.3.0

1.2.3

Choose a tag to compare

@Gamepro5 Gamepro5 released this 21 Sep 01:10

Full Changelog: 1.2.2...1.2.3

1.2.2

Choose a tag to compare

@Gamepro5 Gamepro5 released this 21 Sep 01:00
Remove the startup heartbeat

It existed to prove the camera hook was executing, which it did. Normal operation now logs
the version and load path, the feature states, and warnings only when something is actually
wrong; the rest needs debugLogging.

The pre-existing zoom floor value is still tracked and now reported in the debugLogging
line, so a mod competing for m_minDistance stays visible rather than the log only echoing
our own write.

1.1.4

Choose a tag to compare

@Gamepro5 Gamepro5 released this 20 Sep 21:56
Warn when ValheimPlus first person is enabled on this client

V+'s own first person manages the camera's minimum zoom distance and can stop ours from
engaging. FirstPersonConfiguration extends ClientConfig, so a V+ server does not push that
section to clients - setting it server-side fixes nothing, an assumption this project made
and acted on before checking the class hierarchy. Two players can therefore differ with no
visible cause, so it is now reported at startup.

Read by reflection so a V+ rename degrades to a missing warning rather than an exception.

1.0.1

Choose a tag to compare

@Gamepro5 Gamepro5 released this 20 Sep 10:53

fixed vertical look direction not being networked

1.0

1.0

Choose a tag to compare

@Gamepro5 Gamepro5 released this 18 Sep 10:05

first release