This is the main folder of an addon for the game STALKER: Anomaly. The main "code" folder is "scripts", code files are "*.script" and written in LUA.
The addon is meant to spawn monsters from other "monster pack" addons in an immersive way that doesn't break the flow of the game.
config/: Addon's settings and general integration into the UI, game, and data.meshes/: Some 3D meshes for the addon.scripts/: Main LUA folder with the relevant scriptssounds/: Music and sounds tied to the addontextures/: Textures for the meshes
- Follow LUA best practices while keeping in mind this is a mod for the game STALKER Anomaly.
- Maintain existing code structure and organization