Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 743 Bytes

File metadata and controls

14 lines (11 loc) · 743 Bytes

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.

Repository Structure

  • 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 scripts
  • sounds/: Music and sounds tied to the addon
  • textures/: Textures for the meshes

Key Guidelines

  1. Follow LUA best practices while keeping in mind this is a mod for the game STALKER Anomaly.
  2. Maintain existing code structure and organization