Releases: Gamepro5/ValheimBetterCharacterController
Releases · Gamepro5/ValheimBetterCharacterController
Release list
1.4.0
1.3.0
1.2.3
1.2.2
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
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.