REPO_JP-AlwaysWingsView icon

AlwaysWingsView

Auto apply tumble wings mode on each level start (off/blue/pink). Works for everyone (host or client) and your wings are visible to players without the mod too.レベル開始ごとに翼モード(off/blue/pink)を自動適用(ホスト不要 参加者でも動作 MOD未導入者からも羽が見える)

By REPO_JP

CHANGELOG

Changelog

[1.2.0] - Update

Changed

  • Icon

    • Updated the mod icon

Known Issues

  • Pink wings blocks tumble wing usage

    • While pink mode is active, tumble wing flight/control may become unavailable due to the pink wings being tied to the Heart Hugger attack-state visuals

[1.0.0] - Initial Release

Added

  • Auto tumble wings mode per level start (local / client-side)

    • Applies wings mode automatically on SceneManager.sceneLoaded
    • Also applies once after boot when PlayerAvatar.instance and upgradeTumbleWingsLogic become available
    • Works for everyone (host or client) because it applies to local PlayerAvatar.instance
  • Wings visible to non-mod players

    • The wings visuals are applied through the game’s normal PlayerAvatar visuals path
    • Players without the mod can still see your wings
  • Mode selector config

    • General.TumbleWingsMode with allowed values off / blue / pink
    • Config changes are applied immediately via SettingChanged handler
  • Keep-alive loop for blue/pink

    • Re-injects wings timers every 0.5 seconds to keep visuals active
    • Stops the loop when mode is set to off
  • Safety / guards

    • Waits up to 20 seconds for PlayerAvatar.instance and upgradeTumbleWingsLogic
    • Unity-style null guards for PlayerAvatar and logic object
    • Minimal logs to Unity console and BepInEx log