You are viewing a potentially older version of this package. View all versions.
Thanks-DropperFix-1.1.15 icon

DropperFix

A Custom Dropper Map in Peak

Date uploaded a day ago
Version 1.1.15
Download link Thanks-DropperFix-1.1.15.zip
Downloads 143
Dependency string Thanks-DropperFix-1.1.15

This mod requires the following mods to function

PEAKModding-PEAKLib_Items-1.6.0 icon
PEAKModding-PEAKLib_Items

Items module of the PEAKLib community API.

Preferred version: 1.6.0
BepInEx-BepInExPack_PEAK-5.4.75301 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.75301

README

Dropper Fix

3.png

6.png

Source: https://thunderstore.io/c/peak/p/Beast_Mode/Dropper/

The original mod is no longer functional. If the original mod author releases an update, I will deprecate this mod on Thunderstore.

I made the following modifications to the original mod:

  • Compatible with PeakLevelSelect.
  • Fix compatibility breaks after PEAK updates.
  • Optimize UI presentation.
  • Support Chinese and English language adaptation.

Description

Dive into the skies with two distinct Dropper game modes, available directly from the in-game flight terminal just like selecting higher ascents:

  • Dropper - Classic Mode: Navigate through obstacles as you fall toward the portal at the bottom. Survive the descent to be teleported seamlessly to the next level.

1.png

4.png

  • Dropper - Descent Mode: A more intense twist: no portal to catch you. Race your friends to the bottom of the tower, but be warned: go too fast, and you might not survive the landing.

2.png

5.png

v1.1.15

  • Rebuilt both DLLs against the current PEAK update (The Final Ascent).
  • Fixed MissingMethodException: CharacterAfflictions.ClearAllStatus(bool) (signature is now ClearAllStatus(bool, bool)).
  • Fixed MissingMethodException: Character.WarpPlayerRPC(Vector3, bool, PhotonMessageInfo) (removed the stale 3-argument calls in the Dropper DLL).
  • Fixed the GiveResetBerry manual patch failure caused by the ItemSlot.prefab field no longer existing (it is a property now).
  • Fixed the Dropper ending (finish) not triggering: Character.TestWin is now public static, so the finisher's NonPublic-only reflection found nothing and threw NRE.
  • Fixed NotImplementedException spam from holdOnFinish on the Dropper teleporter/backporter/brewing stand/finisher (the game's interaction system reads this property; it now returns false like vanilla interactables).