You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 8 months ago |
| Version | 0.1.2 |
| Download link | pharmacomaniac-666PityPoster-0.1.2.zip |
| Downloads | 254 |
| Dependency string | pharmacomaniac-666PityPoster-0.1.2 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
666PityPoster
What This Mod Does
Adds a poster next to the slot machine so you can keep track of your 666 odds and how lucky, or unlucky, you really are.

Details
- Tracks both current 666 streak odds and whole run odds (total spins / 666 encounters).
- Takes into account changes in 666 chances mid-run when calculating your odds.
- Excludes 'forced' 666 events (that aren't RNG based but instead scheduled) that happen from certain modifiers / game mechanics.
Quirks / Known issues
- Due to the game's 'retro' graphics effect, the poster has a more noticable shake when moving around in the room compared to the larger posters. This is simply due to how the effect works with smaller objects. The effect is toggable in the game settings if it bothers you, but there's not an easy way I could find to reduce it just for this poster.
- The poster is floating in mid-air because otherwise it would be hard to see when at the slot machine. This is not a bug, it's a magical poster.
Config
- Bepinex Config - Poster and font stuff.
CHANGELOG
Changelog
[0.1.3]
Changed
- Whole-run Luck now displays as
x/100. 50 is typical, 0 very unlucky, 100 very lucky. - Whole-run Luck now uses a calibrated score based on exact tail probability instead of a z-score, reducing false “Unlucky” classifications at small odds or spin counts.
- Odds now display with one decimal place, for example
1 in 1.3. - Poster spacing and formatting updated.
Added
- Reworked spacing and formatting of what we output to poster. Im still too lazy to get TMP autosize to work.
- Importantly, my changes need the linespacing value to be changed from the previous default in the bepinex config to render correctly. I implemented a config schema that should overwrite your config and do this for you.
Notes
- If the poster layout appears incorrect after updating, delete the config and reload the game.
[0.1.2] - 2025-??-??
Changed
- Minor internal changes. No user-facing impact recorded.
[0.1.1] - 2025-??-??
Removed
- Leftover logging statements.
[0.1.0] - 2025-??-??
Added
- Initial release.