| Last updated | 2 months ago |
| Total downloads | 818 |
| Total rating | 2 |
| Categories | Misc Client Side All Clients |
| Dependency string | rushork_games-SlippyPeak-0.1.4 |
| 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.2403README
SlippyPeak
Thunderstore Link: https://thunderstore.io/c/peak/p/rushork_games/SlippyPeak/
Description:
- A simple mod I've made to try out modding in C# on my self-development day from work.
- Makes you slip once you reach < 10% stamina. Does not affect you whilst climbing (so lunging to reach the top/etc is unaffected).
- Uses a similar logic to banana peels for the slipping.
Github Link:
https://github.com/rushork/slippy_peak
Sources Used:
- https://www.youtube.com/watch?v=jNwQVgVMvM8, first video I watched - quite helpful.
- https://peakmodding.github.io/creating-a-mod
- ChatGPT for advice with building the class structure
- https://github.com/icsharpcode/ILSpy/releases to figure out how peak works :grin:
- https://www.imdb.com/title/tt37472799/ for the icon
- @glarmer for assistance with getting it to work on multiplayer