UnderstatedManner
Force all the players to climb in an understated manner! That is to say, impose drowsiness penalties on the players who climb in quick succession or do backflips. Host-only mod — only the host needs to install.
By LapX
| Last updated | 17 hours ago |
| Total downloads | 18 |
| Total rating | 0 |
| Categories | Mods Host Only |
| Dependency string | LapX-UnderstatedManner-1.0.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.75301README
UnderstatedManner
If you’re tired of flashy, over-the-top plays from high-level players and want a climbing game that returns to simplicity and mastery through fundamentals, this mod can strip every player of their “advanced techniques” and reduce everything back to basics. Restraint is a form of elegance; true experts can win with nothing more than solid fundamentals.
Makes players drowsy when they do backflips, or when they rapidly climb walls in quick succession. Host-only mod — only the host needs to install it.
Known issue: Due to the game mechanics, characters will automatically climb in certain special terrains and angles. Unfortunately, I am currently unable to effectively identify this situation, so the drowsiness value will still increase.
Features
| Trigger | Condition | Drowsy | Default |
|---|---|---|---|
| Wall climbing in quick succession | Consecutive climbs within cooldown window | Medium | 0.1 |
| Backflip emote | Every backflip | Large | 0.4 |
How climbing works
A single wall climb does nothing. The mod tracks consecutive climbs per player:
- If you climb again within
CooldownSeconds, your combo counter goes up - If the gap exceeds
CooldownSeconds, the combo resets to 1 - Once the combo reaches
ThresholdCount, drowsy is applied — and keeps applying on every subsequent fast climb until you stop long enough for the cooldown to expire
Configuration
After first launch, edit BepInEx/config/LapX.UnderstatedManner.cfg:
[Climb]
- Enabled — turn climb drowsy on/off
- DrowsyAmount — how much drowsy when the combo threshold is hit (0–1, default 0.1)
- CooldownSeconds — max gap between climbs to count as consecutive (0.5–30, default 1)
- ThresholdCount — consecutive climbs needed to trigger drowsy (1–20, default 2)
[Backflip]
- Enabled — turn backflip drowsy on/off
- DrowsyAmount — how much drowsy per backflip emote (0–1, default 0.4)
Chinese Translation
如果你厌烦了大佬们的华丽操作,想要来一局以简驭繁、返璞归真的爬山游戏,这个Mod可以帮你废掉全部玩家的武功!主机安装,全局生效。克制是一种优雅,真正的高手仅凭基本功足以取胜。欢迎加入我们的爬山QQ群:814891614,我的邮箱是[email protected]
说明:当玩家做后空翻或快速连续点爬墙壁时,会使其进入昏睡状态。仅房主需要安装此 Mod。
已知的问题:由于游戏机制,某些特殊的地形和角度下角色会自动攀爬,很遗憾我暂时无法有效识别这种情况,因此昏睡值依然会增加。
功能
| 触发条件 | 说明 | 昏睡值 | 默认值 |
|---|---|---|---|
| 快速连续攀爬 | 在冷却窗口内连续攀爬 | 中等 | 0.1 |
| 后空翻表情 | 每次后空翻 | 大量 | 0.4 |
攀爬机制详解
单次攀爬不会触发效果。Mod 会追踪每个玩家的连续攀爬次数:
- 在
CooldownSeconds(冷却秒数)内再次攀爬,连击计数 +1 - 如果间隔超过
CooldownSeconds,连击计数重置为 1 - 当连击数达到
ThresholdCount(阈值次数)时施加昏睡效果——只要冷却不中断,后续每次快速攀爬都会继续叠加昏睡
配置
首次运行后,编辑 BepInEx/config/LapX.UnderstatedManner.cfg:
[Climb] 攀爬
- Enabled — 开关攀爬昏睡功能
- DrowsyAmount — 达到阈值时施加的昏睡量(0–1,默认 0.1)
- CooldownSeconds — 计为连续攀爬的最大间隔秒数(0.5–30,默认 1)
- ThresholdCount — 触发昏睡所需的连续攀爬次数(1–20,默认 2)
[Backflip] 后空翻
- Enabled — 开关后空翻昏睡功能
- DrowsyAmount — 每次后空翻施加的昏睡量(0–1,默认 0.4)