

VoidFall
Changes death pit behavior: bounce or teleport instead of instant death.Details
VoidFall
Overview (EN)
A BepInEx plugin that changes the default death pit behavior.
- Prevents instant death: players are bounced back (knockback + tumble)
- Or optionally teleport to the truck instead
- Configurable damage, force, and upward boost
- Multiplayer compatible (host & clients)
⚠ Notes:
- May not function correctly if levels are skipped using other mods such as Imperium Repo.
- This project was made as a side experiment and is unlikely to receive updates.
- Due to processing limitations, even with
Damage = 1
, players still take around 100 damage when falling.
It is recommended to use this together with TruckTeleport option.
概要 (JP)
奈落 (deathPit) に落ちた際の挙動を変更する BepInEx プラグインです。
- 即死を無効化し、跳ね返し処理(ノックバック+転倒)を適用
- もしくはトラックへのテレポートに切り替え可能
- ダメージ量や上方向ブーストを設定可能
- マルチプレイ対応(ホスト&クライアント)
⚠ 注意事項:
- Imperium Repo などを用いてレベルをスキップした場合、正常に動作しないことがあります。
- 息抜きで作った別プロジェクトのため、今後の更新予定はほぼありません。
- 処理の関係で
Damage
を 1 に設定しても実際には 100 程度のダメージを受けます。
TruckTeleport の設定と併用することをおすすめします。
Config Options
主要設定項目:
EnableMod
: 有効/無効Damage
: 奈落ダメージ(0~999)UseMoonScaling
: Moonレベル依存ダメージ (120/80/40)TumbleTime
: 転倒時間(秒)KnockbackForce
: ノックバック強さCooldownSeconds
: クールダウン時間UpBoost
: 上方向ブースト倍率TeleportToTruckOnDeathPit
: トラックにTPするかどうかTruckTeleportOffsetY
: トラックTP時の高さ補正UseRpcFallback
: マルチ挙動が不安定な環境でRPCを強制する