AI survival horror maker: scarcity, light and pacing
Horror is a pacing problem wearing a monster costume. Stage Engine gives you direct control of the space and the light, and writes the mechanics underneath.
What actually frightens people
Not the creature. The creature is the payoff, and it stops working the third time you see it. What frightens people is the eight minutes before it, when they have four bullets, one save left, and a corridor they have to walk down twice.
Survival horror is therefore a resource design problem and a pacing problem. Scarcity that is felt but not punishing. Save points spaced so that losing progress is a real threat rather than a routine annoyance. A monster that is absent often enough that its return means something.
All of that is authored. It is decided by where you put things, and it is the reason this genre rewards hand-built spaces more than almost any other.
The space is the instrument
You build levels by hand in the builder, placing geometry, terrain, water and weather. In horror this is not decoration; it is the mechanism. A doorway that hides half the room. A stretch of corridor with no cover. The point where the player can see the exit but has to turn their back on something to reach it.
Light and weather are part of the same instrument. Darkness that hides a threat, rain that masks a sound, fog that shortens the sight line so the player walks slower without knowing why. You place those deliberately rather than describing them and hoping.
No generator does this well, because the intent is the content. A room generated at random is a room, and a room you designed to be walked through twice is a scene.
The mechanics Director 1 writes
Inventory limits and the decisions they force. Ammunition and healing economies. Sanity or stress if your design has one. Save systems with limited uses. Locked doors and the item that opens them. Enemy perception, hearing, searching behaviour and the retreat that makes stalking feel intelligent.
You describe each in plain language and it becomes GDScript in your Godot project. Then you play it in the dark with the sound up, which is the only honest test, and you say what did not land.
Horror is unusually sensitive to that testing, because you become immune to your own game fast. Expect to lean on other people playing it and to watch where they stop being tense.
Where it runs
Stage Engine is a desktop app for Mac and Windows with Godot bundled, so the game runs locally on your hardware. Horror depends on lighting, shadow and sound quality more than most genres, and those are exactly the things browser tools compromise first.
Building needs an internet connection, since the model, asset generation and world data come over the network. Playing the game does not.
The download is free and there is a free plan. Indie is $10 a month and Pro is $50, for more usage.
You go numb to your own game
Horror has a testing problem no other genre has this badly. After the fourth pass through your level, nothing in it can frighten you. You know where the thing is. You know the noise is scripted. The game you are judging is not the game anyone else will play, and you have no way to feel the difference.
The only real answer is other people. Watch someone else play, in the dark, without commentary, and note the exact moments they tense up and the moments they relax. That recording is worth more than any amount of solo iteration, and it is usually humbling.
It also means resisting the urge to keep adding scares. Designers who have gone numb tend to escalate, and the result is a game that is loud rather than frightening. Restraint reads as confidence, and the empty room is doing more work than you think.
Sound is doing more than the visuals
In most horror games the frightening information arrives through the ears. Something moving in the next room, a footstep that is not yours, the pause where an ambient sound stops. Visuals confirm what sound has already suggested, and the suggestion is the frightening part.
That makes audio worth treating as a first-class design material rather than a finishing pass. It also means testing with headphones on and the lights off, because a horror game evaluated on laptop speakers in the afternoon is a horror game you have not actually evaluated.
Questions
- First person or fixed camera?
- Either. Fixed camera angles are a classic horror technique and they are a design choice you can make here rather than a mode we support or do not.
- Can I do a single-pursuer stalking enemy?
- Yes. Perception, searching and retreat behaviour are code, and getting it to feel intelligent is iteration you drive by playing.
- Do I need to write code?
- No. Director 1 writes it into your project. You build the spaces and decide whether the game is frightening.
- Is it in the browser?
- No. It is a downloaded desktop app for Mac and Windows and your game runs locally.
- What does it cost?
- Free to download with a free plan. Indie is $10 a month, Pro is $50.
- How do I test a horror game on myself?
- You mostly cannot. Get someone else to play it and watch where they tense up. Your own reactions stop being useful after the second pass.