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.
NoStageDifficultyScaling
Replaces the per-stage exponential with an exponential that scales with time.
| Date uploaded | 8 months ago |
| Version | 1.0.1 |
| Download link | Moffein-NoStageDifficultyScaling-1.0.1.zip |
| Downloads | 10284 |
| Dependency string | Moffein-NoStageDifficultyScaling-1.0.1 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2120README
Replaces the per-stage exponential with a time-based exponential scaled to an expected stage completion time.
Old StageFactor calculation: 1.15 ^ StagesCleared
New StageFactor calculation: 1.15 ^ (Time / ExpectedStageClearTime)
Default ExpectedStageClearTime is 7 minutes
- 5 minutes seems to be the expecation of Vanilla, but is unrealistic to how people actually play the game
- Originally tried 6 minutes, but seemed too punishing for stages 4-5 and Mithrix
CHANGELOG
1.0.1
- Increased baseline from 6m to 7m. (Existing config unaffected)
6m punished typical stage 4-5 gameplay too much, as well as any nonstandard stage like Moon and Conduit Canyon. Additionally, difficulty exponentially increasing mid-stage proved to be a bigger factor than initially anticipated.
1.0.0
- Release