initial meeting draft

This commit is contained in:
Dynamitos
2026-06-09 12:26:53 +02:00
parent 67a4d0e0ec
commit e08c055846
15 changed files with 241 additions and 19 deletions
+27
View File
@@ -0,0 +1,27 @@
# VNGame — Iron Hollow PoC
## Run
Open in Ren'Py launcher → Run.
## What to test
1. Play straight through (no checkpoint) — see all 3 base branches.
2. Create a checkpoint → pick "To find something worth doing" → **Rewind**.
Watch the teal wash and Luno's linger beat afterward.
3. Explore 3+ branches, then the 4th unlocked option appears.
## Missing assets (Ren'Py will warn but not crash)
- `game/images/bg training_yard.png`
- `game/images/sara neutral.png`, `sara pained.png`
- `game/images/luno curious.png`, `luno amused.png`, `luno neutral.png`,
`luno soft.png`, `luno tilted.png`, `luno still.png`, `luno laugh.png`,
`luno sharp.png`, `luno linger.png`
Any placeholder PNG renamed to match works fine for testing.
## Internal flags
| Variable | Meaning |
|---|---|
| `checkpoint_set` | Player placed a checkpoint this scene |
| `rewind_used` | Player rewound at least once |
| `branches_explored` | Choice screen visit count (unlocks 4th option at 3) |
| `luno_suspicion` | 04 internal tracker, ready to wire into future scenes |