Skip to main content

Modding Tools


In-game editors


QoL Tools

  • Stalker Modding Helper GitHub - Small utility that allows you to copy the mods you are working on into your dev S.T.A.L.K.E.R. dev installation. Anomaly and either run the game in a non-launched state + automatically load a save, or simply send a command to the game to reload a test save. The utility copies only those files that have been modified using MD5 hash check.

Toolsets

  • AXRToolset GitHub - AXRToolset is an AutoHotkey & Lua-based scripting engine that utilizes a Graphical User Interface to display scripted plugins that do various automated tasks. Although the current plugins are designed to aid in the development of S.T.A.L.K.E.R.: Call of Chernobyl, the engine itself can be used to create macros, scripts and other utilities for any application or purpose.

Gamedata Extractors

Software to unpack gamedata

  • Universal Extractor 2.0 Yandex Disk - Unzips the gamedata from the original trilogy
  • db_unpacker.bat (tools/) - Anomaly's internal gamedata extractor, which extracts the scripts and configs files from the *.db
  • db_unpacker_all.bat (tools/) - An internal gamedata extractor from Anomaly, which extracts all files from *.db

Converters


SDK's

Official SDK with community enhancements:

warning

These versions (SDK 0.4 and SDK 0.5/0.6) are not compatible with Anomaly!

SDK tools

info

Versions of the SDK tools may differ depending on the version of the SDK itself


Coding


3D packages

3D Packages that have compatibility/addons to work with X-Ray:


Textures


Dialogs | XML


Parameters | LTX


Audio


Animations


Models


Upgrades

  • Upgrades Editor GitHub - A visual editor that makes it relatively quick and easy to create weapon upgrade schemes

Postprocess


NPC's


Spawn

  • XrSpawner External link - A program that allows you to edit the *.spawn file of the game containing the initial location and some properties of all dynamic objects

Decompilers | Compilers


Level Compilers


.db | .xdb archivers


Mod Creating


Formats

  • ChunckTool GitHub - The utility is intended for low-level work with chunks in files and allows to read, replace and add data.