zolantris / ValheimMods

Collection of ValheimMods, ValheimRaft (originally created by Sarcen) and a few other upcoming mods including a vehicles mod.
GNU General Public License v3.0
8 stars 4 forks source link

[v2.x.x] New Vehicles, Rendering Fixes, Plugin changes (#62) #63

Closed zolantris closed 1 month ago

zolantris commented 2 months ago

Feature/Epic Overview

New rendering patterns

ChangeLog (this will be updated as each large feature is merged into this branch).


ValheimRaft (v2.0.0)

Noting that ValheimVehicles is (unreleased but the entire refactor of ValheimRAFT is within this namespace)

The ValheimRaft mod will utilize all of ValheimVehicles for now. Likely this will continue until Raft is no longer needed and ValheimVehicles can replace all the logic in a v3.x.x release (long way out).

Features

Flying
Rudder
New Prefabs and Tweaks
Collisions

Fixes

TODOs/Issues

Compatibility / Ashlands fixes

Sail Loading Optimizations

Sentry Unity

Makes the logging service extensible by making all Unity BepInEx packages considered a scoped package when registering with the framework. Incompatible with unity packages that directly call Sentry.Init. Sentry must be managed from this package otherwise the scope and delegation will not work unless Sentry.Init from this package is called last.

Features