You are not special.
AlifePlus is a reactive alife framework for STALKER Anomaly - a complete simulation layer that replaces passive A-Life with event-driven emergent behavior. It intercepts engine events, classifies them into causes through world-state predicates, and dispatches consequences that change the simulation. The simulation runs independent of the player: engine callbacks fire causes, causes dispatch consequences, consequences chain into new causes. Without spawning, teleporting, or faking.
Any alife scenario that can be described as "when X happens, do Y" can be implemented by registering a cause and a consequence. See the integration guide for examples, API reference, and a two-mod collaboration scenario.
Requires: Anomaly 1.5.3, Modded exes, xlibs 1.2.0, MCM
- readme.txt - full description, features
- changelog - version history
- manifesto.md - design rationale with GSC developer quotes and engine source evidence
- architecture.md - system internals: event pipeline, dispatch pipeline, protection, ownership, lifecycle
- integration-guide.md - how to build on AlifePlus: register causes/consequences, mod collaboration, API reference
- conventions.md - naming rules, result codes, MCM settings, logging format
PolyForm Perimeter License. Other mods can depend on, call, and ship with AlifePlus in modpacks, with visible credit. What is not allowed: cloning the architecture, reverse-engineering internal systems, or reproducing the implementation in a competing mod. See LICENSE and usage guide.
A report documenting unauthorized reproduction of this codebase is available at https://damiansirbu-stalker.github.io/siski-report/