xlibs & AlifePlus

Damian Sirbu · Updated 2026-04-15

These reports are updated as new evidence is uncovered. The core technical evidence and code comparisons are static; additional analyses and context may be added over time.

xlibs is a modder's toolbox for STALKER Anomaly. It replaces raw X-Ray engine calls with safe, tested Lua wrappers — squad operations, smart terrain queries, entity identification, an event bus for mod-to-mod communication, MCM config, PDA messaging, logging, profiling, and more. If you're writing a STALKER mod, xlibs handles the engine so you can focus on gameplay.

AlifePlus is a behavior framework built on xlibs. The Zone is full of events — squads move between locations, NPCs die, stashes get looted, massacres happen. AlifePlus classifies these into causes and routes them to consequences: nearby stalkers investigate a massacre, bandits ambush a stash looter, a faction sends a revenge squad. Mods register a predicate and a handler; the framework handles throttling, protection, rate limiting, tracing, and lifecycle.

Right now every alife mod in the Anomaly ecosystem hooks the same engine callbacks independently, implements its own throttling, and fights other mods for control of the same squads. xlibs and AlifePlus exist so that mods can share one pipeline instead of reinventing it. Any mod author who wants to build on these systems is welcome — see the usage guide or reach out directly.

Both projects are published under the PolyForm Perimeter License. Addons, integrations, and modpacks are encouraged with visible credit.

Within weeks of publication, three derivative mods appeared on ModDB by two different authors. SISKI ALIFE (by qkff99) cloned xlibs's internal infrastructure (event bus, callback factory, AP bridge) while xlibs was still under a proprietary license. SISKI Nano (by the same author) repackaged the same patterns as a single-file drop with no version control or attribution. AlifePlus SISKI Synergy (APS) (by forTheMonolith) cloned AlifePlus's architecture iteration by iteration, feeding internal design documents to an AI code generator and shipping the output as a "synergy" mod. The patterns used by all three exist nowhere else in the entire STALKER modding ecosystem.

All three were filed against on 2026-04-05. ModDB removed all three on 2026-04-19 after a thirteen-day review. Only the SISKI author appealed; the appeal was rejected on 2026-04-26 after a further week of review, with settlement terms imposed (apology, no-contact undertaking, mod rework, mod rename). All three mods remain down.

The "synergy" disguise has not stopped. New mods using the same pattern — AI-generated clones of AlifePlus internals marketed as compatibility add-ons — continue to appear on ModDB. One example already live at the time of writing: "AlifePlus SISKI Compatibility Patch". The reports below document the original three; the pattern is what to watch.

If you are here because someone linked you one of these reports, start with the one that was linked. If you are a mod author interested in building on xlibs or AlifePlus, start with the usage guide instead.

Getting Started

Code Theft Reports

Copyright 2025-2026 Damian Sirbu. All evidence archived and verifiable.