The definitive open-source data collection and decision logic for the indie horror game "Dead Plate".
This repository serves as the knowledge base and logic core for HorrorHub, a fan-made initiative to document mechanic-heavy indie horror games.
We have reverse-engineered the relationship mechanics of Dead Plate to provide exact calculations for unlocking all 4 endings.
๐ Main Project URL: https://deadplate.net
Here is what you can find in the live toolkit:
- ๐งฎ Ending Calculator: Input your choices (dialogue, items) to see Rody's fate in real-time.
- ๐ Character Archives: Detailed JSON-structured profiles for Rody, Vincent, and Manon.
- ๐ Lore Database: Hidden secrets and plot analysis (e.g., The "Best Served Hot" ending requirements).
- ๐ฑ Mobile Optimized: Built with Astro for lightning-fast performance.
We strictly map the game's decision tree. Here is a snippet of the ending logic:
{
"ending_type": "True Ending",
"requirements": {
"suspicion_level": "High (>70)",
"key_items": ["Matches", "Freezer Key"],
"affinity": "Variable"
},
"outcome": "Rody burns down the bistro."
}