Skip to content

erepb/AlifePlus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlifePlus: Emergent A-Life for STALKER Anomaly

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.

ModDB | Releases

Requires: Anomaly 1.5.3, Modded exes, xlibs 1.2.0, MCM

Documentation

  • 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

License

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors