Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
AlwaysWingsView
【Client MOD】A mod that always gives your character blue or pink wings.常に自分に青またはピンクの羽を生やすMOD
By REPO_JP
| Last updated | a week ago |
| Total downloads | 9189 |
| Total rating | 7 |
| Categories | Mods Client-side Cosmetics AI Generated |
| Dependency string | REPO_JP-AlwaysWingsView-3.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2304README
AlwaysWingsView
This mod is a client-only mod that automatically applies blue or pink tumble wings visuals to your local player, can mute the wing loop sound, and improves pink tumble wing compatibility with both a participant-only fallback and host-assisted multiplayer support.
Overview
- Automatically applies your selected wings mode on level start
- Supports
off,blue, andpink - Uses the game's normal visuals path, so other players can still see your wings even if they do not have this mod
- Can mute the local blue and pink wing loop sound
- Improves
pinkmode compatibility for tumble wing flight in both solo and multiplayer situations
Features
-
Automatic wings apply
- Applies the selected mode when a level scene loads
- Also performs an initial best-effort apply after boot once the local player and tumble wings logic are ready
-
Visible to non-mod players
- Applies wings through the game's normal
PlayerAvatarvisuals path - Other players can still see your wings even without this mod
- Applies wings through the game's normal
-
Local-player apply
- Applies to your local
PlayerAvatar.instance - Does not require host authority for the basic wings visuals
- Your config changes only your own local wings behavior
- Applies to your local
-
Wing loop sound mute
- Optional config to mute the blue and pink wing loop sound
- The mute is applied only to the local player's wing loop audio
- The normal wings display flow is preserved
-
Pink wings tumble wing compatibility
- If the host does not have the mod and only a participant has it, the mod temporarily suspends pink keep-alive only while that participant is actually flying with tumble wings
- In that fallback case, tumble wing flight can still work, but the pink keep-alive is not maintained during the actual flight window
- If both host and participant have the mod, pink keep-alive remains active and the host-side authority patch allows tumble wing flight to work while keeping pink visuals active
- Once host support is detected in a room, it is treated as supported for the rest of that room session
-
Live config updates
- Config changes are applied immediately on a best-effort basis
-
Safety behavior
- Waits for
PlayerAvatar.instanceandupgradeTumbleWingsLogicbefore applying - Uses Unity-style null checks and guarded best-effort handling
- Waits for
Configuration
General.TumbleWingsMode
- Default:
blue - Allowed values:
off,blue,pink - Controls which wings mode is automatically applied at each level start
General.MuteWingLoopSound
- Default:
true - Allowed values:
true,false - Mutes the local blue and pink wing loop sound without changing the wings display behavior
Usage
- Install the mod on the client that wants the wings effect
- Launch the game once to generate the config file
- Set
General.TumbleWingsModetooff,blue, orpink - Optionally set
General.MuteWingLoopSound - Start a level
- Your selected mode is applied automatically
Notes
- This is a client-only mod
- Basic wing visuals work even if only the participant has the mod installed
- For the best pink-flight behavior in multiplayer, both host and participant should have the mod installed
- If only the participant has the mod, the fallback behavior is used during actual pink-flight use
- The keep-alive loop still re-applies every 0.5 seconds to preserve the existing stable display behavior
Contact
※Mod created by AI
AlwaysWingsView
REPOが好きな日本人のための日本人のみのREPOのDiscordサーバーあります! 参加は以下のリンクから! https://discord.gg/h5ATY4m5bZ
このMODは、クライアント専用の、自分に青羽またはピンク羽の見た目を自動適用し、羽ループ音を無音化でき、さらに pink 使用時のタンブルウィング互換性を参加者単独フォールバックとホスト補助マルチの両方で改善するMODです。
概要
- レベル開始時に選択した羽モードを自動適用
offbluepinkに対応- ゲーム標準の見た目反映経路を使うため、MOD未導入者からも羽が見える
- ローカルの青羽とピンク羽のループ音を無音化可能
- ソロとマルチの両方で、
pink使用時のタンブルウィング互換性を改善
機能
-
羽の自動適用
- レベルシーンのロード時に選択モードを適用
- 起動直後も、ローカルプレイヤーと羽ロジックの準備完了後に初回適用
-
MOD未導入者からも見える
- ゲーム標準の
PlayerAvatar見た目反映経路で羽を適用 - 他プレイヤーはMOD未導入でも自分の羽を視認可能
- ゲーム標準の
-
ローカルプレイヤー適用
PlayerAvatar.instanceに対して適用- 基本の羽表示にはホスト権限不要
- 設定で変わるのは自分のローカル羽挙動のみ
-
羽ループ音の無音化
- 青羽とピンク羽のループ音を無音化する設定あり
- 無音化対象はローカルプレイヤーの羽ループ音のみ
- 通常の羽表示の流れは維持
-
ピンク羽時のタンブルウィング互換性
- ホストがMOD未導入で参加者だけが導入している場合は、その参加者が実際にタンブルウィングで飛んでいる間だけ pink 維持を一時停止
- そのフォールバック時は飛行自体は通るが、実際の飛行中は pink 維持を続けない
- ホストも参加者も導入している場合は、pink 維持を続けたまま、ホスト権限側の補正でタンブルウィング飛行を通す
- その部屋で一度ホスト対応を確認したら、その部屋にいる間は対応済みとして扱う
-
設定変更の即時反映
- 設定変更を可能な範囲で即時反映
-
安全動作
PlayerAvatar.instanceとupgradeTumbleWingsLogicの準備完了を待ってから適用- Unity系のnull判定とベストエフォート処理を使用
設定項目
General.TumbleWingsMode
- 初期値:
blue - 設定可能値:
off,blue,pink - 内容: レベル開始ごとに自動適用する羽モード
General.MuteWingLoopSound
- 初期値:
true - 設定可能値:
true,false - 内容: 羽の見た目を変えずに、ローカルの青羽とピンク羽のループ音を無音化
使い方
- 羽効果を使いたいクライアントにこのMODを導入
- 1回起動して設定ファイルを生成
General.TumbleWingsModeをoffbluepinkのいずれかに設定- 必要なら
General.MuteWingLoopSoundを設定 - レベル開始
- 選択したモードが自動適用
補足
- このMODはクライアント専用
- 基本の羽表示は参加者だけの導入でも動作
- マルチで pink 飛行を最も自然に使うには、ホストと参加者の両方に導入するのが推奨
- 参加者だけの導入時は、実際の pink 飛行中のみフォールバック動作へ切り替わる
- 既存の安定した羽表示方法を維持するため、維持ループは0.5秒ごとに再適用する方式を継続
連絡先
※AI生成MOD