v2.8.1 — KitsuneCommand
Full notes
· VIP tiers, join diagnostics, and the PackRelay Launcher land here.
Supersedes v2.8.0, which shipped without the Windows SkiaSharp native
(broken map rendering) and self-reported the wrong version.
Added
- VIP tiers. Per-player tiers with a first-login welcome pack and
recurring tier gifts. New012_vip_tiersmigration; set a player's
tier straight from the Players panel. - Join diagnostics. A companion
KitsuneJoinDiagmod feeds a new
"Join Attempts" panel - see who tried to connect, when, and why a
join failed. - PackRelay Launcher v0.1. Scaffold that hooks the main menu
(XUiC_MainMenu.OnOpen) - groundwork for launching straight into a
PackRelay-published modpack.
Fixed
- Windows map rendering no longer breaks on a clean install. The
release build sourcedlibSkiaSharp.dllonly from version-pinned
NuGet-cache paths and skipped it with a warning when they weren't
there, so the v2.8.0 zip shipped without the Windows SkiaSharp native
andMapTileRendererthrew "Unable to load library 'libSkiaSharp'".
Both Skia natives now come from the committedsrc/.../x64/copies
(same assqlite3.dll), and a missing native is a hard build error
instead of a silent skip. - Mod version matches the release again.
ModInfo.xmlwas stuck at
2.7.4, so the in-game mod list disagreed with the release tag. Bumped
to track the release.