Hi everyone!
I’ve just released ProceduralNPC v4.0 - a fully procedural horror NPC generator for Godot 4.x.
What is it?
A complete NPC system that generates everything through code - no 3D modeling software required!
Key Features
100% Procedural generation
Complete jumpscare system (teleport, grab, scream animations)
Clothing system (jacket, pants, shoes with customizable colors)
Real-time editor preview (60+ parameters in Inspector)
Red spotlight effect for horror atmosphere
Built-in audio system (drag-and-drop AudioStream)
Anti-tilt system (automatic rotation correction)
MIT License - free for commercial use
Quick Start
var npc = ProceduralNPC.new()
add_child(npc)
npc.trigger_jumpscare(player)
Download
itch.io: https://jiedimension.itch.io/proceduralnpc-godot
Pay what you want (free download available)
Documentation
Complete documentation in English + Chinese included.
Technical Details
- 1900+ lines of optimized GDScript
- 3 visual styles: NORMAL, HORROR, LOW_POLY
- Zero dependencies
- Godot 4.0+
Perfect for horror games, indie projects, game jams, or learning procedural generation!
Let me know if you have any questions! ![]()
