Confirm with your password

Wings of the Valkyrie — Versions

Changelog

#1.1.4

Latest ✓ Scan successful

Dependencies: ValheimModding-Jotunn-2.29.2

  • Fixed wings wrongly deploying while standing on or steering a moving ship. A player on deck is never IsOnGround() (the deck is a rigidbody, not terrain), so wave pitch and bob could spike vertical velocity past the auto-glide fall-speed threshold. The flight controller now checks whether you're standing on a ship, the same way it already checks for ground, water, and swimming.

Scan: 5 files — 0 known dependencies (hash-verified), 5 analyzed

Dependencies: ValheimModding-Jotunn-2.29.2

  • Fixed the vanilla cape reappearing over the runic wings. The 1.1.2 approach relied on forceRenderingOff, a runtime-only flag that Unity does not copy when the game instantiates the cape onto your skeleton. The cape attachment is now never built in the first place, so no other mod can bring it back and the dropped-item model stays visible.
  • Fixed remote players' wings being completely invisible in multiplayer. Wing tier was being read from a field that Valheim only ever populates on the owning client; it is now read from the networked equipment hash.
  • Glide state and wing flaps are now synchronised over the network, so other players see your wings unfurl and beat exactly when they should instead of being guessed from your fall speed.

Scan: 5 files — 0 known dependencies (hash-verified), 5 analyzed

Dependencies: ValheimModding-Jotunn-2.29.2

  • Improved how wing item prefabs handle visual components. Renderers are now kept active but use Unity's forceRenderingOff to safely guarantee invisibility
  • Fixed a bug where adjusting the wingspan would cause the skeleton lines to blow out to blinding white due to additive shader scaling.
  • Fixed multiplayer synchronization where remote players' wings were invisible or displayed incorrect tier colors.
  • Implemented robust fail-safes in the flight controller to ensure multiplayer network latency or missing data never interrupts the core Valheim game loop.

Scan: 5 files — 0 known dependencies (hash-verified), 5 analyzed

#1.1.1

Upload missing
  • Internal

#1.1.0

✓ Scan successful .dll reports v1.0.1

Dependencies: ValheimModding-Jotunn-2.29.2

  • Complete overhaul of wing animation to feature hyper-realistic, dynamic procedural folding and drag mechanics on the downstroke/upstroke
  • Re-engineered the runic particle trail logic with custom distance tracking to guarantee flawless emission, completely bypassing Unity's built-in limitations
  • Fixed a bug causing the glowing rune membrane to vanish due to camera frustum culling
  • Added a new GlobalWingSpan configuration option (defaults to 1.0) allowing players to scale their wings to any size

Scan: 5 files — 0 known dependencies (hash-verified), 5 analyzed

#1.0.1

Upload missing
  • Added compatibility for third-party backpack and equipment/inventory mods (resolved shoulder slot conflict)

#1.0.0

Upload missing
  • Initial Release
  • Added 4 craftable tiers of wings (Crude, Troll, Lox, Dragon)
  • Implemented physics-based flight controller and auto-gliding mechanics
  • Implemented configurable stamina costs per tier
  • Added procedural runic dragon wing VFX with dynamic mesh generation
  • Disabled fall damage when actively flying or gliding