ended3월 25일· 1 sources
AlifePlus: Reactive Architecture on STALKER's A-Life
AlifePlus: STALKER A-Life 위에 구축된 리액티브 아키텍처
Why it matters
AlifePlus is a mod for STALKER Anomaly that implements a layered reactive event pipeline using pub/sub architecture on top of the X-Ray engine's A-Life system, which simulates ~2000 NPCs across 30 maps. Instead of costly scan loops, it piggybacks on existing A-Life transitions with O(1) per-event evaluation, uses Bresenham-derived rate limiting for admission control, and employs a priority-based chain dispatch system with detailed outcome propagation codes for full observability.
1
Sources
+0
24h
—
Growth
180d
Active
AlifePlusSTALKER Anomalyreactive architecturepub/subA-LifeBresenham